{% load static %}
{{config.name}}
{{config.street}}
{{config.address}}
{{config.phone_no}}, (FAX) {{config.fax}}
Account ID: {{invoice.customer.id}}
{{invoice.customer.first_name}} {{invoice.customer.last_name}}
{{invoice.customer.street}}
{{invoice.customer.address}}
Tel: {{invoice.customer.phone_no}} Fax: {{invoice.customer.fax_no}}
Service/Shipping 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" }} |
| 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 | ${{invoice.sub_total}} | |||
|---|---|---|---|---|---|
| Sale Tax | {{invoice.sale_tax}}% | ||||
| Energy Surcharge | {{invoice.energy_surcharge}}% | ||||
|
Please include INVOICE NUMBER when sending payment. 1% LATE FEE AFTER 30 DAYS |
TOTAL | ${{invoice.sub_total}} | |||
| DISCOUNT | {{invoice.discount}}% | ||||
| BALANCE | ${{invoice.balance}} | ||||