Author Topic: Gratuity = zero not printing ticket total  (Read 5511 times)

Hugove

  • Newbie
  • *
  • Posts: 43
Gratuity = zero not printing ticket total
« on: July 15, 2013, 12:48:27 pm »
Strange, I have my print bill setup to print the total, gratuity amount and final amount (Total + Gratuity) printed on the final bill. See img

Then, If I dont add a gratuity to the bill, it doesnt display the total. See other img.

Am I missing a rule or IF statement somewhere?

 

lemmings

  • Full Member
  • ***
  • Posts: 165
Re: Gratuity = zero not printing ticket total
« Reply #1 on: July 15, 2013, 04:05:23 pm »
What tags are you using in your printer template ?

JohnS

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 677
Re: Gratuity = zero not printing ticket total
« Reply #2 on: July 15, 2013, 06:04:27 pm »
Try using

<J00>Subtotal|[=Format(ToNumber('{TICKET TOTAL}') - ToNumber('{SERVICE TOTAL}'))]

for your Total.
SambaPOS - POS'n the World, one Terminal at a time.

Hugove

  • Newbie
  • *
  • Posts: 43
Re: Gratuity = zero not printing ticket total
« Reply #3 on: July 16, 2013, 05:50:40 am »
Yes, That seem to have done the trick

Thanks