{% extends "restaurant/base.html"%} {% load static %} {% block headerstitle-scripts %} {% load static %} {% endblock %} {% block headerstitle %}
S/No | Item Name | Quantity | UOQ | Production Date | item_id | item_production_details_id | item_production_id | Actions |
---|---|---|---|---|---|---|---|---|
S/No | Item Name | Quantity | UOQ | Production Date | item_id | item_production_details_id | item_production_id | Actions |
{{forloop.counter}} | {{p.item_name}} | {{p.quantity}} | {{p.uoq}} | {{p.production_date}} | {{p.item_id}} | {{p.item_production_details_id}} | {{p.item_production_id}} | edit delete remove |