Please refer to my ticket template below.
The issue I am facing are:
(a) When there is no rounding adjustment, the label of Rounding Adj did not hide. I tried to put [ ] between Rounding Adj, but system does not allow because I am using [ ] in between to hide adjustment + or adjustment - when it is 0.00.
For issue (a), I had tried your suggestion [Rounding Adj: |{CALCULATION TOTAL:Rounding Adjustment+}{CALCULATION TOTAL:Rounding Adjustment-}], Rounding Adjustment will disappear when there is no rounding amount at all.
BUT ticket will print this “Rounding Adj: 0.02 0.00” for both Rounding Adj+ and Rounding Adj-. When there is rounding vale, it should only show either value of Rounding Adjustment + or -.
For issue (b), due to system did not show any value for zero-rated product, that’s why I use [] to wrapped it. If I remove [], how can system show subtotal for zero-rated items?
For issue 3, what do u mean by press </> button?
Currently, in my [ORDERS], I have {NAME} printed in ticket, but it will be truncated. I would like it to show in full and display in next line if possible.
Added Issue 4: How can I use if else condition in ticket template? If TAX TOTAL greater than 0.01, its label should show GST 6%, else show GST 0%.
Issue (a), I mange to solve it by separting them into two individual lines as below.
[Rounding Adj: |{CALCULATION TOTAL:Rounding Adjustment+}]
[Rounding Adj: |{CALCULATION TOTAL:Rounding Adjustment-}]
Issue (b), can ignore this first, I will hide SubTotal at this moment.
I have added issue (d) in my earlier post, kindly advice. Refer to my ticket template in the very first post, I am hardcoding GST 6% in the template, [GST 6%: |{TAX TOTAL}]. However, I would prefer to display a dynamic GST percentage instead. If the products purchased are subjected to 6% GST, which mean TAX TOTAL is greater than $0.00, hence, I would like to print out GST 6%: $0.21 for example. BUT when all the products purchased are not taxable means 0%, I would like that line to print GST 0%: $0.00.
Sorry I actually never answered C. I was just trying to help you paste your template correctly so we can see it. If you want it to wrap then take justification off of it.
I would like to reopen my issue (b).
Refer to first image below, when the product purchased are zero-rated ZR, Subtotal shows blank. How can I show Subtotal as $39 in this receipt? After Subtotal, I would need to display a dynamic GST line.
But when products purchase mix with ZERO Rated and Standard Rated items, receipt did show Subtotal.
What is zero rated. You need to explain what that is and how your calculating that price. You might have to do a calculation for your subtotal instead of using {PLAINTOTAL}
You cannot force wrapping the product line and still have the price right-justified. You need to choose between truncating the product and justifying the price, or wrapping the product and having price un-justified.
Thanks @QMcKay for your reply, I will think of another solution like having product line and price in its own line. So, I can wrap my product at the same time right-justified my price shown, hope it works.
Hi @Jesse, Zero Rated means the products are not taxable. In my sample receiptbelow, Subtotal should shows $39.00 which derived from 13.00 + 26.00. Sum up all products’ prices.