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
In the ERPNext manufacturing module, the Operation doctype is used in BOM Operation. By design, operations appear to be intended for reuse across multiple BOMs. However, the Operation doctype includes a field for the "quality inspection template" which assumes that the same inspection template applies to all BOM Operations using the operation. This design is problematic because quality inspection requirements often vary depending on the context in which the operation is used.
Proposed Solutions
To address this issue assuming that opertions are supposed to be reusable (correct me if I am wrong):
Option 1:
Remove the "quality inspection template" field from the Operation doctype.
Move this field to the BOM Operation doctype, enabling BOM-specific quality inspection templates to be assigned.
Option 2:
Retain the "quality inspection template" field in the Operation doctype as a default template.
Allow users to override the default template by selecting a BOM-specific quality inspection template in the BOM Operation doctype.
I would be happy to submit a merge request if either solution is accepted.
The text was updated successfully, but these errors were encountered:
In the ERPNext manufacturing module, the
Operation
doctype is used inBOM Operation
. By design, operations appear to be intended for reuse across multiple BOMs. However, theOperation
doctype includes a field for the "quality inspection template" which assumes that the same inspection template applies to allBOM Operations
using the operation. This design is problematic because quality inspection requirements often vary depending on the context in which the operation is used.Proposed Solutions
To address this issue assuming that opertions are supposed to be reusable (correct me if I am wrong):
Operation
doctype.BOM Operation
doctype, enabling BOM-specific quality inspection templates to be assigned.Operation
doctype as a default template.BOM Operation
doctype.I would be happy to submit a merge request if either solution is accepted.
The text was updated successfully, but these errors were encountered: