diff --git a/ns_app/print_formats/sales_invoice_ns/sales_invoice_ns.html b/ns_app/print_formats/sales_invoice_ns/sales_invoice_ns.html index 5f9c14c..80fbb99 100644 --- a/ns_app/print_formats/sales_invoice_ns/sales_invoice_ns.html +++ b/ns_app/print_formats/sales_invoice_ns/sales_invoice_ns.html @@ -1,5 +1,5 @@ + +
+ {{ company_doc.company_name }}+
+ 1063 Chestnut Level Road, Quarryville PA 17566 |
+
+ Sales Order + {{ doc.name }} + Date: {{ frappe.utils.formatdate(doc.transaction_date, "MM-dd-yyyy") }} + |
+
| + |
+ {% if doc.delivery_date %}
+ Delivery Date:
+ {{ frappe.utils.formatdate(doc.delivery_date, "MM-dd-yyyy") }} + {% endif %} + Terms: {{ doc.payment_terms_template or "Net 30" }} + |
+
|
+ {% if doc.custom_subscription_data %}
+
+ {{ doc.custom_subscription_data }}
+
+ {% endif %}
+ {% if doc.custom_invoice_notes %}
+
+ {{ doc.custom_invoice_notes }}
+
+ {% endif %}
+ |
+
| Item | +Description | +Qty | +Rate | +Amount | +
|---|---|---|---|---|
| + {{ row.item_code }} + | ++ {{ row.item_name }} + | ++ {{ row.qty }} + | ++ {{ row.rate }} + | ++ {{ row.amount }} + | +
| + Subtotal + | ++ {{ doc.total }} + | +
| + {{ tax.account_head }} ({{ tax.rate }}%) + | ++ {{ tax.tax_amount }} + | +
| + Total + | ++ {{ doc.grand_total }} + | +
+This Sales Order is not an invoice. +Pricing and availability subject to confirmation. + +Thank you for your business. +
+