Daily Sales Summary


Company Name : {{config.company_name}}

Time From : {{datetime_start}}

Time To : {{datetime_end}}

{{#each daily}}
Payment Type Total
{{#each payment}} {{/each}}
{{date}}
{{label}} S$ {{data}}
No. Voided Invoice x {{Count invoice_void}}
No. Paid Invoice x {{Count invoice_close}}
Service Charge S$ {{Sum 'service_charge' invoice_close}}
GST S$ {{Sum 'tax' invoice_close}}
Discount S$ {{discount}}
Rounding S$ {{Sum 'rounding' invoice_close}}
Gross S$ {{gross}}
Nett S$ {{nett}}
{{/each}} {{#each payment}} {{/each}}
{{name}} S$ {{subtotal}}
No. Voided Invoice x {{Count invoice_void}}
No. Paid Invoice x {{Count invoice_close}}
Service Charge S$ {{Sum 'service_charge' invoice_close}}
GST S$ {{Sum 'tax' invoice_close}}
Discount S$ {{discount}}
Rounding S$ {{Sum 'rounding' invoice_close}}
Total Gross S$ {{gross_sale}}
Total Nett S$ {{net_sale}}