{% 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 | Quantity | UOQ | Production Date | item_production_details_id | item_production_id | item_id |
---|---|---|---|---|---|---|---|
S/No | Item Name | Quantity | UOQ | Production Date | item_production_details_id | item_production_id | item_id |
{{forloop.counter}} | {{s.item_name}} | {{s.quantity}} | {{s.uoq}} | {{s.production_date}} | {{s.item_production_details_id}} | {{s.item_production_id}} | {{s.item_id}} |
S/No | Item Name (Raw Material) | Quantity Used | UOQ | Production Date | Balance (Raw Material) | Final Product | item_production_details_id | item_production_id | item_id |
---|---|---|---|---|---|---|---|---|---|
S/No | Item Name (Raw Material) | Quantity Used | UOQ | Production Date | Balance (Raw Material) | Final Product | item_production_details_id | item_production_id | item_id |
{{forloop.counter}} | {{s.item_name}} | {{s.quantity}} | {{s.uoq}} | {{s.production_date}} | {{s.raw_material_balance_after_deduction}} | {{s.final_product_name}} | {{s.item_production_details_id}} | {{s.item_production_id}} | {{s.item_id}} |
S/No | Item Name | Qty IN/OUT | UOQ/Package | Category | Date | Balance (Finished Products) | Balance (Semi Finished Products) | item_production_details_id | item_production_id | item_id |
---|---|---|---|---|---|---|---|---|---|---|
S/No | Item Name | Qty Produced | UOQ/Package | Category | Date | Balance (Finished) | Balance (Semi Finished) | item_production_details_id | item_production_id | item_id |
{{forloop.counter}} | {{s.final_product_name}} | {{s.quantity}} | {{s.package_name}} | {{s.category}} | {{s.production_date}} | {{s.finished_product_balance}} | {{s.semi_finished_product_balance}} | {{s.item_production_details_id}} | {{s.item_production_id}} | {{s.item_id}} |
S/No | Item Name(Raw Material) | Qty Used | UOQ | Transaction Date | Balance (Raw Material) | Item Produced (Final Product) | Qty (Final Product) | Status |
---|---|---|---|---|---|---|---|---|
S/No | Item Name(Raw Material) | Qty Used | UOQ | Date | Balance (Raw Material) | Item Produced (Final Prod) | Qty (Final Prod) | Status |
{{forloop.counter}} | {{s.raw_material_name}} | {{s.quantity}} | {{s.uoq}} | {{s.stock_in_date}} | {{s.raw_material_balance}} | {{s.final_product_name}} | {{s.qty_final_product}} | {{s.prod_status}} |
S/No | Item Name | Quantity | UOQ | Category | Date | Balance |
---|---|---|---|---|---|---|
S/No | Item Name | Quantity | UOQ | Category | Date | Balance |
{{forloop.counter}} | {{s.itemName}} | {{s.quantity}} | {{s.UOQ}} | {{s.INOUTStatus}} {{s.packageName}} | {{s.purchasesDate}} | {{s.balance}} {{s.UOQ}} |