{% extends "marchant_base.html" %} {% load static %} {% block title %} Thread Budget Details {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}
Thread Budget Details
Mother Organization {{thread_budget_list.thread.thread.mother_organization.name_en}}
Sister Organization {{thread_budget_list.thread.thread.sister_organization.name_en}}
Branch {{thread_budget_list.thread.thread.branch.name_en}}
Count {{thread_budget_list.item.count}}
Description {{thread_budget_list.item.description}}
Supplier Name {{thread_budget_list.thread.thread.supplier}}
Supplier Type {{thread_budget_list.thread.thread.supplier_type}}
Negotiated Supplier {{thread_budget_list.supplier}}
Negotiated Unit Price {{thread_budget_list.negotiated_price|floatformat:3}}
Supplier Origin {{thread_budget_list.thread.thread.supplier_origin}}
Reference {% if thread_budget_list.item.reference %} {{thread_budget_list.item.reference}} {% else %} N/A {% endif %}
Unit {{thread_budget_list.thread.thread.unit}}
Consumption {{thread_budget_list.thread.thread.consumption|floatformat:3}}
Wastage(%) {{thread_budget_list.thread.thread.wastage|floatformat:3}}
Cost Per Unit {{thread_budget_list.thread.cost_per_unit|floatformat:3}}
Negotiated Consumption {{thread_budget_list.negotiated_consumption|floatformat:3}}
Negotiated Wastage(%) {{thread_budget_list.negotiated_wastage|floatformat:3}}
Negotiated Usage {{thread_budget_list.negotiated_usage|floatformat:3}}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %}