{% extends "merchant_base.html" %} {% load static %} {% block title %}
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}} |
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 | {% if style.minimarker %}Download | {% else %}N/A | {% endif %}
Techpack | {% if style.techpack %}Download | {% else %}N/A | {% endif %}
Consumption | {% if style.consumption %}Download | {% else %}N/A | {% endif %}
Spec Sheet | {% if style.spec_sheet %}Download | {% else %}N/A | {% 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 }} | {% if style.is_cost_submit_status == 'Not Submit' %}{% else %} | {% endif %} |
No Data Found |
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 }} | {% if style.is_cost_submit_status == 'Not Submit' %}{% else %} | {% endif %} |
No Data Found |
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 }} | {% if style.is_cost_submit_status == 'Not Submit' %}{% else %} | {% endif %} |
No Data Found |
SL No | Embroidery Name | Process Details | Action | |
---|---|---|---|---|
{{forloop.counter}} | {{ embroidery.name }} | {{ embroidery.process_details }} | {% if style.is_cost_submit_status == 'Not Submit' %}{% else %} | {% endif %} |
No data is Found |