Templated Ticket Footer

Couldn’t find a solution and believe the ticket footer is all hard coded.


What about a way to customize/change this?

For one text size…
If you have a smaller screen by time you add a tax or two and a couple of discount/calculation and a part payment your order list screen quickly shrinks.

Hide tax if nothing else…
Not sure about others but in my opinion and probably in UK at least generally the waitress or any cashier doesnt need to see the amount of tax and again is taking up valuable screen space.

Maybe we could format it like a print template? allowing the ‘list’/section tags for discounts and taxes which would mimic the current display by default but allow customization?
The default then being something like;

<J00>Ticket Total: | {TICKET TOTAL}
{DISCOUNTS}
{SERVICES}
{TAXES}
<J00>Balance: | {REMAINING TOTAL}

[DISCOUNTS]
<J00>{CALCULATION NAME} %{CALCULATION AMOUNT} |{CALCULATION TOTAL}

[SERVICES]
<J00>{CALCULATION NAME} |{CALCULATION TOTAL}

[PAYMENTS]
<J00>{PAYMENT NAME} |{PAYMENT AMOUNT}

[TAXES]
<J00>{TAX NAME} {TAX RATE} |{TAX AMOUNT}
4 Likes

For UK would be good to be able to show Tax named as VAT. Same goes for other countries who name it VAT or GST.

1 Like