Counter chip on storage locations doesn't show sum of items in child locations #981
Unanswered
jonnywright
asked this question in
Support
Replies: 0 comments
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.
-
I'm not sure if this is an intentional design decision so wanted to start a discussion before submitting any issues.
On the homepage you have the storage locations grid which lists all the top level storage locations, and has a small chip on them showing the number of items in that location. This chip only shows the number of items in the top level storage location though, and not any child locations. The grid item also doesn't give any indication that there is a child location.
In theory (I know this isn't a practical implementation, but demonstrates the issue I am trying to desribe), if you had 5 top level storage locations, each with with 2 child locations, and 10 items in each child location (so 100 items total), the grid wouldn't show any count chips and you wouldn't be able to, at a glance, know how many items are in each location. It would show the correct item and location count in the Quick Statistics section, but in the location grid it wouldn't be obvious.
Using the above structure, no item count chips would ever be shown.
Beta Was this translation helpful? Give feedback.
All reactions