{% extends "merchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} Order Checklist Index {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}

Fabric Approvals(Order Checklist)

{% csrf_token %}
{{ style_form.style|as_crispy_field }}
{% if fabric_material_approvals %} {% regroup fabric_material_approvals by item as grouped %} {% for group in grouped %} {% for obj in group.list %} {% ifchanged %} {% endifchanged %} {% endfor %} {% endfor %} {% else %} {% endif %}
SL Style Item Description Consumption Wastage Required Quantity Supplier Color Development Buyer Status Feedback Date Tentative Feedback Date Action
{{forloop.parentloop.counter}} {{ obj.item.style }} {{ obj.item }} {{ obj.item.consumption|floatformat:3 }} {{ obj.item.unit }} {{ obj.item.wastage|floatformat:3 }} {{ obj.item.unit }} {{ obj.item.total_uses|floatformat:3 }} {{ obj.item.unit }} {{ obj.item.mill_name }}{{ obj.color }} {{ obj.get_development_status_display }} {{ obj.get_buyer_status_display }} {{ obj.buyer_feedback_date }} {{ obj.tentative_feedback_date }}
No Data Is Found
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% comment %} {% endcomment %} {% endblock JS %}