{% load static %}
Dunrite Glass and Windows Co. Ltd
1691 lexington ave
New York, NY 10029
212-369-2661, (FAX) 212-369-3271
Invoice To:
{{invoice.customer.first_name}} {{invoice.customer.last_name}}
{{invoice.customer.phone_no}}
{{invoice.customer.address}}
{{invoice.customer.email}}
Service Address:
{{invoice.work_site.street}}
{{invoice.work_site.address}}
Sale Rep: {{invoice.sale_rep.name}}
Terms: {{invoice.status}}
Date: {{invoice.created_at|date:"SHORT_DATE_FORMAT" }}
Service Date: {{invoice.service_date|date:"SHORT_DATE_FORMAT" }}
| Item Description | Unit | w * h | Qty | Price | Total |
|---|---|---|---|---|---|
| {{forloop.counter}}. {{i.product.name}} | {{i.product.unit.name}} | {{i.width|floatformat:0|add:0 }} * {{i.height|floatformat:0|add:0 }} | {{i.qty}} | ${{i.amount}} | ${{i.total}} |
Note: