{% extends "base.html" %} {% block title %}Global Search{% endblock %} {% block content %}
Search phone number, IMEI, serial, invoice number, order ID, item name, or TRCSL reference.
| Invoice | Date | Item | Phone | IMEI | Amount | Invoice |
|---|---|---|---|---|---|---|
| {{ o.invoice_no }} | {{ o.order_date }} | {{ o.item_name }} | {{ o.contact1 }} | {{ o.imei }} | Rs. {{ "{:,.2f}".format(o.cash_received or 0) }} | |
| No orders found | ||||||
| IMEI | Serial | Item | Status | Product Warranty | Battery Warranty | TRCSL |
|---|---|---|---|---|---|---|
| {{ d.imei }} | {{ d.serial }} | {{ d.item_name }} | {{ d.status }} | {{ d.product_warranty_expiry }} | {{ d.battery_warranty_expiry }} | {{ d.trcsl_status }} |
| No devices found | ||||||
| Date | Invoice | Item | IMEI | Type | Refund | Reason |
|---|---|---|---|---|---|---|
| {{ r.return_date }} | {{ r.invoice_no }} | {{ r.item_name }} | {{ r.imei }} | {{ r.return_type }} | Rs. {{ "{:,.2f}".format(r.refund_amount or 0) }} | {{ r.reason }} |
| No returns found | ||||||