{% extends "marchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% load widget_tweaks %} {% block title %}
Trims Costing
| Type | 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 | Type | Description | Total Uses | Unit | Cost Per Unit | Cost per gmt | Action |
|---|---|---|---|---|---|---|---|
| {{forloop.counter}} | {{ trim_cost.trim.trim.name }} | {{ trim_cost.trim.description }} | {{ trim_cost.trim.total_uses|floatformat:4}} | {{ trim_cost.trim.unit}} | {{ trim_cost.cost_per_unit|floatformat:4}} | {{ trim_cost.total_cost|floatformat:4}} |