{% load static %} Dunrite Glass | Quotation Page

{{config.name}}

{{config.street}}
{{config.address}}
{{config.phone_no}}, (FAX) {{config.fax}}

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}}

{% for i in detail %} {% endfor %}
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}}
Print