| Description | Qty | Unit Price | Tax | Total |
|---|---|---|---|---|
| {{ item.description }} | {{ item.quantity }} | {{ currency }} {{ "%.2f"|format(item.unit_price) }} | {% if item.tax_rate is not none and item.tax_rate != 0 %} {{ "%.2f"|format(item.tax_rate) }} % {% else %} 0.00 % {% endif %} | {{ currency }} {{ "%.2f"|format(item.total) }} |
| No line items | ||||
| Subtotal | {{ currency }} {{ "%.2f"|format(subtotal) }} | |
| {{ adj.label }} | {{ adj.percentage }} | {% if adj.type == 'discount' %}-{% endif %}{{ currency }} {{ "%.2f"|format(adj.amount) }} |
| Total Due | {{ currency }} {{ "%.2f"|format(total) }} | |
| Amount Paid | -{{ currency }} {{ "%.2f"|format(amount_paid) }} | |
| Amount Due | {{ currency }} {{ "%.2f"|format(amount_due) }} |