Not a bug, but a feature ? The amount shown in category view is 0.00 and not the sum of its sub-categories when expanded. Always show the 'Sum' of sub-categories in Bold (like Income/Expense) ?
This will have side effects, as you can assign splits to that category. When expanded, the amount of each account itself is displayed, when collapsed, the sum of all accounts is displayed. Your request will brake this functionality.
I have not actually looked at the report recently - but could the cumulative total be displayed differently - for example [Including all subcategories: $234.54] where I mean for that text and brackets to be displayed. That way you can see both per category and rolled up at the same time, but be sure which is which.
One way to tackle this could be to display posted amounts ("directly assigned splits") and calculated totals in different columns (please see attached screenshots). That way, the toggling for the totals is not required anymore, as both figures are visible at once. Would change existing look & feel though... I can submit a patch/review request for that kind of behavior, if wanted/required.
Created attachment 103334 [details] postings made for illustration
Created attachment 103335 [details] collapsed view
Created attachment 103336 [details] expanded view
Please feel free to provide a patch on https://git.reviewboard.kde.org/ against the KMyMoney master branch (KF5 version). 4.8 is frozen for new features.
just did. Review request no. is #129852.
Git commit 31f8fff27a58badfad3cc1a6e804df5c59e09421 by Albert Astals Cid, on behalf of Marc Hübner. Committed on 21/01/2017 at 00:07. Pushed by aacid into branch 'master'. Display the sum of sub-categories when category is expanded Adds a new column to the categories view. The (previously existing) "total" column does now always hold the summed value (no matter whether a subtotal position is expanded or collapsed). The new "posted amount" column only holds the value that was assigned to the category directly (that is, without subcategories). REVIEW: 129852 M +12 -2 kmymoney/models/accountsmodel.cpp M +1 -0 kmymoney/models/accountsmodel.h https://commits.kde.org/kmymoney/31f8fff27a58badfad3cc1a6e804df5c59e09421
*** Bug 388152 has been marked as a duplicate of this bug. ***