Scenario
There are cases where it is a requirement to display the remaining quantity to ship on the Picking Ticket Advanced PDF/HTML Template. This article will show how to compute the remaining quantity to ship on the Picking Ticket Advanced PDF/HTML Template.
Solution
- Navigate to Customization > Forms > Advanced PDF/HTML Templates
- Click Edit beside the preferred Picking Ticket PDF/HTML Template
- Look for the line of code where the remaining quantity to ship needs to be displayed
- Paste the code ${item.quantity - item.quantityfulfilled}
- Click Save