https://bugs.kde.org/show_bug.cgi?id=516652
Ralf Habacker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/offi |https://invent.kde.org/offi |ce/kmymoney/-/commit/b39abb |ce/kmymoney/-/commit/fae62f |c6d315b9b900a8b475f43460daa |082d0eb1e17ed56bca9df4b5774 |5915421 |a37435b --- Comment #12 from Ralf Habacker <[email protected]> --- Git commit fae62f082d0eb1e17ed56bca9df4b5774a37435b by Ralf Habacker. Committed on 24/05/2026 at 11:32. Pushed by habacker into branch '5.2'. 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 (cherry picked from commit b39abbc6d315b9b900a8b475f43460daa5915421) M +51 -29 kmymoney/plugins/views/reports/core/pivottable.cpp https://invent.kde.org/office/kmymoney/-/commit/fae62f082d0eb1e17ed56bca9df4b5774a37435b -- You are receiving this mail because: You are watching all bug changes.
