I am working on a kitchen inventory app. I want to give users the ability to keep up with what they have as well as where it’s located. Here’s an example of what I have to overcome…
We have multiple storage Locations in our house.
Using cereal as an example, we keep one box of each type in the kitchen pantry and multiple boxes of each in a large storage closet outside of the kitchen. I want to show a total count of each item “Products” and then another count for each item based on storage location.
CoCo Puffs: 4 Boxes (Storage Closet: 3 / Pantry: 1)
How do I do this?