| Invoice Number | {{invoice.FormattedInvoiceNumber}} |
| Invoice Date | {{FormatDate(invoice.CreationDate)}} |
| Total Due | {{FormatNumber(invoice.TotalDue)}} |
| From: | |
{{business.BusinessName}} |
|
|
{{business.BusinessAddress}} |
|
|
{{business.Phone}} |
|
|
{{business.Email}} |
|
|
{{business.Website}} |
|
|
{{business.Extra}} |
|
| To: | |
{{clientInfo.BusinessName}} |
|
|
{{clientInfo.BusinessAddress}} |
|
|
{{clientInfo.Phone}} |
|
|
{{clientInfo.Email}} |
|
|
{{clientInfo.Website}} |
|
|
{{clientInfo.Extra}} |
|
| Service | Hrs/Qty | Rate/Price | Sub Total |
|---|---|---|---|
| {{detail.Name}} | {{FormatIntNumber(detail.Qty)}} | {{FormatNumber(detail.Rate)}} | {{FormatNumber(detail.SubTotal)}} |
| Sub Total | {{FormatNumber(invoice.SubTotal)}} |
| {{TaxLabel}} | {{FormatNumber(invoice.Tax)}} |
| Total Due | {{FormatNumber(invoice.TotalDue)}} |
| See payment options | |