Create Invoice

Invoice Number
This invoice number will be generated automatically when the invoice is created.

{% if errors %}
Please fix the following:
{% endif %}

Client *

Service *

Currency *

Invoice Lines

{% set line_items = form_data.get('line_items') or [{'description':'', 'quantity':'1', 'unit_amount':'', 'taxable':'0'}] %} {% for item in line_items %} {% endfor %}
Description * Qty * Unit Cost * HST Line Total
0.00 CAD

Invoice Summary

Subtotal0.00 CAD
Total Amount0.00 CAD

Due Date *

{% include "footer.html" %}