{{ company_name }}
{{ company_address }}
{{ company_phone }} | {{ company_email }}
Invoice
#{{ invoice_number }}
Bill To
{{ client_name }}
{{ client_address }}
{% if client_phone %}{{ client_phone }}
{% endif %} {{ client_email }}
Payment Details
{{ payment_method | default("Bank Transfer") }}
{% if bank_name %}{{ bank_name }}
{% endif %} {% if account_number %}Account: {{ account_number }}{% endif %}
Invoice Date
{{ invoice_date }}
Due Date
{{ due_date }}
Terms
{{ payment_terms | default("Net 30") }}
PO Number
{{ po_number | default("N/A") }}
{% for item in line_items %} {% endfor %}
Description Details Qty Rate Amount
{{ item.description }} {% if item.note %}
{{ item.note }}
{% endif %}
{{ item.details | default("") }} {{ item.quantity }} {{ item.rate }} {{ item.amount }}
Subtotal {{ subtotal }}
{% if discount %}
Discount -{{ discount }}
{% endif %} {% if tax %}
{{ tax_label | default("Tax") }} {{ tax }}
{% endif %} {% if shipping %}
Shipping {{ shipping }}
{% endif %}
Total Due {{ total }}