Date:
Bill to:
| No | Item | Price/unit | Quantity | Total | |
|---|---|---|---|---|---|
| {{ index + 1 }} |
{{ invoiceCurrency.symbol }}
|
{{ decimalDigits(item.price * item.quantity) }} |
| Subtotal | {{ decimalDigits(subTotal) }} |
|
Discount
%
|
{{ decimalDigits(discountTotal) }} |
|
Tax
%
|
{{ decimalDigits(taxTotal) }} |
| Grand Total | {{ decimalDigits(grandTotal) }} |
Notes: