{% extends "restaurant/base.html"%} {% load static %} {% block headerstitle-scripts %} {% load static %} {% endblock %} {% block headerstitle %}
S/No | Product Name | Product UOQ | Raw Material (RM) Name | RM Qty | RM UOQ | PFD Id | PF Id | FPI Id | RMI Id | Actions |
---|---|---|---|---|---|---|---|---|---|---|
S/No | Product Name | Product UOQ | Raw Material (RM) Name | RM Qty | RM UOQ | PFD Id | PF Id | FPI Id | RMI Id | Actions |
{{forloop.counter}} | {{v.final_product_item_name}} | {{v.final_product_uoq}} | {{v.raw_material_item_name}} | {{v.raw_material_qty}} | {{v.raw_material_uoq}} | {{v.product_formular_details_id}} | {{v.product_formular_id}} | {{v.final_product_item_id}} | {{v.raw_material_item_id}} | edit delete remove |