How to get order total after tax like in payment screen

Any report tag like TICKET ORDER TOTAL EXP that get total with tax/calculation? I know I can do it manually multiply total with tax but I just curious because on payment screen already have that amount on each items. Manually, multiply may be not exactly match due to rounding (well, only 1 or 2 cent off). I think Samba calculate tax for each item not from total, right?

Order Screen (item 1 - 1.5, item 2 - 2.25 Tax 0.19)

Payment Screen (item 1 - 1.58 and item 2 - 2.36 Tax included)

Try TICKET ORDER EXACT TOTAL EXP

EXACT TOTAL did include discount calculation but not include tax.

Item select (before tax) 2.25, Ticket Tax 0.39 and Ticket discount 1.
EXACT TOTAL : 1.99
TOTAL: 2.25

EDIT: Maybe another tag :wink: EXACT PLAIN TOTAL (no tax) EXACT TOTAL (with tax)

@emre, I’m wondering if TICKET ORDER EXACT TOTAL EXP is going to include Tax. As you mention on the other post that EXACT TOTAL is tax included but as you can see it does not. I’m thinking about using Calculation to add tax instead of Tax template.

Any down side of using Calculation?

You could do something like [=TN('{TICKET ORDER EXACT TOTAL EXP: }')+TN('{TICKET ORDER TAX TOTAL EXP: }')]

1 Like

I don’t think I seen TICKET ORDER TAX TOTAL EXP before. I will try.

EDIT: TICKET ORDER TAX TOTAL EXP return “-”

It returned the tax on mine. I left expression portion empty for simple testing.

Hmm, empty expression show total tax on ticket. But when (OS.xxx=xx) is not working.
Opps, I think it working. I just make typo