my main currency is in usd, my local currrency is 1 usd = 89000, i want to show the total only for both currencies on menu screen without adding any foreign currency, how to do it?
which means balance at the bottom will be: 1 usd | 89000 l.l
have a look at the knowledge base:
this is to add it on payment screen, i want to add it on the menu screen where we choose items. also, if {TICKET TOTAL} is the main currency total what is the syntax for the second currency?
For receipt templates there is {EXCHANGE RATE:x} that you can use to do some maths (e.g. [=TN()]).
I’m not aware of any functionality to show different rates on the ticket / order taking screen.