How to Break Down Assembly Purchases #4722
Replies: 2 comments
-
I think this is a great idea. Some thoughts:
I think the difficulties start when considering how to speed up, and asking when the assembly/disassembly should be carried out.
Which answer is best may vary depending on workflows. Besides adding a the opposite of a BuildOrder, making the process quick for such sets would be helpful. But that raises questions as to where to take items from/put them (StockLocation). |
Beta Was this translation helpful? Give feedback.
-
This would be very helpful. I think about it as a more complex BOM process, where we treat a build order instead as a work order. We can specify the inputs 3X, 2Y, 7Z and the outputs 2H, 5G, 1J. This way a work order can be any level of complexity. BOM would probably be better changed to a separate entity where it is a "Work Order Definition". Adding the ability to add in labor cost/time as well as machine cost/time would be useful as well. For cost flows, I would think we would have a ratio assigned to the outputs. We can default it where (above example) 2+5+1 = 8, so each gets 100/8 = 12.5% of the total cost. The user could change the cost allocation ratios in the Work Order Definition as well as long as it adds up to 100%. |
Beta Was this translation helpful? Give feedback.
-
Refer to this issue - #1192
Basically, some parts may be purchased from a supplier in a "kit" which contains multiple parts we are interested in. The SuppliePart / SKU references a single item, but that item can be "broken down" into multiple component items.
This would be a useful feature to have, but has some complexities with regard to implementation. Following are some ways we might be able to implement it (but there may well be alternative solutions which are superior)
Option 1: Assembly
Create a new internal part, marked as an assembly, which has a bill of materials. Define the bill of materials as the "contents" of the "kit". Also define the part as "purchaseable" so it can be received against purchase orders
When receiving an item again a purchase order which is an "assembly" the user has the option to break it down into component items
Advantages
Problems
Option 2: Part Kit
Define a new type of part which is a "kit" - it functions much like an assembly in that it has a bill of materials, but instead of parts being "consumed" into the assembly, they are "gathered".
This may be a subtle distinction, and I'd have to think about this further
Option 3: ???
Looking for feedback on alternative ideas, or insight into how other similar software implements this
Beta Was this translation helpful? Give feedback.
All reactions