-
When starting out with Inventree, do I need to first populate the parts, before I upload a BOM? I have very limited knowledge of the general practice of managing a part DBs and BOMs. I've gone to bat for our division IT to provide a tool while they tie SAP to Aras, so I'm trying to setup Inventree at an existing site. I ask because field matching seems to be a problem when uploading a BOM. I had it in my head that I'd be importing a BOM, and that would lead to the creation of the parts that appear in the BOM. But now I question if that's the right approach. So I started looking for a place to add Inventree-part fields. We have lots of different price types, overage types, ... (of course these excel BOMs have a LOT of fields. Some will be obsolete once a database is running, for example a field for whether a PO is approved will move to a different table, etc.). In addition to the typical part parameters we have several specialized fields. So I'm not sure if can add new fields. I'd like to add fields to other tables too, and tho I looked all through the settings and API doc page, it's still not clear if custom fields would be a configuration task, or if that requires developing inside the code base. My guess is that the fields will have to be carefully crafted since there may be sub and sub-sub assemblies. So I'm looking for some guidance on getting started, and importing some BOM-centric data into Inventree... Whether I have to first populate Manufactures, Suppliers, Parts and other data before I import BOMs, or if I can start with BOM file import. If there's a section in the docs that walks through importing a whole range of related data, then I missed it. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
We have something like that called Part Parameters: https://inventree.readthedocs.io/en/latest/part/parameter/ Regarding part importing, I suggest this paragraph: https://inventree.readthedocs.io/en/latest/part/part/#part-import InvenTree will not be able to replace a massive ERP like SAP or a fully-fledged Enterprise PLM like Aras. |
Beta Was this translation helpful? Give feedback.
We have something like that called Part Parameters: https://inventree.readthedocs.io/en/latest/part/parameter/
If you need logic you will need to go into the code / write a plugin for that.
Regarding part importing, I suggest this paragraph: https://inventree.readthedocs.io/en/latest/part/part/#part-import
In general, you add the parts before you insert the BOM.
InvenTree will not be able to replace a massive ERP like SAP or a fully-fledged Enterprise PLM like Aras.