Easiest solution I can think of given service charge is applied after tax (with option to calculate on net or gross total) would be to have a service charge product… Not ideal admittedly…
Use Update Ticket Calculation action to remove calculations. Setting calculation amount to 0 will remove calculation. Depending on how you’ve configured calculation types enabling Remove Calculation parameter will also remove the calculation.
I do search about update ticket calculation and found:
Which is the answer to one of my question. However can I know how to auto add the 5% Servicing charge ? Not by have to manually go to "settle and then press the “Service” button and then “Print Bill”?
Can I automate it and then if I want to remove the servicing charge I can press the button instead?
Actions that are assigned to Rules and are later changed will not update in the Rule.
So if you already had the Action in the Rule, then changed the Remove Calculation to True, you now need to go into the Rule, remove the Action, save the Rule, open the rule and add the Action once again, and save again.
Discount 5% -0.5
Service 5% 0.5
Sub Total: 10
10% Tax: 1
Total: 117.70
Into the following:
Discount 5% -0.5
Sub Total: 10
Service 5% 0.5
10% Tax: 1
Total: 117.70
I want the service to show after the sub total and before taxes.
I tried to change the printer template as follow but it didn’t work:
[LAYOUT]
– General layout
::::::::: Receipt :::::::::
Date:{TICKET DATE}, Time:{TIME}{TICKET NO}
{ENTITIES}
-
{ORDERS}
=
{DISCOUNTS}
[Total Free Item:|-{ORDER STATE TOTAL:Gift}]
Sub Total:|[=F(TN(’{TICKET TOTAL}’)-TN(’{TAX TOTAL}’),’#,###’)]
{SERVICES}
{TAXES}
Previously it was there. I tried to move it after the sub total ,
And the printed receipt still show the service located above the Sub Total, what I want to achieve is to have the Service after (below) the Sub Total and before the Taxes.