{% extends "marchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}
Fabrics | $ {{fabric_description.total_fabric_cost|floatformat:3}} |
---|---|
Trims | $ {{fabric_description.total_trim_cost|floatformat:3}} |
Washing | $ {{fabric_description.total_washing_cost|floatformat:3}} |
CM | $ {{fabric_description.total_cm_cost|floatformat:3}} |
Agent Commission 1 | $ {{fabric_description.agent_commision1|floatformat:3}} |
Agent Commission 2 | $ {{fabric_description.agent_commision2|floatformat:3}} |
Commercial Cost | $ {{fabric_description.commercial_cost|floatformat:3}} |
Profit Margin | $ {{fabric_description.profit_margin|floatformat:3}} |
---|---|
FOB | $ {{fabric_description.fob|floatformat:3}} |
CIF | $ {{fabric_description.cif|floatformat:3}} |
CNF | $ {{fabric_description.cnf|floatformat:3}} |
Landed Cost | $ {{fabric_description.landed_cost|floatformat:3}} |
Team | Mearchant Team A |
Style Number | {{style.style_number}} |
---|---|
Style Description | {{style.style_description}} |
Create Date | {{style.created_date}} |
Season | {{style.season}} |
Brand | {{style.brand}} |
Buyer | {{style.buyer}} |
Ex Factory Date | {{style.ex_factory}} |
Revised Date | {% if style.revised_date %} {{style.revised_date}} {% else %} N/A {% endif %} |
Vendor | {% if style.vendor %} {{style.vendor}} {% else %} N/A {% endif %} |
Coo | {{style.coo}} | |
---|---|---|
Retail | {% if style.retail %} {{style.retail}} {% else %} N/A {% endif %} | |
Remarks | {% if style.remarks %} {{style.remarks}} {% else %} N/A {% endif %} | |
Agent | {% if style.agent %} {{style.agent}} {% else %} N/A {% endif %} | |
Consumption | {% if style.consumption %}Download | {% else %}N/A | {% endif %}
Minimarker | {% if style.minimarker %}Download | {% else %}N/A | {% endif %}
Techpack | {% if style.techpack %}Download | {% else %}N/A | {% endif %}
Is User Lock | {{style.is_user_lock}} | |
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 %} |
SL No | Type | Name | Total Uses | Cost Per Unit | Cost per gmt | Action |
---|---|---|---|---|---|---|
{{ forloop.counter }} | {{fabric_cost.fabric.fabric.fabric_type}} | {{fabric_cost.fabric.fabric.fabric_name}} | {{fabric_cost.fabric.total_uses|floatformat:3}} | {{fabric_cost.cost_per_unit|floatformat:3}} | {{fabric_cost.total_cost|floatformat:3}} |
SL No | Name | Description | Total Uses | Unit | Cost Per GMTS | Total Cost | Action |
---|---|---|---|---|---|---|---|
{{ forloop.counter }} | {{trim_cost.trim.trim.name}} | {{trim_cost.trim.trim.description}} | {{trim_cost.trim.total_uses|floatformat:3}} | {{trim_cost.trim.unit}} | {{trim_cost.cost_per_unit|floatformat:3}} | {{trim_cost.total_cost|floatformat:3}} |
SL No | Count | Description | Total Uses | Unit | Cost Per Unit | Total Cost | Action |
---|---|---|---|---|---|---|---|
{{ forloop.counter }} | {{thread_cost.thread.thread.count}} | {{thread_cost.thread.thread.description}} | {{thread_cost.thread.total_uses|floatformat:3}} | {{thread_cost.thread.unit}} | {{thread_cost.cost_per_unit|floatformat:3}} | {{thread_cost.total_cost|floatformat:3}} |
Process Cost | {{washing.process_cost|floatformat:3}} |
---|---|
3D Crinkle | {{washing.d_crinkle|floatformat:3}} |
Whisker | {{washing.whisker|floatformat:3}} |
Destroy | {{washing.destroy|floatformat:3}} |
Sand Blasting | {{washing.sand_blasting|floatformat:3}} |
PP Spray | {{washing.pp_spray|floatformat:3}} |
---|---|
Tagging | {{washing.tagging|floatformat:3}} |
Other | {{washing.other|floatformat:3}} |
Over Dye | {{washing.over_dye|floatformat:3}} |
Total Cost | {{washing.total_cost|floatformat:3}} |
SMV | {{cm_cost.smv|floatformat:3}} |
---|---|
Efficiency | {{cm_cost.efficiency|floatformat:3}} |
Number Of Machine | {{cm_cost.number_of_machine|floatformat:3}} |
Man Power | {{cm_cost.man_power|floatformat:3}} |
Target Production Per Minute | {{cm_cost.target_production_per_minute|floatformat:3}} |
---|---|
Machine Cost Per Minute | {{cm_cost.machine_cost_per_minute|floatformat:3}} |
Other Cost | {{cm_cost.others|floatformat:3}} |
Total Cost Per GMTS | {{cm_cost.total_cost_per_gmts|floatformat:3}} |
Agent Commision 1 | $ {{ fabric_description.agent_commision1|floatformat:3 }} |
---|---|
Agent Commision 2 | $ {{ fabric_description.agent_commision2|floatformat:3 }} |
Commercial cost | $ {{ fabric_description.commercial_cost|floatformat:3 }} |
Profit margin | $ {{ fabric_description.profit_margin|floatformat:3 }} |
Freight | $ {{ fabric_description.commercial_and_other_cost.freight|floatformat:3 }} |
Insurance | $ {{ fabric_description.commercial_and_other_cost.insurance|floatformat:3 }} |
---|---|
Duty | $ {{ fabric_description.commercial_and_other_cost.duty|floatformat:3 }} |
Others | $ {{ fabric_description.commercial_and_other_cost.others|floatformat:3 }} |
Remarks | {% if fabric_description.commercial_and_other_cost.remarks %} {{ fabric_description.commercial_and_other_cost.remarks}} {% else %} N/A {% endif %} |