{% extends "marchant_base.html" %} {% load static %} {% block title %} Thread Costing Details {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}
Thread Cost Details
Count {{thread_cost.thread.thread.count}}
Description {{thread_cost.thread.thread.description}}
Supplier Name {% if thread_cost.thread.supplier %} {{thread_cost.thread.supplier}} {% else %} N/A {% endif %}
Supplier Type {% if thread_cost.thread.supplier_type %} {{thread_cost.thread.supplier_type}} {% else %} N/A {% endif %}
Supplier Origin {% if thread_cost.thread.supplier_origin %} {{thread_cost.thread.supplier_origin}} {% else %} N/A {% endif %}
Reference {% if thread_cost.thread.thread.reference %} {{thread_cost.thread.thread.reference}} {% else %} N/A {% endif %}
Unit {{thread_cost.thread.unit}}
Consumption {{thread_cost.thread.consumption|floatformat:3}}
Wastage(%) {{thread_cost.thread.wastage|floatformat:3}}
Cost Per Unit {{thread_cost.cost_per_unit|floatformat:3}}
Cost per gmt {{thread_cost.total_cost|floatformat:3}}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %}