A NetSuite customization that generates detailed customer statements, showing invoice installments, applied payments, and outstanding balances, all rendered as a formatted PDF.
-
Customer Statement UI Suitelet
A Suitelet that provides UI for accessing customer statement.
Frontend Suitelet -
Customer Statement Generator Suitelet
A Suitelet that uses SuiteQL + record.load to create data for the customer statement and pass it to PDF Template for rendering.
Backend Suitelet -
Customer Statement PDF Template
Advanced PDF Template to render the customer statement in PDF Format.
Advanced PDF Template
| Tools | Purpose |
|---|---|
| Suitelet + SuiteQL + record.load | Creates the customer statement data by querying via SuiteQL and loading record to get data not accessible through SuiteQL |
| Advanced PDF Template | Renders the data as a formatted PDF |


