https://bugs.kde.org/show_bug.cgi?id=516652
Ralf Habacker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/offi | |ce/kmymoney/-/commit/b39abb | |c6d315b9b900a8b475f43460daa | |5915421 Version| |5.2.3 Fixed/Implemented| | In| | Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #10 from Ralf Habacker <[email protected]> --- Git commit b39abbc6d315b9b900a8b475f43460daa5915421 by Ralf Habacker. Committed on 25/02/2026 at 22:49. Pushed by habacker into branch 'master'. Fix budget column mapping when report does not start on month boundary Budget values were mapped to report columns using day-based column boundaries. When the report start date was not the first of the month, this caused budget months to shift left and collapse columns (e.g. Jan doubled, Dec empty). Fix by matching budget periods to report columns by (year, month) and using a two-pointer merge between budget periods and report columns. FIXED-IN:5.2.3 M +51 -29 kmymoney/plugins/views/reports/core/pivottable.cpp https://invent.kde.org/office/kmymoney/-/commit/b39abbc6d315b9b900a8b475f43460daa5915421 -- You are receiving this mail because: You are watching all bug changes.
