-
Hi there, I’m trying to figure out a way to modify a completed assembly to add new parts to it (e.g. a retrofit). I see that this as happening in a couple of ways:
Here is an example of what I’m trying to accomplish, using the InvenTree demo: First, I make an example build - in this case a Blue Chair. Then, I can allocate parts to it, based on the BOM. However, I can’t add a new part (e.g. a cushion) to the build, because the stock item isn’t already part of the BOM the assembly is based on. On the other hand, I could duplicate the assembly and add a new part (thereby creating a new BOM); however, I don’t know of a way to “migrate” the parts from the existing build to the new assembly. In other words, I’d like to keep the parts already allocated to BO0019 (Test Blue Chair), while just needing to allocate the new part (e.g. a cushion). Is there a way to accomplish this? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Short answer: No, there is not. You can install extra stock into a certain part but not in the way you described. The whole point of a BOM is to define the parts and then build the assembly so it is the same every time. Retrofitting (ie changing the parts-list) is not in the design requirements rn. What you could do is to create a variant that has the new BOM and then change the stock item to that variant. |
Beta Was this translation helpful? Give feedback.
Short answer: No, there is not.
You can install extra stock into a certain part but not in the way you described. The whole point of a BOM is to define the parts and then build the assembly so it is the same every time. Retrofitting (ie changing the parts-list) is not in the design requirements rn.
What you could do is to create a variant that has the new BOM and then change the stock item to that variant.