Edit Order: {{ order.order_no }}
{{ order.customer_name }}
{{ order.order_date_display or order.order_date }}
Editing Mode
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
Order Information
Order Number
Order Date *
Status
Pending
In Progress
Completed
Dispatched
Cancelled
Customer Information
Customer Name *
Phone Number
Address
{{ order.customer_address or '' }}
Order Items
Add New Item
{% for item in items %}
Item #{{ loop.index }} {% if item.has_production %}
Production Started
{% endif %}
{% if item.has_production %}
{% else %}
{% endif %}
Size *
Quantity *
Micron
Brand
Colour
Variety
Packing
Printed Matter
Unit Price
Amount
Notes
{% endfor %}
Update Order
Cancel
Back to Orders