SambaPOS Forum

English Boards => Support => Topic started by: Hugove on July 15, 2013, 12:48:27 pm

Title: Gratuity = zero not printing ticket total
Post by: Hugove 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?

 
Title: Re: Gratuity = zero not printing ticket total
Post by: lemmings on July 15, 2013, 04:05:23 pm
What tags are you using in your printer template ?
Title: Re: Gratuity = zero not printing ticket total
Post by: JohnS on July 15, 2013, 06:04:27 pm
Try using

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

for your Total.
Title: Re: Gratuity = zero not printing ticket total
Post by: Hugove on July 16, 2013, 05:50:40 am
Yes, That seem to have done the trick

Thanks