Invoice
{{ invoice_number }}
Issued: {{ issue_date }}
Due: {{ due_date }}
Bill To
{{ bill_to_name }}
{{ bill_to_address }}
{{ bill_to_email }} · {{ bill_to_phone }}
{{ bill_to_email }} · {{ bill_to_phone }}
| Description | Qty | Price | Amount |
|---|---|---|---|
| {{ item.description }} | {{ item.qty }} | {{ item.price }} | {{ item.amount }} |
Subtotal
{{ subtotal }}
{% if discount %}
Discount
-{{ discount }}
{% endif %}
{% if tax %}
{{ tax_label }}
{{ tax }}
{% endif %}
Total
{{ total }}
Notes
{{ notes }}