{{company.name}}

{{company.address}}

{{company.city}}, {{company.country}}

Phone: {{company.phone}}

Email: {{company.email}}

INVOICE

{{invoiceNumber}}

Date: {{date}}

Due Date: {{dueDate}}

Bill To:

{{customer.name}}

{{customer.company}}

{{customer.address}}

{{customer.city}}, {{customer.country}}

{{customer.email}}

Ship To:

{{#if shipping}}

{{shipping.name}}

{{shipping.address}}

{{shipping.city}}, {{shipping.country}}

{{else}}

Same as billing address

{{/if}}
{{#each items}} {{/each}}
Item Description Quantity Unit Price Amount
{{@index}} {{description}} {{quantity}} ${{unitPrice}} ${{amount}}
Subtotal: ${{subtotal}}
{{#if tax}}
Tax ({{taxRate}}%): ${{tax}}
{{/if}} {{#if discount}}
Discount: -${{discount}}
{{/if}}
Total: ${{total}}

Payment Terms

{{paymentTerms}}

{{#if notes}}

Notes: {{notes}}

{{/if}}