{% load static %}
{{config.name}}
{{config.street}}
{{config.address}}
{{config.phone_no}}, (FAX) {{config.fax}}
Account ID: {{quotation.customer.id}}
{{quotation.customer.first_name}} {{quotation.customer.last_name}}
{{quotation.customer.street}}
{{quotation.customer.address}}
Tel: {{quotation.customer.phone_no}} Fax: {{quotation.customer.fax_no}}
Service/Shipping 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" }} |
| DESCRIPTION | QTY | UNIT | PRICE | AMOUNT |
|---|---|---|---|---|
| {{forloop.counter}}. {{i.product.name}} | {{i.qty}} | {{i.product.unit.name}} | ${{i.amount}} | ${{i.total}} |
| All Materials are furnished and set. | Sub Total | ${{quotation.sub_total}} | |||
|---|---|---|---|---|---|
| Sale Tax | {{quotation.sale_tax}}% | ||||
| Energy Surcharge | {{quotation.energy_surcharge}}% | ||||
|
Please include INVOICE NUMBER when sending payment. 1% LATE FEE AFTER 30 DAYS |
TOTAL | ${{quotation.sub_total}} | |||
| DISCOUNT | {{quotation.discount}}% | ||||