{% extends 'layout/master.html' %} {% block addcss %} {% endblock addcss %} {% block layout %}
Loading
{% comment %}
{% endcomment %} {% if messages %} {% endif %}
Product Image


Excitech Australia Pty Ltd Quote Date: {{quotation.quote_date}}
30/10 Yato rd, Prestons, 2170 Quote Number: {{ quotation.id}}
Mob: 0424 362 088 Quote For: {{quotation.customer}}
Email: jose@excitechaustralia.au
{{quotation.quote_title}}
Regards
Jose Ojeda
0424 632 088



Product Image
{% for quotationitem in quotationitems %}

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

{% endfor %}



Product Image
{% for quotationitem in quotationitems %} {% endfor %}
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}}



Product Image

CONTRACT OF SALE

PRICE $1320.00 Australian Dollars plus GST.
DELIVERY Estimated delivery time is 6 weeks from date of order confirmation or in stock. The machine price is charged on truck, our works Prestons) / your works (Yenorra). Crane charges also, if required will be charged at cost.
PAYMENT TERMS A 30% deposit is required to secure your order, with the balance due prior to delivery.
Bank details as per below:
Bank Name: ANZ
Account Name: Excitech Australia
BSB: 012430
Account: 330834315
INSTALLATION AND
COMMISSIONING
Commissioning is included. If commissioning is included an Excitech Australia technician will install and setup the machine correctly. Crane hire, scissor lifts, ducting, tooling, services etc. are not included in price. Commissioning does not include electric, pneumatic or dust exhaust connections. Electrical leads and plugs are not supplied with the machine.
ADDITIONAL TRAINING Additional training is not included.
PRODUCT WARRANTY 24 months warranty based on the new machine being operated up to eight hours per day. For use in excess of eight hours per day the term is reduced proportionally.
VALIDITY This offer is valid for thirty days.
{% block jsscript %} {% endblock jsscript %} {% endblock layout %}