From
{{ from_name }}
{{ from_address }}
{{ from_email }}
Bill To
{{ bill_to_name }}
{{ bill_to_address }}
{{ bill_to_email }}
| Description |
Qty |
Rate |
Amount |
{% for item in line_items %}
|
{{ item.description }}
{% if item.detail %}{{ item.detail }} {% endif %}
|
{{ item.quantity }} |
{{ item.rate }} |
{{ item.amount }} |
{% endfor %}
Subtotal
{{ subtotal }}
{% if discount %}
Discount
-{{ discount }}
{% endif %}
{% if tax %}
{{ tax_label | default("Tax") }}
{{ tax }}
{% endif %}
Total Due
{{ total }}
{{ company_name }}
{{ company_website }}