Can InvenTree handle "raw materials" (e.g. different sizes of cut sheets)? #3688
-
Hi there, I've been using InvenTree for a few days and so far I'm in love with it - it's a joy to use, and so flexible with the impot/export functions! However, there is one thing that I can't quite figure out, and I wanted to know if it's possible with InvenTree: handling what I would call "raw materials". InvenTree is great for cataloging discrete items like electronic components and fasteners, because each item can have a unique part number. But I would like to use InvenTree to keep track of materials I use for jewellery-making, such as silver sheet and wire, so that I can see what stock I've got at a glance. An example: I purchase 1mm-thick sterling silver sheet from a supplier. On their website the product code is What I would like to be able to do is have a part set up in InvenTree that refers to a specific material, and then have various stock items created under that part but without having to give each item a unique part number, such as: CSA 100 (1mm sterling silver sheet)
HSA 150 (1.5mm sterling silver round wire)
LSA 230 (2.3mm x 1.5mm sterling silver D-shaped wire)
I can see that I can make a template part, and then make variants of that part, but each variant part still requires a unique part number. One way I can see to store different size/shape materials in InvenTree is to create each item as a part with the Part Name containing the dimensions, e.g.:
... but this is a lot of work and will create lots of individual parts that will require filtering to be able to see what stock I have of a particular material. Another way I've found is just to add the dimensions in the "Packaging" field of each stock item for a part: ... but then the dimensions of the stock item are not parametric - it's just text in a field. Does anyone know if what I would like to achieve is possible? Thanks for taking the time to read this! Chris |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
What you could do straight away is define a different unit for stock-keeping. The value is discrete, but doesn't have to mean "pieces". I have some stuff in stock where I use different units:
You could use something like the second variant as well, and note the actual sizes in notes/packaging for each stock item. This saves you making different parts for each sheet at least. Use a unit which will always be integer, maybe mm2 in your case. It won't give you every detail about sheet sizes on first view, of course. |
Beta Was this translation helpful? Give feedback.
What you could do straight away is define a different unit for stock-keeping. The value is discrete, but doesn't have to mean "pieces". I have some stuff in stock where I use different units:
You could use something like the second variant as well, and note the actual sizes in notes/packaging for each stock item. This saves you making different parts for each sheet at least. Use a unit which will always be integer, maybe mm2 in your case. It won't give you every detail about sheet sizes on first view, of course.