commit 128db1f308cfd0aaa66e0735de569dc8108015ba
parent 9d4cd5f655fefac520c156a2c3f6962363bff825
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 29 Nov 2020 16:20:46 +0100
Merge branch 'master' of git+ssh://git.taler.net/docs
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/taler-merchant-pos-terminal.rst b/taler-merchant-pos-terminal.rst
@@ -40,8 +40,8 @@ and populates the currency, the products and their categories.
The Tabled UI is separated into three columns:
-* Right: Product categories that the user can select to show different products
-* Middle: Products available in the selected category and their prices
+* Right: Product categories that the user can select to show different products.
+* Middle: Products available in the selected category and their prices.
* Left: The current order, the ordered products, their quantity and prices
as well as the total amount.
@@ -50,7 +50,7 @@ At the bottom of the main UI there is a row of buttons:
* Restart: Clears the current order and turns into an Undo button which restores the order.
* -1/+1: Available when ordered items are selected
and allows you to increment/decrement their quantity.
-* Prev: Goes to the previous order (if available)
+* 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.
* Complete: Finalize an order and prompt the customer to pay.