{% load static %}
Dunrite Glass and Windows Co. Ltd
1691 lexington ave
New York, NY 10029
212-369-2661, (FAX) 212-369-3271
Quotation No: # {{quotation.id}}
Date: {{quotation.created_at}}
Quotation To:
{{quotation.customer.first_name}} {{quotation.customer.last_name}}
{{quotation.customer.address}}
{{quotation.customer.phone_no}}
{{quotation.customer.email}}
Pay To:
Dunrite Glass Co. Ltd
Shipping Address:
{{quotation.shipping_address.address}}
Billing Address:
{{quotation.billing_address.address}}
| Item | Description | Unit | w * h | Qty | Price | Total |
|---|---|---|---|---|---|---|
| {{forloop.counter}}. {{i.product.name}} | {{i.product.description}} | {{i.product.unit.name}} | {{i.width|floatformat:0|add:0 }} * {{i.height|floatformat:0|add:0 }} | {{i.qty}} | ${{i.amount}} | ${{i.total}} |