{% extends "marchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% load widget_tweaks %} {% block title %}
Thread Costing
Count | Total Uses | Unit | Cost Per Unit | Cost per gmt | Action |
---|---|---|---|---|---|
{% render_field form.cost_per_unit type="number" class="form-control" %} | 0 | {% comment %} {% endcomment %} |
SL No | Count | Total Uses | Unit | Cost Per Unit | Cost per gmt | Action |
---|---|---|---|---|---|---|
{{forloop.counter}} | {{ thread_cost.thread.thread.count }} | {{ thread_cost.thread.total_uses|floatformat:4}} | {{ thread_cost.thread.unit}} | {{ thread_cost.cost_per_unit|floatformat:4}} | {{ thread_cost.total_cost|floatformat:4}} |