In the last row it shows the sum of only the last column (Amount), but I would like to see also the sums of the other columns (Buys, Sells, Dividends Reinvested, Dividends Paid Out) and the overall "Annualized Return" and "Return On Investment". Reproducible: Always
Git commit 98af682ab80523768519ee7884933598ff9b08c8 by Łukasz Wojniłowicz. Committed on 25/03/2017 at 07:21. Pushed by wojnilowicz into branch 'master'. Add totals row on table reports Patch changes the way subtotals are delivered to the screen. Instead of calculating subtotals in renderer, renderer identifies specific row as totals row. Things changed: 1) multiple subtotals possible instead of only one, 2) radesigned rank variable as follows 0 - opening balance 1 - major split of transaction 2 - minor splits of transaction 3 - closing balance 4 - totals row 3) GroupIterator has been replaced by simpler code without any hacks 4) in case of multiple currencies only grand total isn't displayed and not all totals 5) Investment Performance and Capital Gains report have all columns subtotaled FIXED-IN:5.0 Differential Revision: https://phabricator.kde.org/D5099 Signed-off-by: Łukasz Wojniłowicz <lukasz.wojnilowicz@gmail.com> M +60 -217 kmymoney/reports/listtable.cpp M +218 -36 kmymoney/reports/querytable.cpp M +5 -1 kmymoney/reports/querytable.h https://commits.kde.org/kmymoney/98af682ab80523768519ee7884933598ff9b08c8