https://bugs.kde.org/show_bug.cgi?id=327691
NSLW <lukasz.wojnilow...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Version Fixed In| |5.0 Status|UNCONFIRMED |RESOLVED Latest Commit| |https://commits.kde.org/kmy | |money/b3fd5b0f41ab82b459e73 | |82710ddac9aa2796ae8 --- Comment #4 from NSLW <lukasz.wojnilow...@gmail.com> --- Git commit b3fd5b0f41ab82b459e7382710ddac9aa2796ae8 by Łukasz Wojniłowicz. Committed on 14/05/2017 at 04:38. Pushed by wojnilowicz into branch 'master'. Add option for choosing input for investment calculations Performance and Capital Gains reports get option for choosing: Sold, Owned or both investment sums to do calculations. This allows to measure precisely and separately performance of current and sold investments. FIXED-IN:5.0 Differential Revision: https://phabricator.kde.org/D5678 M +32 -0 kmymoney/dialogs/kreportconfigurationfilterdlg.cpp M +1 -0 kmymoney/dialogs/kreportconfigurationfilterdlg.h M +24 -6 kmymoney/mymoney/mymoneyreport.cpp M +11 -0 kmymoney/mymoney/mymoneyreport.h M +13 -10 kmymoney/reports/listtable.cpp M +368 -270 kmymoney/reports/querytable.cpp M +4 -1 kmymoney/reports/querytable.h M +1 -1 kmymoney/widgets/CMakeLists.txt M +50 -26 kmymoney/widgets/reporttabcapitalgain.ui M +28 -0 kmymoney/widgets/reporttabimpl.cpp M +12 -0 kmymoney/widgets/reporttabimpl.h C +11 -38 kmymoney/widgets/reporttabperformance.ui [from: kmymoney/widgets/reporttabcapitalgain.ui - 057% similarity] https://commits.kde.org/kmymoney/b3fd5b0f41ab82b459e7382710ddac9aa2796ae8 -- You are receiving this mail because: You are the assignee for the bug.