The customer wants to split the bill in half amount and asks to print how much the bill would be. so I have tried to print out the half amount of the ticket, but it was not working. it always prints the total amount of the ticket.
Create a new template use an expression to half the ticket total and map it to a button on payment screen call it split ticket or something appropriate.
You can use something like [=TN ('{TICKET TOTAL}')/2]
You couldnt print half a ticket but could make a way to print the amount if split…
Take a look at the recent discussion about adding a ‘suggested tip’ section to the ticket. Use the same principle - maybe on a second duplicated template which has a ‘split bill’ section.
Could list split options;
2 way split = [=TN(’{TICKET TOTAL}’)/2]
3 way split = [=TN(’{TICKET TOTAL}’)/3]
etc. etc.
Could even use that same {SETTING:SplitBill} in the print bill action to print that number of copies if you really wanted to speed up deforestation LOL