replaysMike / Binner

Open source parts inventory system for makers, electronics hobby, and professional engineers
https://binner.io
GNU General Public License v3.0
268 stars 41 forks source link

Include part counts in root/parent part-types #122

Closed replaysMike closed 1 year ago

replaysMike commented 1 year ago

Discussed in https://github.com/replaysMike/Binner/discussions/119

Originally posted by **rmscode** March 14, 2023 I'm surprised this isn't already a thing. It would be useful (for me at least) to see the total part count of parent categories. I've only just begun playing with Binner, but I only see part counts when I am viewing the very last nested part-type/category. See example below. **NOT IDEAL** - **Root** - _**0**_ - **Parent A** - _**0**_ - Child A.1 - _12_ - Child A.2 - _5_ - Child A.3 - _23_ - **Parent B** - _**0**_ - Child B.1 - _8_ - Child B.2 - _19_ - Child B.3 - _4_ **IDEAL** - **Root** - _**71**_ - **Parent A** - _**40**_ - Child A.1 - _12_ - Child A.2 - _5_ - Child A.3 - _23_ - **Parent B** - _**31**_ - Child B.1 - _8_ - Child B.2 - _19_ - Child B.3 - _4_
replaysMike commented 1 year ago

Fixed in v2.3.0