{{ from.name }}
{{ invoice_number }}
Bill To
{{ to.name }}
| Description | Qty | Rate | Amount |
|---|---|---|---|
| {{ item.description }} | {{ item.qty }} | {{ currency | default('$') }}{{ "%.2f" | format(item.rate) }} | {{ currency | default('$') }}{{ "%.2f" | format(item.amount) }} |
{{ payment_terms }}
{{ notes }}