https://bugs.kde.org/show_bug.cgi?id=463974
--- Comment #4 from Ralf Habacker <ralf.habac...@freenet.de> --- Git commit 18d78eaf58bde890b666a2352836f5984c20e4c8 by Ralf Habacker. Committed on 08/01/2025 at 23:48. Pushed by habacker into branch 'master'. Fix rounding issue in report column "Annualized return" The return value of QueryTable::helperRAOI() was previously rounded to two digits, which is too small and led to directly visible differences between the ROI and an AROI over one year. Fixup of commit a0d0566c. M +1 -1 kmymoney/plugins/views/reports/core/querytable.cpp M +3 -3 kmymoney/plugins/views/reports/core/tests/data/test-investment-report-querytable-Investment-Performance-by-Account-_Customized---from-period---one-year--start-later_.csv M +3 -3 kmymoney/plugins/views/reports/core/tests/data/test-investment-report-querytable-Investment-Performance-by-Account-_Customized---from-period---one-year_.csv M +3 -3 kmymoney/plugins/views/reports/core/tests/data/test-investment-report-querytable-Investment-Performance-by-Account-_Customized---from-period---three-year_.csv M +3 -3 kmymoney/plugins/views/reports/core/tests/data/test-investment-report-querytable-Investment-Performance-by-Account-_Customized---from-period---two-years_.csv M +1 -1 kmymoney/plugins/views/reports/core/tests/querytable-test.cpp https://invent.kde.org/office/kmymoney/-/commit/18d78eaf58bde890b666a2352836f5984c20e4c8 -- You are receiving this mail because: You are the assignee for the bug.