Replies: 2 comments
-
Indeed... We need a real box/container function |
Beta Was this translation helpful? Give feedback.
0 replies
-
I treat boxes/containers as locations. Given that locations can be children of locations, it works just fine, plus the items tied to said box/container move with it when I change the box/containers parent location. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So as I'm checking out homebox, for me it seems the project is missing the 'box'.
What I mean is, where do I put the items I create? I can create (nested) locations, so typically: Home > Garage, Home > Storage Room.
But I wouldn't normally put one item just directly in one of the locations. Most of the time, everything goes into a box on a shelf, which is then stored in the location of choice. That box should get the nicely created QR-code/number-label.
Let's say I have a box with winter shoes. I won't/don't put a QR-code/item-number on each pair of shoes. It won't even stick to the pair, so that's useless. I need to stick the QR-code/number label onto the box. And in that box there will be 10 items of different winter shoes with info and maybe picture(s) (I support the issue about using thumbnails initially when listing items).
With this solution, I can search for (winter) shoes, even use labels, to find the box (#000-001 for instance, which also will tell me where (location) it is stored). If I wonder what's in a specifix box I can check out the box content itself looking up the QR-code/number.
At least this is how I picture homebox or another (home) inventory system would work.
Am I missing something here with homebox? Or does this need to be a feature request?
After thinkering a bit, maybe a workaround for me is to create another "location" which is the storage box itself and just label that one, and use the same Asset ID on all itens in the box ("location"). This seem to work, I just have to manually edit the asset-ID for each item in one box.
Edit 1: Later I found this post, which said it was not a good idea: #163 (why?)
Edit 2: Digging deeper, I see there is a possibility to put one item as a child of another item (or in general you say which item is the parent of the (new) item)
Beta Was this translation helpful? Give feedback.
All reactions