{% extends "merchant_base.html" %} {% load static %} {% block title %} Materials Details {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}
Inquiry Receive Date {{style.inquiry_recevie_date}}
Buyer {{style.buyer}}
Brand {% if style.brand %} {{style.brand}} {% else %} N/A {% endif %}
Agent {% if style.agent %} {{style.agent}} {% else %} N/A {% endif %}
Season {{style.season}}
Style Number {{style.style_number}}
Style Description {{style.style_description}}
Approximate Quantity {{style.approx_quantity}}
MOQ {{style.moq}}
Original Sample Received Status {% if style.original_sample_recevied_status %} {{style.original_sample_recevied_status}} {% else %} N/A {% endif %}
Folding Method {% if style.folding_method %} {{style.folding_method}} {% else %} N/A {% endif %}
Buyer target price {{style.buyer_target_price}}
{% if style.minimarker %} {% else %} {% endif %} {% if style.techpack %} {% else %} {% endif %} {% if style.consumption %} {% else %} {% endif %} {% if style.spec_sheet %} {% else %} {% endif %}
Mode of Price {{style.mode_of_price}}
Ex Factory {% if style.ex_factory %} {{style.ex_factory}} {% else %} N/A {% endif %}
Destination {% if style.destination %} {{style.destination}} {% else %} N/A {% endif %}
Beneficiary Factory {% if style.factory %} {{style.factory}} {% else %} N/A {% endif %}
Production Factory {{style.production_factory}}
Team {% if style.team %} {{style.team}} {% else %} N/A {% endif %}
Remarks {% if style.remarks %} {{style.remarks}} {% else %} N/A {% endif %}
Minimarker Download N/A
Techpack Download N/A
Consumption Download N/A
Spec Sheet Download N/A
Fabrics {% if style.is_cost_submit_status != 'Approved' %} {% endif %}
{% if fabric_list %} {% for fabric in fabric_list %} {% if style.is_cost_submit_status == 'Not Submit' %} {% else %} {% endif %} {% endfor %} {% else %} {% endif %}
SL No Fabric Application Fabric Type Fabric Category Mill Name Construction Unit Consumption Wastage % Usage Action
{{forloop.counter}} {{ fabric.fabric_application }} {{ 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
Accessories {% if style.is_cost_submit_status != 'Approved' %} {% endif %}
{% if accessory_list %} {% for item in accessory_list %} {% if style.is_cost_submit_status == 'Not Submit' %} {% else %} {% endif %} {% endfor %} {% else %} {% endif %}
SL No Item Description Supplier Unit Consumption Wastage % Usage Action
{{forloop.counter}} {{ item.accesory.name }} {{ item.material_description }} {% if item.supplier %} {{ item.supplier }} {% else %} N/A {% endif %} {{ item.unit }} {{ item.consumption|floatformat:3 }} {{ item.wastage|floatformat:3 }} {{ item.total_uses|floatformat:3 }}
No Data Found
Wash {% if style.is_cost_submit_status != 'Approved' %} {% endif %}
{% if washing_list %} {% for washing in washing_list %} {% comment %} {% endcomment %} {% if style.is_cost_submit_status == 'Not Submit' %} {% else %} {% endif %} {% endfor %} {% else %} {% endif %}
SL No Plant Name 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_cost_submit_status == 'Not Submit' %} {% else %} {% endif %} {% endfor %} {% else %} {% endif %}
SL No Embroidery Name 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_cost_submit_status == 'Not Submit' %} {% else %} {% endif %} {% endfor %} {% else %} {% endif %}
SL No Print Name 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 %}