diff --git a/ns_app/print_formats/print_formats/quotataion_ns.html b/ns_app/print_formats/print_formats/quotataion_ns.html index 7080a73..2121227 100644 --- a/ns_app/print_formats/print_formats/quotataion_ns.html +++ b/ns_app/print_formats/print_formats/quotataion_ns.html @@ -1,95 +1,139 @@ - - -
- -
- {{ doc.company }}- {% if doc.company_address %} -{{ doc.company_address }} - {% endif %} - |
-
- QUOTATION-Quote #: {{ doc.name }} -Date: {{ doc.transaction_date }} - {% if doc.valid_till %} -Valid Till: {{ doc.valid_till }} - {% endif %} - |
-
|
- Quote To: - {{ doc.customer_name }} - {% if doc.customer_address %} - {{ doc.customer_address }} - {% endif %} - |
-
| Item | -Description | -Qty | -Rate | -Amount | +
+ {{ 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 "" }} + |
|---|
| {{ row.item_code }} | -{{ row.item_name }} | -{{ row.qty }} | -{{ row.rate }} | -{{ row.amount }} | ++ | + Terms: + {{ doc.payment_terms_template or "Net 30" }} + |
- Subtotal: - {{ doc.total }} -
+ + - {% for tax in doc.taxes %} -- {{ tax.account_head }} ({{ tax.rate }}%): - {{ tax.tax_amount }} -
- {% endfor %} + +|
+ {% 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. +
+- Total: - {{ doc.grand_total }} -
Terms & Conditions
-{{ doc.terms }}
-{% endif %} - - -