There are instances wherein users need to print the Tax Amount on the Item Line of an Invoice using the Advanced PDF/HTML Template in order to know how the Tax Total is broken down.
- Create a Custom Transaction Line Field
- Navigate to Customization > Lists, Records, & Fields > Transaction Line Fields > New
- Label: Enter Line Tax Amount
- ID: Enter item.custcol_tax_amt
- Type: Select Currency
- Store Value: Remove Checkmark
- Click Applies To
- Sale Items: Enter Checkmark
g. Click Validation & Defaulting
- Formula: Enter Checkmark
- Default Value: Enter {amount}*{taxrate1}
h. Click Save
2.Modify the Advanced PDF/HTML Template
- Navigate to Customization > Forms > Advanced PDF/HTML Templates
- Preferred Advanced PDF/HTML Template: Click Edit
- Top right corner: Toggle Source Code
- Insert the following codes wherever necessary on the Item Table:
- ${item.custcol_tax_amt}
- Note: Reference the Field ID set on Step 1.c.
e. Click Save