{{ company_name }}
{{ company_address }}
{{ company_email }}{% if company_phone %}
{{ company_phone }}{% endif %}
Invoice
Invoice No.
{{ invoice_number }}
Issued
{{ issue_date }}
Due Date
{{ due_date }}
Terms
{{ payment_terms | default("Net 30") }}
From
{{ from_name }}
{{ from_address }}
{{ from_email }}
Bill To
{{ bill_to_name }}
{{ bill_to_address }}
{{ bill_to_email }}
{% for item in line_items %} {% endfor %}
Description Qty Rate Amount
{{ item.description }}
{% if item.detail %}
{{ item.detail }}
{% endif %}
{{ item.quantity }} {{ item.rate }} {{ item.amount }}
Subtotal {{ subtotal }}
{% if discount %}
Discount -{{ discount }}
{% endif %} {% if tax %}
{{ tax_label | default("Tax") }} {{ tax }}
{% endif %}
Total Due {{ total }}
{{ company_name }} {{ company_website }}