Invoice Template Keywords
Invoice Template Keywords
For use between {{#foreach Invoice}} and {{/foreach Invoice}} blocks
| Section |
Keyword |
What It Means |
| General |
{{InvoiceId}} |
Invoice system ID |
|
{{CustomerId}} |
Customer system ID |
|
{{CustomerName}} |
Customer name |
|
{{InvoiceNoInt}} |
Invoice number as a numeric value |
|
{{InvoiceNo}} |
Invoice number formatted for display (e.g. IN0001) |
|
{{Reference}} |
Reference for the invoice |
|
{{Note}} |
Notes for the invoice |
| Dates |
{{CurrentDate}} |
Today’s date (e.g. 25 Feb 2026) |
|
{{CurrentDateLong}} |
Today’s date long format (e.g. Tuesday 25 Feb 2026) |
|
{{InvoiceDateUTC}} |
Invoice date (system value / UTC) |
|
{{DueDateUTC}} |
Due date (system value / UTC) |
| Values |
{{TotalPriceExcl}} |
Total invoice amount excluding tax |
|
{{TotalTax}} |
Total tax amount |
|
{{TotalPriceIncl}} |
Total invoice amount including tax |
|
{{TaxRateDecimal}} |
Tax rate as a decimal value |
|
{{TaxRatePercent}} |
Tax rate formatted as a percentage |
For use between {{#foreach Lines}} and {{/foreach Lines}} blocks
| Section |
Keyword |
What It Means |
| Line Details |
{{InvoiceLineId}} |
Invoice line system ID |
|
{{Description}} |
Description of the invoice line |
|
{{IsNote}} |
Indicates whether the line is a note only |
| Values |
{{QuantityDecimal}} |
Quantity as a numeric value |
|
{{Quantity}} |
Quantity formatted for display |
|
{{UnitPriceIncl}} |
Unit price including tax |
|
{{TotalPriceDecimal}} |
Total line amount as a numeric value |
|
{{TotalPriceIncl}} |
Total line amount including tax |
|
{{TaxAmount}} |
Tax amount for the line |
|
{{Discount}} |
Discount amount or percentage stored on the line |