TehDmitry
TehDmitry
Throughout the day I tried to find a solution using the existing functionality, but I couldn’t. With #10268 I was able to import a BOM with chunks, for example: ```...
Alternatively, using the existing functionality (for data availability), I can split a single grouped row like this: `IPN, Quantity: 0.4, Note: [{"length": 100.0, "count": 2}, {"length": 200.0, "count": 1}]` Split...
In my CAD design each component corresponds to a real-world part and is assigned a UUID. For example: `{"ERP_UUID": "11111111-e92a-11ee-8d1e-001b21391651"}` This UUID can be placed either in the component description...
I’m a bit surprised that this kind of functionality hasn’t come up before — parts with a “length” parameter are common in many areas of manufacturing. That said, with the...