{% 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 | Status | Package Name | Actions |
---|---|---|---|---|---|---|---|---|---|---|
S/No | Item Name | Quantity | UOQ | Production Date | item_id | item_production_details_id | item_production_id | Status | Package Name | 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}} | {{p.prod_status}} | {{p.package_material_name}} | edit delete remove |