{{ company_name }}
{{ company_tagline }}
Invoice
{{ company_phone }}
{{ company_email }}
{{ company_address }}
Repair Order
{{ ro_number }}
Invoice No
{{ invoice_number }}
Date In
{{ date_in }}
Promised
{{ date_promised }}
Service Advisor
{{ service_advisor }}
Vehicle
{{ vehicle }}
VIN
{{ vin }}
Odometer
{{ odometer }}
Plate
{{ plate }}
Customer
{{ customer_name }}
{{ customer_address }}
{{ customer_phone }}
Service Location
{{ company_name }}
{{ company_address }}
License #{{ license_number }}
Labor
{{ labor_subtotal }}
Operation Hours Rate Amount
{% for item in labor_items %}
{{ item.operation }}
{{ item.detail }}
{{ item.hours }} {{ item.rate }} {% if item.no_charge %}{{ item.amount }}{% else %}{{ item.amount }}{% endif %}
{% endfor %}
Parts
{{ parts_subtotal }}
Part Qty Unit Amount
{% for item in parts_items %}
{{ item.part }}
PN {{ item.pn }}
{{ item.qty }} {{ item.unit }} {{ item.amount }}
{% endfor %}
Warranty & Terms
{{ notes }}
{{ payment_terms }} {{ payment_methods }}
Labor{{ labor_subtotal }}
Parts{{ parts_subtotal }}
Shop supplies{{ shop_supplies }}
{{ tax_label }}{{ tax }}
Total Due {{ total }}