{% extends "restaurant/base_reps.html"%} {% load static %} {% block headerstitle-scripts %} {% load static %} {% endblock %} {% block headerstitle %}
test
{% endblock %} {% block material-datatables-main %}S/No | Item | Specs | Date | Unit Price | Quantity/th> | UOQ | Total Cost |
---|---|---|---|---|---|---|---|
S/No | Item | Specs | Date | Unit Price | Quantity/th> | UOQ | Total Cost |
{{a.sno}} | {{a.itemName}} | {{ a.descName}} | {{a.purchasesDate}} | {{a.unitPrice}} | {{ a.quantity}} | {{a.uoq}} | {{ a.totalCost}} |