{% extends "restaurant/base.html"%} {% load static %} {% block headerstitle-scripts %} {% load static %} {% endblock %} {% block headerstitle %}
S/No | Item Name | Desc Name | Quantity | UOQ | Stock Out Date | stock_in_to_production_details_id | item_id | item_desc_id | Actions |
---|---|---|---|---|---|---|---|---|---|
S/No | Item Name | Desc Name | Quantity | UOQ | Stock Out Date | stock_in_to_production_details_id | item_id | item_desc_id | Actions |
{{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}} | edit delete remove |