change
This function calculates the total of the change and displays it to the operator in cashier mode. The value is also shown on the customer monitor and on the customer display.
This function is used e.g. together with the bar button. The operator enters the sum of the received payment and then presses the payment button. The POS interprets the input of 1+0 as 10,- and 1+0+,+3 as 10,30.
Make sure that you place the change function before the payment type. If you want to display a change for a fixed amount, e.g. Euro 20,-, you can create a macro: 2+0+change and then the payment method as usual.
Observe the instructions Change in practice.
Further documentation:
Customer display and customer monitor
Back to the parent page: Hypersoft POS functions