Detailed Itemized Report


Company Name : {{config.company_name}}

Time From : {{datetime_start}}

Time To : {{datetime_end}}

{{#each category}}
{{name}}
Category Total :   S${{subtotal}}
{{percent}}%
{{#each item}} {{/each}}
Item Name Quantity Unit Price Item Total
{{name}} {{Sum 'quantity' invoice_line_close}} {{price}} {{Sum 'subtotal' invoice_line_close}}
{{/each}}
{{#each payment}} {{/each}}
Total Tax S$   {{Sum 'tax' invoice_close}}
Total Service Charge S$   {{Sum 'service_charge' invoice_close}}
Total Discount S$   {{discount}}
Total rounding S$   {{Sum 'rounding' invoice_close}}
Total S$   {{Sum 'grand_total' invoice_close}}
{{name}} Payment Subtotal S$   {{subtotal}}