Service Address
{{ customer_name }}
{{ customer_address }}
{{ customer_contact }}
{{ customer_contact }}
Unit Data Plate
{{ seer_value }}{{ seer_unit }}
{{ unit_model }}
Configuration
{{ spec_configuration }}
Refrigerant
{{ spec_refrigerant }}
Heating (HSPF2)
{{ spec_heating }}
Serial No.
{{ spec_serial }}
Labor & ServiceDiagnostics, removal, install & commissioning
{{ labor_subtotal }}
Service
Hrs
Rate
Amount
{% for item in labor_items %}
{{ item.description }}{{ item.detail }}
{{ item.hrs }}
{{ item.rate }}
{{ item.amount }}
{% endfor %}
Equipment & RefrigerantUnits, line set, refrigerant & filtration
{{ equipment_subtotal }}
Item
Qty
Unit
Amount
{% for item in equipment_items %}
{{ item.description }}{{ item.detail }}
{{ item.qty }}
{{ item.unit }}
{{ item.amount }}
{% endfor %}
{{ plan_status }}{{ plan_name }}
{{ plan_text }}
{% for perk in plan_perks %}
{{ perk }}
{% endfor %}
Labor & Service
{{ labor_subtotal }}
Equipment & Refrigerant
{{ equipment_subtotal }}
{{ credit_label }}
{{ credit_amount }}
{{ tax_label }}
{{ tax_amount }}
Total Due
{{ total_due }}