summaryrefslogtreecommitdiff
path: root/taler-merchant-pos-terminal.rst
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-03-11 05:33:07 +0100
committerChristian Grothoff <grothoff@gnunet.org>2023-03-11 05:33:07 +0100
commitb20910dcfb748c58bcea3b5eb22fef84a8e88251 (patch)
tree29e34b8e4387e777bd6369021c9a23cab2bd5d8c /taler-merchant-pos-terminal.rst
parent1e77ff7bea0d42e38261f37847c7707658ce3958 (diff)
downloaddocs-b20910dcfb748c58bcea3b5eb22fef84a8e88251.tar.gz
docs-b20910dcfb748c58bcea3b5eb22fef84a8e88251.tar.bz2
docs-b20910dcfb748c58bcea3b5eb22fef84a8e88251.zip
update slightly dated taler-merchant-pos-terminal manual
Diffstat (limited to 'taler-merchant-pos-terminal.rst')
-rw-r--r--taler-merchant-pos-terminal.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/taler-merchant-pos-terminal.rst b/taler-merchant-pos-terminal.rst
index 356838fd..b5833369 100644
--- a/taler-merchant-pos-terminal.rst
+++ b/taler-merchant-pos-terminal.rst
@@ -53,6 +53,7 @@ At the bottom of the main UI there is a row of buttons:
* Prev: Goes to the previous order (if available).
* Next: Goes to the next order or creates a new one
if the current is not empty and there is no next.
+* Data entry: Enter a product name and price manually.
* Complete: Finalize an order and prompt the customer to pay.
The top left corner features a hamburger icon.
@@ -123,12 +124,9 @@ The elements of the JSON file are defined as follows:
.. ts:def:: BackendConfiguration
interface BackendConfiguration {
- // The URL to the Taler Merchant Backend
+ // The URL to the Taler Merchant Backend (including instance if applicable)
base_url: string;
- // The name of backend instance to be used (see `Backend Options <Backend-options>`)
- instance: string;
-
// The API key used for authentication
api_key: string;
}