{% extends "base.html" %} {% block title %}Returns & Refunds{% endblock %} {% block content %}
| Date | Invoice | Item | IMEI | Type | Refund | Reason | By |
|---|---|---|---|---|---|---|---|
| {{ r.return_date }} | {{ r.invoice_no }} | {{ r.item_name }} | {{ r.imei }} | {{ r.return_type }} | Rs. {{ "{:,.2f}".format(r.refund_amount or 0) }} | {{ r.reason }} | {{ r.created_by }} |
| No return records | |||||||