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
Currently, the users are able to edit the items table in a stock entry (Manufacture) in any way they want, causing issues when they delete items or modify quantity randomly. We should have ability to enforce BOM ratios as validation. For example, if in BOM it is defined:
1 X -> 2 Y, 3 Z
Then the user should not be able to delete Y and Z, and also validate the ratio 1:2 and 1:3 (of course the overall quantity could be changed).
The text was updated successfully, but these errors were encountered:
Currently, the users are able to edit the items table in a stock entry (Manufacture) in any way they want, causing issues when they delete items or modify quantity randomly. We should have ability to enforce BOM ratios as validation. For example, if in BOM it is defined:
Then the user should not be able to delete Y and Z, and also validate the ratio 1:2 and 1:3 (of course the overall quantity could be changed).
The text was updated successfully, but these errors were encountered: