Report Tags - Net & Gross Total?

Ive been looking into ticket custom tags, Ive noticed that some tags exist for printer template but cant get them to work in report template.

There are also some fields in database like TotalAmountPreTax
but I couldn’t get any of the tags with that name to work

Are there any custom report tags for:

  • NET = {PLAIN TOTAL}
  • GROSS = TXT.VAT.sum ?
  • TAX TOTAL = T.Tax.sum OR TX.VAT.sum ?
  • ORDER TAX = (T.Tax.sum, TX.VAT.sum) and O.Tax.sum don’t seem to match up when added up

Hello,

This is the amount before tax is applied.??

Best Regard,
Kely

@kely784rey TXT.<tax template name>
You can set tax template in Products > Tax Templates > Add; if you set its name VAT TAX then use TXT.VAT TAX.sum in reports.

Thats the closest to before tax amount I’ve found using custom report tags