You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we have multiple warehouses in which we store different parts used for production:
when make material request plan item for BOM
erpnext didn’t subtract available actual quantity from Warehouse parent group
when chose a child warehouse 1 only . erpnext calculate and subtract actual quantity
how to solve this problem to fetch actual quantity on parent all warehouse group
Observed result
erpnext didn’t subtract available actual quantity from Warehouse parent group
Expected result
erpnext subtract available actual quantity from Warehouse parent group as it when chose a Childe warehouse
As commented in frappe#23977 and frappe#15781
Production planning doesn't take in consideration the availability of raw materials in all warehouses
This code changes addresses these problems
Description of the issue
Module: Manufacture Production Planning
we have multiple warehouses in which we store different parts used for production:
when make material request plan item for BOM
erpnext didn’t subtract available actual quantity from Warehouse parent group
when chose a child warehouse 1 only . erpnext calculate and subtract actual quantity
how to solve this problem to fetch actual quantity on parent all warehouse group
Observed result
erpnext didn’t subtract available actual quantity from Warehouse parent group
Expected result
erpnext subtract available actual quantity from Warehouse parent group as it when chose a Childe warehouse
OS version
Ubuntu 18.04
ERPNext: v12.13.0 (version-12)
Frappe Framework: v12.11.0 (version-12)
The text was updated successfully, but these errors were encountered: