There are instances wherein the Total on Invoice printouts using Advanced PDF/HTML Templates should be replaced with the Amount Remaining.
Solution
- Navigate to Customization > Forms > Advanced PDF/HTML Templates
- Preferred Invoice PDF/HTML Template: Click Customize/Edit
- Top Right Corner: Toggle Source Code
- Insert the following codes accordingly:
<td align="right"><b>Amount Remaining</b></td>
<td align="right">${record.amountremaining}</td>
Click Save