Tax Details Table Fields and Placeholders

Invoice Summary Field

XML Template Placeholders

Notes

Tax Details Label

{ids.label.tax_details}

This is a label. It can be changed or hardcoded.

Tax Code Label

{ids.label.tax_code}

This is a label. It can be changed or hardcoded.

Tax Rate Label

{ids.label.tax_rate}

This is a label. It can be changed or hardcoded.

Total Net Amount Label

{ids.label.total_net_amount}

This is a label. It can be changed or hardcoded.

Total Tax Label

{ids.label.total_tax_details}

This is a label. It can be changed or hardcoded.

Tax Code Name

${taxdetail.name}

This data is sourced from the transaction record.

Tax Rate

${taxdetail.rate}%

This data is sourced from the transaction record.

Total Net Amount

${taxdetail.netamountnotax?number?string["#,##0.00"]}

This data is sourced from the transaction record.

Total Tax

${taxdetail.taxamount?number?string["#,##0.00"]}

This data is sourced from the transaction record.

General Notices