{{ your_name }}
{{ your_title }}
Invoice
{{ project_name }}
From
{{ your_name }}
{{ your_address }}
{{ your_email }}
{{ your_phone }}
{{ your_email }}
{{ your_phone }}
Bill To
{{ client_name }}
{{ client_address }}
{{ client_email }}
{{ client_phone }}
{{ client_email }}
{{ client_phone }}
| 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
{{ payment_details }}
Notes
{{ notes }}