{% extends "inventory/base_reps.html"%} {% load static %} {% block headerstitle-scripts %} {% load static %} {% endblock %} {% block headerstitle %} purchases Report | BFA Inventory {% endblock %} {% block t_header %}

test

{% endblock %} {% block material-datatables-main %} {% for a in purchasesData %} {% endfor %}
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}}
{% endblock %} {% block js-script-001 %} {% endblock %} {% block inside-cc %} {% endblock %}