Permit #
{{ permit_number }}
License #
{{ license_number }}
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 %}
Labor{{ labor_subtotal }}
Materials{{ materials_subtotal }}
{{ tax_label }}{{ tax }}
Total Due
{{ total }}