{% extends 'base.html' %} {% block content %}

Payment Management

View Order

Download Excel
{{stats.total_amount}}
Total Amount
{{stats.total_paid}}
Total Paid
{{stats.total_unpaid}}
Total Unpaid
{{stats.admin_charge}}
Admin Charge
{{stats.shipping_charge}}
Shipping Charge
{{stats.COD_charge}}
COD Charge
{{stats.vendor_get}}
Vendor Get
{% for order in orders %} {% else %} {% endfor %}
OID Status O Type Product Name Order Status Order Invoice Purchased Date Price View Delete
{{ order.oid }} {{ order.status }} {{ order.o_type }} {{ order.product_name }} {{ order.order_status }} {{ order.invoice }} {{ order.purchased }} {{ order.date }} ₹{{ order.price }}
No orders found
{% endblock %}