Clock Sales & Repair
{{ order.customer_name }}
{% if order.address_line1 %}{{ order.address_line1 }}
{% endif %} {% if order.address_line2 %}{{ order.address_line2 }}
{% endif %} {% if order.city or order.state or order.zip %}{{ order.city or '' }}{% if order.state %}, {{ order.state }}{% endif %} {{ order.zip or '' }}
{% endif %} {% if order.phone %}{{ order.phone }}
{% endif %}{{ order.manufacturer or '' }} {{ order.model or '' }}
{% endif %} {% if order.serial_number %}Serial: {{ order.serial_number }}
{% endif %} {% if order.reference %}Reference: {{ order.reference }}
{% endif %}Job Type: {{ order.job_type or '' }}
{% if order.service_rep %}Rep: {{ order.service_rep }}
{% endif %} {% if order.technician %}Technician: {{ order.technician }}
{% endif %} {% if order.cust_po %}PO: {{ order.cust_po }}
{% endif %} {% if order.terms %}Terms: {{ order.terms }}
{% endif %}| Type | Stock # | Description | Qty | Unit Price | Total |
|---|---|---|---|---|---|
| {{ line.kind }} | {{ line.stock_code or '' }} | {{ line.description or '' }} | {{ line.quantity }} | {{ line.unit_price | money }} | {{ line.unit_price | lineTotal(line.quantity) }} |