{% extends "restaurant/base_reps.html"%} {% load static %} {% block headerstitle-scripts %} {% load static %} {% endblock %} {% block headerstitle %}
test
{% endblock %} {% block material-datatables-main %}S/No | Item Name | Desc Name | Quantity | UOQ | Stock Out Date | stock_in_to_production_details_id | item_id | item_desc_id |
---|---|---|---|---|---|---|---|---|
S/No | Item Name | Desc Name | Quantity | UOQ | Stock Out Date | stock_in_to_production_details_id | item_id | item_desc_id |
{{forloop.counter}} | {{s.item_name}} | {{s.desc_name}} | {{s.qty_in}} | {{s.uoq_in}} | {{s.stock_in_date}} | {{s.stock_in_to_production_details_id}} | {{s.item_id}} | {{s.item_desc_id}} |