SudoSOS Back-end API / html / document.html
Html: Document.html ​
Interfaces ​
| Interface | Description |
|---|---|
| IDocumentLineItem | One row in the line-items page. |
| IDocumentMetaRow | A label/value pair in one of the right-aligned meta-lists. |
| IDocumentPdf | - |
| IDocumentVatBand | One row in the cover-page VAT specification matrix (per-VAT-band totals). |
Functions ​
| Function | Description |
|---|---|
| createDocumentPdf | Render the two-section financial document HTML. |
| escapeHtml | - |
| fmt | Format a euro amount in nl-NL style with the locale's no-break space between symbol and amount removed (e.g. €1.234,56). |
| subjectSection | Render the optional labeled section between the meta block and the total headline (e.g. "Subject" on the invoice, "Description" on the seller payout). Returns an empty string when the value is empty. |