{% extends 'layout/master.html' %} {% block addcss %} {% endblock addcss %} {% block layout %}
|
|||||
|---|---|---|---|---|---|
| Excitech Australia Pty Ltd | |||||
| 30/10 Yato rd, Prestons, 2170 | |||||
| Mob: 0424 362 088 | |||||
| Email: jose@excitechaustralia.au | |||||
| Quote Date: {{quotation.quote_date}} | |||||
| Quote Number: {{ quotation.id}} | |||||
| Quote For: {{quotation.customer}} | |||||
| {{quotation.quote_title}} | |||||
| Regards | |||||
| Jose Ojeda | |||||
{{quotationitem.product.product_name}} ({{quotationitem.product.sku}})${{quotationitem.product.product_price}} |
|
|
Description {% autoescape off %}{{quotationitem.product.product_description}}{% endautoescape %} |
|
|
Specifications {% autoescape off %}{{quotationitem.product.product_specification_contents}}{% endautoescape %} |
|
| Sr.No. | Item | SKU | Rate | Quantity | Total |
|---|---|---|---|---|---|
| {{forloop.counter}} | {{quotationitem.product.product_name}} | {{quotationitem.product.sku}} | ${{quotationitem.cost_per_unit}} | {{quotationitem.qty }} | ${% widthratio quotationitem.qty 1 quotationitem.cost_per_unit %} |
| Sub Total | ${{quotation.subtotal}} | ||||
| Discount {% if quotation.discount_type == '%' and quotation.discount > 0 %}({{quotation.discount_percent}}%) {% endif %} | ${{quotation.discount}} | ||||
| GST({{quotation.gst_percent}}%) | ${{quotation.gst}} | ||||
| Grand Total | ${{quotation.total}} | ||||
|
CONTRACT OF SALE |