Hello,
I would like to know how to add the Gratuity Suggestion that list on bill.
Like
Gratuity Suggestion
15%Tip = (15% of Amount of the bill)
18%Tip = (18% of Amount of the bill)
Can anyone hope me with this?
Thank you so much for your help and support.
Just do a calculation using ticket total;
15% = [=F(TN('{TICKET TOTAL}') / 100 * 15)]
18% = [=F(TN('{TICKET TOTAL}') / 100 * 18)]
2 Likes
Thank you JTRTech;
Please show me the steps how to setup please.
I tried to do that, but it was not showing up on the customer’s bill.
Thank you.
RickH
4
Just copy the expression given above and paste it into your ticket template. It will then show when you print
Hello RickH and JTRTech.
Thank you for your helps.