{% set company = frappe.get_doc("Company", doc.company) %} {% set abbr = company.abbr %}
{{ company.address or "The Exchange, 55 Westlands Road, Nairobi" }}
P.O. Box 43633-00100, Nairobi, Kenya
Tel: +254 20 2831000 | www.nse.co.ke
Date: {{ frappe.format(doc.transaction_date, {"fieldtype":"Date"}) }}
| # | Description / Item | Qty | UOM | Unit Rate ({{ doc.currency }}) | Amount ({{ doc.currency }}) |
|---|---|---|---|---|---|
| {{ loop.index }} |
{{ row.item_name or row.item_code }}
{% if row.description and row.description != row.item_name %}
{{ row.description[:200] }} {% endif %} |
{{ row.qty }} | {{ row.uom }} | {{ frappe.format(row.rate, {"fieldtype":"Currency","options":doc.currency}) }} | {{ frappe.format(row.amount, {"fieldtype":"Currency","options":doc.currency}) }} |
| Sub-Total | {{ frappe.format(doc.net_total, {"fieldtype":"Currency","options":doc.currency}) }} |
| {{ tax.description }} | {{ frappe.format(tax.tax_amount, {"fieldtype":"Currency","options":doc.currency}) }} |
| TOTAL | {{ frappe.format(doc.grand_total, {"fieldtype":"Currency","options":doc.currency}) }} |
| {{ doc.in_words }} | |
1. This LPO constitutes an official purchase commitment of {{ doc.company }}. Goods/services must match specifications exactly.
2. Delivery must be completed by the Required By date. Late delivery may attract penalties per the supplier contract.
3. All invoices must reference this LPO number ({{ doc.name }}) and be submitted to accounts@nse.co.ke.
4. Payment terms: {{ doc.payment_terms_template or "30 days net" }}.
{% if doc.terms %}5. Additional terms: {{ doc.terms }}
{% endif %}