{% extends "marchant_base.html" %} {% load static %} {% block title %} fabric_budget_list Details {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}
Fabric Bubget Details
Mother Organization {{fabric_budget_list.fabric.fabric.mother_organization.name_en}}
Sister Organization {{fabric_budget_list.fabric.fabric.sister_organization.name_en}}
Branch {{fabric_budget_list.fabric.fabric.branch.name_en}}
Fabric Type {{fabric_budget_list.item.fabric_type}}
Fabric Name {{fabric_budget_list.item.fabric_name}}
Mill Name {% if fabric_budget_list.fabric.fabric.mill_name %} {{fabric_budget_list.fabric.fabric.mill_name}} {% else %} N/A {% endif %}
Mill Type {% if fabric_budget_list.fabric.fabric.mill_type %} {{fabric_budget_list.fabric.fabric.mill_type}} {% else %} N/A {% endif %}
Mill Origin {% if fabric_budget_list.fabric.fabric.mill_origin %} {{fabric_budget_list.fabric.fabric.mill_origin}} {% else %} N/A {% endif %}
Reference {% if fabric_budget_list.fabric.fabric.reference %} {{fabric_budget_list.fabric.fabric.reference}} {% else %} N/A {% endif %}
Composition {{fabric_budget_list.item.composition}}
Supplier {{fabric_budget_list.supplier}}
Negotiated Unit Price {{fabric_budget_list.neotiated_price|floatformat:3}}
Negotiated Consumption {{fabric_budget_list.negotiated_consumption|floatformat:3}}
Construction {{fabric_budget_list.item.construction}}
Before Wash Weight {% if fabric_budget_list.item.before_wash_weight %} {{fabric_budget_list.item.before_wash_weight}} {% else %} N/A {% endif %}
After Wash Weight {% if fabric_budget_list.item.after_wash_weight %} {{fabric_budget_list.item.after_wash_weight}} {% else %} N/A {% endif %}
Shrinkage Length {% if fabric_budget_list.item.shrinkage_length %} {{fabric_budget_list.item.shrinkage_length|floatformat:3}} {% else %} N/A {% endif %}
Shrinkage Width {% if fabric_budget_list.item.shrinkage_width %} {{fabric_budget_list.item.shrinkage_width|floatformat:3}} {% else %} N/A {% endif %}
Cuttable Width {{fabric_budget_list.fabric.fabric.cuttable_width}}
Unit {{fabric_budget_list.fabric.fabric.unit}}
Consumption {{fabric_budget_list.fabric.fabric.consumption|floatformat:3}}
Wastage(%) {{fabric_budget_list.fabric.fabric.wastage|floatformat:3}}
Cost Per Unit {{fabric_budget_list.fabric.cost_per_unit|floatformat:3}}
Negotiated Wastage(%) {{fabric_budget_list.negotiated_wastage|floatformat:3}}
Negotiated Usage {{fabric_budget_list.negotiated_usage|floatformat:3}}
Budget Name {{fabric_budget_list.budget_name.name}}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %}