{% extends "marchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% load widget_tweaks %} {% block title %}
Thread Budget
Count | Description | Supplier | Total Uses | Unit | Negotiated Price | Quantity | Total Cost | Action |
---|---|---|---|---|---|---|---|---|
{% render_field form.supplier class="form-control" %} | {% render_field form.negotiated_price type="number" class="form-control" %} | 0 |
SL | Count | Description | Supplier | Total Uses | Unit | Negotiated Price | Quantity | Total Cost | Action |
---|---|---|---|---|---|---|---|---|---|
{{forloop.counter}} | {{ thread_budget.thread.thread.thread.count }} | {{ thread_budget.thread.thread.thread.description }} | {{ thread_budget.supplier }} | {{ thread_budget.thread.thread.total_uses }} | {{ thread_budget.thread.thread.unit}} | {{ thread_budget.negotiated_price}} | {{ lot_number_quantity }} | {% widthratio thread_budget.total_cost 1 lot_number_quantity %} |