Print Amount Remaining Instead of Total for Invoices Using Advanced PDF/HTML Templates

There are instances wherein the Total on Invoice printouts using Advanced PDF/HTML Templates should be replaced with the Amount Remaining.

Solution
  1. Navigate to Customization > Forms > Advanced PDF/HTML Templates
  2. Preferred Invoice PDF/HTML Template: Click Customize/Edit
  3. Top Right Corner: Toggle Source Code
  4. Insert the following codes accordingly:
<td align="right"><b>Amount Remaining</b></td>
<td align="right">${record.amountremaining}</td>

Click Save

Leave a comment

Your email address will not be published. Required fields are marked *