{{ company_name }}
{{ company_tagline }}
Invoice
{{ invoice_number }}
Issued {{ issue_date }}
Job Site
{{ job_site }}
Permit #
{{ permit_number }}
License #
{{ license_number }}
Due
{{ due_date }}
Contractor
{{ from_name }}
{{ from_address }}
{{ from_email }} · {{ from_phone }}
Bill To
{{ bill_to_name }}
{{ bill_to_address }}
{{ bill_to_email }} · {{ bill_to_phone }}
L
Labor
Line Subtotal{{ labor_subtotal }}
Task & Circuit Hours Rate Amount
{% for item in labor_items %}
{{ item.description }}{{ item.detail }} {{ item.hours }} {{ item.rate }} {{ item.amount }}
{% endfor %}
M
Materials
Line Subtotal{{ materials_subtotal }}
Part & Rating Qty Unit Amount
{% for item in material_items %}
{{ item.description }}{{ item.detail }} {{ item.qty }} {{ item.unit }} {{ item.amount }}
{% endfor %}
Safety & Payment
{{ notes }}
Labor{{ labor_subtotal }}
Materials{{ materials_subtotal }}
{{ tax_label }}{{ tax }}
Total Due {{ total }}