-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use as an alternative to Magic Home Inventory? #100
Comments
This is possible: a item can have a parent item. And a location Garage. |
Thank you @jedie I gave it a shot but PyInventory does not give me the option to set a second level item as a parent. It only shows top-level item in the parent drop-down, that means I am able to do:
Am I doing something wrong? |
Yes, every item can have one one parent. But you should made a chain! The CR2032 battery has as parent the light and this has as parent the Bicycle and this has no parent, but the location garage. |
Ah, sorry. You are right. I filter the parent list and exclude all "sub" entities. So a chain can't be made. Sorry, for concussion. |
I'm work on a solution, looks like: here: #106 |
I am currently using Magic Home Inventory (https://play.google.com/store/apps/details?id=net.twisterrob.inventory&gl=US) on Android smartphone to keep track of items and locations at my apartment but the application does not integrate a shared access/multiple users approach so I am looking for something else.
One thing MHI is strong at is that you can have an item encapsulated in another item at will (https://www.twisterrob.net/project/inventory/#model). There is no concept of locations and this design works pretty well for my use case. As a consequence you can have things like
CR2032 => Rear bicycle light => Bicycle => Garage
.I was trying to achieve the same with PyInventory but failed. Is there any chance to modify it in a way that would be very close to this design or I should look elsewhere?
Thank you.
The text was updated successfully, but these errors were encountered: