{% extends "merchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}
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 }} | {% endifchanged %}{{ obj.color }} | {{ obj.get_development_status_display }} | {{ obj.get_buyer_status_display }} | {{ obj.buyer_feedback_date }} | {{ obj.tentative_feedback_date }} | |
No Data Is Found |