{% load static %}
Dunrite Glass and Windows Co. Ltd
1691 lexington ave
New York, NY 10029
212-369-2661, (FAX) 212-369-3271
Invoice To:
{{quotation.customer.first_name}} {{quotation.customer.last_name}}
{{quotation.customer.phone_no}}
{{quotation.customer.address}}
{{quotation.customer.email}}
Service Address:
{{quotation.work_site.street}}
{{quotation.work_site.address}}
Sale Rep: {{quotation.sale_rep.name}}
Terms: {{quotation.status}}
Date: {{quotation.created_at|date:"SHORT_DATE_FORMAT" }}
Service Date: {{quotation.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}} |