{% extends "marchant_base.html" %} {% load static %} {% block title %} fabric costing Details {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}
Fabric Costing Details
Fabric Type {{fabric_cost.fabric.fabric.fabric_type}}
Fabric Name {{fabric_cost.fabric.fabric.fabric_name}}
Mill Name {% if fabric_cost.fabric.mill_name %} {{fabric_cost.fabric.mill_name}} {% else %} N/A {% endif %}
Mill Type {% if fabric_cost.fabric.mill_type %} {{fabric_cost.fabric.mill_type}} {% else %} N/A {% endif %}
Mill Origin {% if fabric_cost.fabric.mill_origin %} {{fabric_cost.fabric.mill_origin}} {% else %} N/A {% endif %}
Reference {% if fabric_cost.fabric.reference %} {{fabric_cost.fabric.reference}} {% else %} N/A {% endif %}
Composition {{fabric_cost.fabric.fabric.composition}}
Construction {{fabric_cost.fabric.fabric.construction}}
Before Wash Weight {% if fabric_cost.fabric.fabric.before_wash_weight %} {{fabric_cost.fabric.fabric.before_wash_weight}} {% else %} N/A {% endif %}
After Wash Weight {% if fabric_cost.fabric.fabric.after_wash_weight %} {{fabric_cost.fabric.fabric.after_wash_weight}} {% else %} N/A {% endif %}
Shrinkage Length {% if fabric_cost.fabric.fabric.shrinkage_length %} {{fabric_cost.fabric.fabric.shrinkage_length|floatformat:3}} {% else %} N/A {% endif %}
Shrinkage Width {% if fabric_cost.fabric.fabric.shrinkage_width %} {{fabric_cost.fabric.fabric.shrinkage_width|floatformat:3}} {% else %} N/A {% endif %}
Cuttable Width {% if fabric_cost.fabric.cuttable_width %} {{fabric_cost.fabric.cuttable_width|floatformat:3}} {% else %} N/A {% endif %}
Unit {{fabric_cost.fabric.unit}}
Consumption {{fabric_cost.fabric.consumption|floatformat:3}}
Wastage(%) {{fabric_cost.fabric.wastage|floatformat:3}}
Cost Per Unit {{fabric_cost.cost_per_unit|floatformat:3}}
Cost per gmt {{fabric_cost.total_cost|floatformat:3}}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %}