{% set company_doc = frappe.get_doc("Company", company) %}

{{ company_doc.company_name }}

1063 Chestnut Level Road, Quarryville PA 17566
{% if company_doc.address %}{{ company_doc.address }}
{% endif %} {% if company_doc.phone_no %}Phone: {{ company_doc.phone_no }}{% endif %} {% if company_doc.email %} | Email: {{ company_doc.email }}{% endif %}

Quotation: {{ doc.name }}
Date: {{ frappe.utils.formatdate(doc.transaction_date, "MM-dd-yyyy") }}
Valid Till: {{ frappe.utils.formatdate(doc.valid_till, "MM-dd-yyyy") if doc.valid_till else "" }}
Terms: {{ doc.payment_terms_template or "Net 30" }}
{{ doc.customer_name }}
{{ doc.address_display or doc.customer_address }}
{% if doc.terms or doc.note %}
{% if doc.note %}
{{ doc.note }}
{% endif %} {% if doc.terms %}
{{ doc.terms }}
{% endif %}
{% endif %} {% for row in doc.items %} {% endfor %}
Item Description Qty Rate Amount
{{ row.item_code }} {{ row.item_name }} {{ row.qty }} {{ row.rate }} {{ row.amount }}

Subtotal:{{ doc.total }}

{% for tax in doc.taxes %}

{{ tax.account_head }} ({{ tax.rate }}%): {{ tax.tax_amount }}

{% endfor %}

Total:{{ doc.grand_total }}

This quotation is valid until the date listed above and subject to change thereafter. Pricing does not include applicable taxes unless otherwise stated. Thank you for considering NS Innovations.