| 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)}} |