https://bugs.kde.org/show_bug.cgi?id=314021
NSLW <lukasz.wojnilow...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/kmy | |money/98af682ab80523768519e | |e7884933598ff9b08c8 Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED Version Fixed In| |5.0 --- Comment #1 from NSLW <lukasz.wojnilow...@gmail.com> --- 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.wojnilow...@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 -- You are receiving this mail because: You are the assignee for the bug.