Hey,
I am not sure why I am getting stuck on this. I have a SIM that prints a suggested gratuity in the check trailer.
Currently the SIM includes:
format t4 as " 18% is $",0.18 * sttl //@ttldue
format t5 as " 20% is $",0.20 * sttl //@ttldue
format t6 as " 22% is $",0.22 * sttl //@ttldue
The SIM prints correctly however I now need to include what the new total would be if a guest was to tip that amount.
For example (if the check subtotal was $100, a 10% tax rate, check total with tax $110.00)
Tip___Amount___Total
18%__$18.00___$128.00
20%__$20.00___$130.00
22%__$22.00___$132.00
I just need to know the statement to include the suggested tip amount as well as what the check total would be include tax. I can worry about the formatting
Thanks in advance!
I am not sure why I am getting stuck on this. I have a SIM that prints a suggested gratuity in the check trailer.
Currently the SIM includes:
format t4 as " 18% is $",0.18 * sttl //@ttldue
format t5 as " 20% is $",0.20 * sttl //@ttldue
format t6 as " 22% is $",0.22 * sttl //@ttldue
The SIM prints correctly however I now need to include what the new total would be if a guest was to tip that amount.
For example (if the check subtotal was $100, a 10% tax rate, check total with tax $110.00)
Tip___Amount___Total
18%__$18.00___$128.00
20%__$20.00___$130.00
22%__$22.00___$132.00
I just need to know the statement to include the suggested tip amount as well as what the check total would be include tax. I can worry about the formatting
Thanks in advance!