{{ your_name }}
{{ your_title }}
Invoice
{{ project_name }}
Invoice No. {{ invoice_number }}
Issue Date {{ issue_date }}
Due Date {{ due_date }}
Terms {{ payment_terms }}
From
{{ your_name }}
{{ your_address }}
{{ your_email }}
{{ your_phone }}
Bill To
{{ client_name }}
{{ client_address }}
{{ client_email }}
{{ client_phone }}
{% for item in line_items %} {% endfor %}
Service / Deliverable Hours Rate Amount
{{ item.description }} {{ item.hours }} {{ item.rate }} {{ item.amount }}
Subtotal {{ subtotal }}
{% if discount %}
Discount -{{ discount }}
{% endif %} {% if tax %}
{{ tax_label }} {{ tax }}
{% endif %}
Total {{ total }}
{{ payment_details }}
{% if notes %}
{{ notes }}
{% endif %}