{% extends "base.html" %} {% block title %}Customer Orders - Jambo Management Cloud{% endblock %} {% block content %}
Sab customer orders ka management aur tracking
| Order# | Date | Customer | Phone | Items | Status | Amount | Actions |
|---|---|---|---|---|---|---|---|
| #{{ order.order_no }} | {{ order.order_date }} |
{{ order.customer_name }}
{% if order.customer_address %}
{{ order.customer_address[:50] }}{% if order.customer_address|length > 50 %}...{% endif %} {% endif %} |
{% if order.customer_phone %} {{ order.customer_phone }} {% else %} N/A {% endif %} | {{ order.items_count }} items | {{ order.status }} | {{ order.formatted_amount }} | |
No Orders Found{% if search %} No orders found matching "{{ search }}". Try a different search term. {% else %} No orders have been created yet. Create your first order to get started. {% endif %} Create First Order |
|||||||
Total Orders
Pending Orders
Completed Orders
Total Value