{% extends "marchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% load widget_tweaks %} {% block title %}
Fabric Costing
Type | Name | Total Uses | Unit | Cost Per Unit | Cost per gmt | Action |
---|---|---|---|---|---|---|
{% render_field form.cost_per_unit type="number" class="form-control" %} | 0 |
{% comment %} {% endcomment %}
{% comment %} ![]() |
SL No | Type | Name | Total Uses | Unit | Cost Per Unit | Cost per gmt | Action |
---|---|---|---|---|---|---|---|
{{forloop.counter}} | {{ fabric_cost.fabric.fabric.fabric_type }} | {{ fabric_cost.fabric.fabric.fabric_name }} | {{ fabric_cost.fabric.total_uses|floatformat:4}} | {{ fabric_cost.fabric.unit}} | {{ fabric_cost.cost_per_unit|floatformat:4}} | {{ fabric_cost.total_cost|floatformat:4}} |