Replies: 1 comment 3 replies
-
|
Why not use https://github.com/wolflu05/inventree-bulk-plugin ? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I see there has been previous issues on this, so rather than open an issue, I figured it could be talked about here.
My current struggle in trying to build out my InvenTree install is handling "containerized" storage, such as bins or shelves.
Say I have a unit of bins that holds 32 bins. Or a set of shelves that is 25 shelves. Rather than try to build these by hand for every single "Container" that could hold something, it would be much easier (less time consuming) to simply be able to flag a storage location as having sub-containers, and enter how many and start number. For example, shelving unit 5 has shelve numbers 20 to 29. So I would enter container start number 20 and total container count of 10. Or bin unit contains bin numbers in coordinate form, like 1,1 to 10,10.
I feel like this could be done with a simple UI addition to the current storage location system.
My initial thoughts on how to implement without adding to much complexity:
Add a toggle to the storage location to indicate it has containers.
A drop down for 1D or 2D shows.
Inputs for a starting number for each dimension, and container count for that dimension shows.
The storage location tree does not contain all the different sub-containers, the part is just in the storage location. But when viewing the location of the stock item, the container is shown as a appended string on the storage location name.
When assigning stock, if the storage location is containerized, then it will also ask for which container the stock item is in.
This would cover a vast majority of use cases. If users want something more custom, then that would be on them to build it by hand or some other way.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions