{% extends "merchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% load widget_tweaks %} {% block title %} Development Preview And Finalize {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% csrf_token %}
{{comment_form.costing_rejection_comment|as_crispy_field}}
{{form_status.approval_is_cost_submit_status|as_crispy_field}}
{% csrf_token %}
Style Number - {{style.style_number}}
Fabrics $ {{fabric_description.total_fabric_cost|floatformat:3}}
Accessories $ {{fabric_description.grand_total_accessory_cost|floatformat:3}}
Washing $ {{fabric_description.total_washing_cost|floatformat:3}}
Embroidery Cost $ {{embroidery_cost_list.embroidery_cost|floatformat:3}}
Print Cost $ {{print_cost_list.print_cost|floatformat:3}}
CM $ {{fabric_description.total_cm_cost|floatformat:3}}
Commercial Cost $ {{fabric_description.commercial_cost|floatformat:3}}
Courier Cost $ {{fabric_description.courier_cost|floatformat:3}}
Profit Margin $ {{fabric_description.profit_margin|floatformat:3}}
Others $ {{fabric_description.others|floatformat:3}}
Test $ {{fabric_description.test_cost|floatformat:3}}
Agent Commission 1 $ {{fabric_description.agent_commision1|floatformat:3}}
Agent Commission 2 $ {{fabric_description.agent_commision2|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 {% if team %} {{team}} {% else %} N/A {% endif %}
Style Description
Style Number {{style.style_number}}
Inquiry Recevie Date {{style.inquiry_recevie_date}}
Buyer {{style.buyer}}
Brand {% if style.brand %} {{style.brand}} {% else %} N/A {% endif %}
Style Description {{style.style_description}}
Approximate Quantity {{style.approx_quantity}}
Buyer target price {{style.buyer_target_price}}
Agent {% if style.agent %} {{style.agent}} {% else %} N/A {% endif %}
Season {{style.season}}
Ex Factory {% if style.ex_factory %} {{style.ex_factory}} {% else %} N/A {% endif %}
Original Sample Recevied Status {% if style.original_sample_recevied_status %} {{style.original_sample_recevied_status}} {% else %} N/A {% endif %}
{% if style.minimarker %} {% else %} {% endif %} {% if style.techpack %} {% else %} {% endif %} {% if style.consumption %} {% else %} {% endif %} {% if style.spec_sheet %} {% else %} {% endif %}
Beneficiary Factory {% if style.factory %} {{style.factory}} {% else %} N/A {% endif %}
MOQ {{style.moq}}
Production Factory {{style.production_factory}}
Folding Method {% if style.folding_method %} {{style.folding_method}} {% else %} N/A {% endif %}
Remarks {% if style.remarks %} {{style.remarks}} {% else %} N/A {% endif %}
Team {% if style.team %} {{style.team}} {% else %} N/A {% endif %}
Minimarker Download N/A
Techpack Download N/A
Consumption Download N/A
Spec Sheet Download N/A
{% if fabric_cost_list %}
Fabrics Costing
{% for fabric_cost in fabric_cost_list %} {% endfor %}
SL No Type Name Usages Unit Cost Per Unit Cost per gmt Action
{{ forloop.counter }} {{fabric_cost.fabric.fabric_application}} {{fabric_cost.fabric.fabric.fabric_name}} {{fabric_cost.fabric.total_uses|floatformat:3}} {{fabric_cost.fabric.unit}} {{fabric_cost.cost_per_unit|floatformat:3}} {{fabric_cost.total_cost|floatformat:3}}
{% endif %} {% if accessory_cost_list %}
Accessory Costing
{% for item in accessory_cost_list %} {% endfor %}
SL No Name Description Usage Unit Cost Per Unit Cost per gmt
{{ forloop.counter }} {{item.accessory.accesory.name}} {{item.accessory.material_description}} {{item.accessory.total_uses|floatformat:3}} {{item.accessory.unit}} {{item.cost_per_unit|floatformat:3}} {{item.total_cost|floatformat:3}}
{% endif %} {% if washing %}
Washing costing
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}}
Cost per gmt {{washing.total_cost|floatformat:3}}
{% endif %} {% if embroidery_cost_list %}
Embroidery costing
Embroidery Cost {{embroidery_cost_list.embroidery_cost|floatformat:3}}
{% endif %} {% if print_cost_list %}
Print costing
Print Cost {{print_cost_list.print_cost|floatformat:3}}
{% endif %} {% if material_test_cost_list %}
Material Test costing
{% if style.is_cost_submit_status == 'Not Submit' %} {% endif %}
Fabric Test {{material_test_cost_list.fabric_test_description}}
Fabric Test Cost {{material_test_cost_list.fabric_test_cost|floatformat:3}}
Trim Test {{material_test_cost_list.trim_test_description}}
Trim Test Cost {{material_test_cost_list.trim_test_cost|floatformat:3}}
Thread Test {{material_test_cost_list.thread_test_description}}
Thread Test Cost {{material_test_cost_list.thread_test_cost|floatformat:3}}
Wash Test {{material_test_cost_list.wash_test_description}}
Wash Test Cost {{material_test_cost_list.wash_test_cost|floatformat:3}}
Embroidery Test {{material_test_cost_list.embroidery_test_description}}
Embroidery Test Cost {{material_test_cost_list.embroidery_test_cost|floatformat:3}}
Print Test {{material_test_cost_list.print_test_description}}
Print Test Cost {{material_test_cost_list.print_test_cost|floatformat:3}}
Total Cost Per Gmt ($) {{material_test_cost_list.total_cost_per_gmts|floatformat:3}}
{% endif %} {% if cm_cost %}
CM costing
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}}
Others Cost {{cm_cost.others|floatformat:3}}
Cost per gmt Per GMTS {{cm_cost.total_cost_per_gmts|floatformat:3}}
{% endif %} {% if fabric_description.commercial_and_other_cost %}
Commercial and Other Costing
{% if style.is_cost_submit_status == 'Not Submit' %} {% endif %}
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 }}
Courier Cost $ {{ fabric_description.commercial_and_other_cost.courier_cost }}
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 %}
{% endif %}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}