summaryrefslogtreecommitdiff
path: root/taler-exchange-manual.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-02-03 22:47:49 +0100
committerChristian Grothoff <christian@grothoff.org>2024-02-03 22:47:49 +0100
commitca5d9a67e91655c3c5c2f1ca2e04bd2161fc4337 (patch)
tree6c181cca44adcc48e0df6ffe15caf53bd7bfd554 /taler-exchange-manual.rst
parentc0e5be74b8cfbc6978c6b1fa1c7f6c6128fcde3b (diff)
downloaddocs-ca5d9a67e91655c3c5c2f1ca2e04bd2161fc4337.tar.gz
docs-ca5d9a67e91655c3c5c2f1ca2e04bd2161fc4337.tar.bz2
docs-ca5d9a67e91655c3c5c2f1ca2e04bd2161fc4337.zip
work on libeufin manual(s)
Diffstat (limited to 'taler-exchange-manual.rst')
-rw-r--r--taler-exchange-manual.rst12
1 files changed, 7 insertions, 5 deletions
diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst
index 742b0c8e..ec209f76 100644
--- a/taler-exchange-manual.rst
+++ b/taler-exchange-manual.rst
@@ -1811,6 +1811,8 @@ periodically, as it signs the various online signing keys of the exchange
which periodically expire.
+.. _exchange-account-signing:
+
Account signing
---------------
@@ -2013,7 +2015,7 @@ AML Forms
---------
AML forms are defined by the DD 54 dynamic forms.
-The shipped implementation with of the exchange is installed in
+The shipped implementation with of the exchange is installed in
.. code-block:: shell-session
@@ -2026,11 +2028,11 @@ every entry in the list the next properties are expected to be present:
``label``: used in the UI as the name of the form
``id``: identification name, this will be saved in the exchange database
-along with the values to correctly render the form again.
+along with the values to correctly render the form again.
It should simple, short and without any character outside numbers,
letters and underscore.
-``version``: when editing a form, instead of just replacing fields
+``version``: when editing a form, instead of just replacing fields
it will be better to create a new form with the same id and new version.
That way old forms in the database will used old definition of the form.
It should be a number.
@@ -2040,12 +2042,12 @@ See DD 54 dynamic forms.
.. attention::
- do not remove a form the list if it has been used. Otherwise you
+ do not remove a form the list if it has been used. Otherwise you
won't be able to see the information save in the exchange database.
To add a new one you can simply copy and paste one element, and edit it.
-It is much easier to download ``@gnu-taler/aml-backoffice-ui`` source
+It is much easier to download ``@gnu-taler/aml-backoffice-ui`` source
from ``https://git.taler.net/wallet-core.git/``, compile and copy the file
from the ``dist/prod``.