{% extends "marchant_base.html" %} {% load static %} {% block title %} Materials Details {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}
Materials Details
Style Number {{style.style_number}}
Style Description {{style.style_description}}
Buyer {{style.buyer}}
Agent {% if style.agent %} {{style.agent}} {% else %} N/A {% endif %}
Season {{style.season}}
Team {% if style.team %} {{style.team}} {% else %} N/A {% endif %}
Ex Factory {% if style.ex_factory %} {{style.ex_factory}} {% else %} N/A {% endif %}
Vendor {% if style.vendor %} {{style.vendor}} {% else %} N/A {% endif %}
Coo {% if style.coo %} {{style.coo}} {% else %} N/A {% endif %}
{% if style.consumption %} {% else %} {% endif %} {% if style.minimarker %} {% else %} {% endif %} {% if style.techpack %} {% else %} {% endif %}
Retail {% if style.retail %} {{style.retail}} {% else %} N/A {% endif %}
Brand {% if style.brand %} {{style.brand}} {% else %} N/A {% endif %}
Indc {% if style.indc %} {{style.indc}} {% else %} N/A {% endif %}
Remarks {% if style.remarks %} {{style.remarks}} {% else %} N/A {% endif %}
Consumption Download N/A
Minimarker Download N/A
Techpack Download N/A
Production Factory {% if style.production_factory %} {{style.production_factory}} {% else %} N/A {% endif %}
Approximate Quantity {% if style.approx_quantity %} {{style.approx_quantity}} Gmts {% else %} N/A {% endif %}
Fabric
{% if style.is_cost_submit_status != 'Approved' %} {% endif %}
{% if fabric_list %} {% for fabric in fabric_list %} {% if style.is_material_submit == False %} {% endif %} {% endfor %} {% else %} {% endif %}
SL No Fabric Type Name Mill Name Construction Unit Consumption Wastage % Usage Action
{{forloop.counter}} {{ fabric.fabric.fabric_type }} {{ fabric.fabric.fabric_name }} {% if fabric.mill_name %} {{ fabric.mill_name }} {% else %} N/A {% endif %} {{ fabric.fabric.construction }} {{ fabric.unit }} {{ fabric.consumption|floatformat:3 }} {{ fabric.wastage|floatformat:3 }} {{ fabric.total_uses|floatformat:3 }}
No Data Found
Trims
{% if style.is_cost_submit_status != 'Approved' %} {% endif %}
{% if trim_list %} {% for trim in trim_list %} {% if style.is_material_submit == False %} {% endif %} {% endfor %} {% else %} {% endif %}
SL No Item Description Supplier Unit Consumption Wastage % Usage Action
{{forloop.counter}} {{ trim.trim.name }} {{ trim.description }} {% if trim.supplier %} {{ trim.supplier }} {% else %} N/A {% endif %} {{ trim.unit }} {{ trim.consumption|floatformat:3 }} {{ trim.wastage|floatformat:3 }} {{ trim.total_uses|floatformat:3 }}
No Data Found
Thread
{% if style.is_cost_submit_status != 'Approved' %} {% endif %}
{% if thread_list %} {% for thread in thread_list %} {% if style.is_material_submit == False %} {% endif %} {% endfor %} {% else %} {% endif %}
SL No Count Description Supplier Unit Consumption Wastage % Total Uses Action
{{forloop.counter}} {{ thread.thread.count }} {{ thread.thread.description }} {% if thread.supplier %} {{ thread.supplier }} {% else %} N/A {% endif %} {{ thread.unit }} {{ thread.consumption|floatformat:3 }} {{ thread.wastage|floatformat:3 }} {{ thread.total_uses|floatformat:3 }}
No Data Found
Wash
{% if style.is_cost_submit_status != 'Approved' %} {% endif %}
{% if washing_list %} {% for washing in washing_list %} {% if style.is_material_submit == False %} {% endif %} {% endfor %} {% else %} {% endif %}
SL No Item Plant Type Plant Origin Process Details Action
{{forloop.counter}} {{ washing.name }} {% if washing.plant_type %} {{ washing.plant_type }} {% else %} N/A {% endif %} {% if washing.plant_origin %} {{ washing.plant_origin }} {% else %} N/A {% endif %} {{ washing.process_details }}
No Data Found
Embroidery
{% if style.is_cost_submit_status != 'Approved' %} {% endif %}
{% if embroidery_list %} {% for embroidery in embroidery_list %} {% if style.is_material_submit == False %} {% endif %} {% endfor %} {% else %} {% endif %}
SL No Embroidery Item Process Details Action
{{forloop.counter}} {{ embroidery.name }} {{ embroidery.process_details }}
No data is Found
Print
{% if style.is_cost_submit_status != 'Approved' %} {% endif %}
{% if print_list %} {% for print in print_list %} {% if style.is_material_submit == False %} {% endif %} {% endfor %} {% else %} {% endif %}
SL No Print Item Print Details Action
{{forloop.counter}} {{ print.name }} {{ print.process_details }}
No data is Found
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}