{% extends "base.html" %} {% block title %}Orders List{% endblock %} {% block content %} {% if session.get('role') == 'admin' and edit_row %}
The old single-order form has been removed. Click below to add multiple products and services in one invoice.
โ Open New Multi-Item Invoice| ID | Date | Invoice | Order ID | Item | Serial | IMEI | Contact | Via | Store | Qty | Total | Cash | Warranty | {% if session.get('role') == 'admin' %}Actions | {% endif %}
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| #{{ row.id }} | {{ row.order_date }} | {{ row.invoice_no }} | {{ row.order_id }} | {{ row.item_name }} | {{ row.serial }} | {{ row.imei }} | {{ row.contact1 }} | {{ row.order_via }} | {{ row.store }} | {{ row.qty }} | Rs. {{ "{:,.2f}".format(row.total_price) }} | {% if row.cash_received == 0 %} Pending {% else %} Rs. {{ "{:,.2f}".format(row.cash_received) }} {% endif %} | {{ row.product_warranty_days }}d / {{ row.battery_warranty_days }}d | {% if session.get('role') == 'admin' %}{% endif %} |
|
No orders found |
||||||||||||||
No orders found