SUMMARY STEPS TO REPRODUCE 1. Öffne Standard-Report "Tortengrafik für Investition" 1. Open the standard report ""Pie graphic for investment"" OBSERVED RESULT Die angezeigten Werte entsprechen das doppelte der Investitionswerte The displayed values correspond to twice the investment values EXPECTED RESULT Die Werte der tatsächlichen Investitionen sollen angezeigt werden. The values of the actual investments should be displayed. SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: LUbuntu 20.04 (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION Ist schon seit mehreren Versionen so. Und zwar seit der Einführung der "Opening" in den einzelnen Berichten Has been like this for several versions. Since the introduction of the "Opening" in the individual reports
This is also happening to me on v5.1.3. kmymoney 5.1.3 Kubuntu 20.04.6 Linux (x86_64) release 5.4.0-139-generic KDE Frameworks 5.68.0 Qt 5.12.8 (built against 5.12.8) The xcb windowing system Interestingly, the default "Investment Holdings by Account" and "Investment Holdings by Type" reports show the correct values. But the default "Investment Holdings Pie" report shows values that are twice the actual values.
Git commit 8c8ba2f817d7d6db439643563d3d46b101efb9ca by Thomas Baumgart. Committed on 01/04/2023 at 14:12. Pushed by tbaumgart into branch 'master'. Don't calculate the running sum for pie chart reports This avoids doubleing the actual value in the chart M +1 -2 kmymoney/plugins/views/reports/core/pivottable.cpp https://invent.kde.org/office/kmymoney/commit/8c8ba2f817d7d6db439643563d3d46b101efb9ca
Git commit d3c67739566da030fe2eceac4e08ab22271d6e97 by Thomas Baumgart. Committed on 01/04/2023 at 14:13. Pushed by tbaumgart into branch '5.1'. Don't calculate the running sum for pie chart reports This avoids doubleing the actual value in the chart FIXED-IN: 5.1.4 (cherry picked from commit 8c8ba2f817d7d6db439643563d3d46b101efb9ca) M +1 -2 kmymoney/plugins/views/reports/core/pivottable.cpp https://invent.kde.org/office/kmymoney/commit/d3c67739566da030fe2eceac4e08ab22271d6e97
Thank you, Thomas. We appreciate your hard work.