{% extends "inventory/base.html"%} {% load static %} {% block headerstitle-scripts %} {% load static %} {% endblock %} {% block headerstitle %}
S/No | Item | Specs | Unit Price | Quantity | UOQ | Purchases Id | Date | Actions |
---|---|---|---|---|---|---|---|---|
S/No | Item | Specs | Unit Price | Quantity | UOQ | Purchases Id | Date | Actions |
{{forloop.counter}} | {{pur.item_name}} | {{pur.desc_name}} | {{pur.unit_price}} | {{pur.quantity}} | {{pur.uoq}} | {{pur.purchases_id}} | {{pur.purchases_date|date:"Y-m-d"}} | edit delete remove |