How can i add a "remove service charge button on Settle Screen, but continue to add it automatically on next sales?
i tried the toggle method described in the tutorial, but it seems to remove the service charge from new sales unless i re-toggle
Is it possible to automatically re-togle the service charge for new orders and just remove it on the order i say so?
Let me show you:
thats because in the action you created you didnt tell it what the service charge was you left the AMOUNT field in the action empty so it wont apply anything
you need to put an expression in there for the amount you want to add
That [TicketTypeName] was automatically filled.
changed it, still cant see the servicing charge after a create a new order unless i re-toggle in settle screen. o.O
Take the 10 out of the service charge calculation it should be 0. Let the action set the amount. Change the expression to [=TN('{TICKET TOTAL}')*10/100]
Still not working
With [=TN(β{TICKET TOTAL}β)10/100] on new order rule, each new order adds 1.9% to the servicing charge.
with [=TN(β{TICKET TOTAL}β).10] on new order rule, no service charge is added
with [=TN(β{TICKET TOTAL}β)*10/100] on new ticket rule, no service charge is added to the ticket even clicking on remove service header on settle screen.
what i need is a fixed 10% service charge on each new table, and when needed, remove it on settle screen for that specific table.
thanks for your help however
[=TN(β{TICKET TOTAL}β)*10/100] the only formula that give some results, but i cant use it, since it adds per product added and 1.9% ( i need a fixed 10%)
[=TN(β{TICKET TOTAL}β)*10/100] on new ticket rule does not display anything.