{% extends "merchant_base.html" %} {% load static %} {% block title %} Fabric costing Details {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}
Fabric Costing Details
Fabric Application {{fabric_cost.fabric.fabric_application}}
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}}
Weight-BW {% if fabric_cost.fabric.fabric.before_wash_weight %} {{fabric_cost.fabric.fabric.before_wash_weight}} {% else %} N/A {% endif %}
Weight- AW {% 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/Unit $ {{fabric_cost.cost_per_unit|floatformat:3}}
Cost/gmts $ {{fabric_cost.total_cost|floatformat:3}}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %}