{{ company_doc.company_name }}
1063 Chestnut Level Road, Quarryville PA 17566 |
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" }} |
|
{% if doc.note %}
{{ doc.note }}
{% endif %}
{% if doc.terms %}
{{ doc.terms }}
{% endif %}
|
| 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.