https://bugs.kde.org/show_bug.cgi?id=524050

--- Comment #12 from Ralf Habacker <[email protected]> ---
Git commit 5c31d0a39f80fcabef2de93f8534be7619daac9d by Ralf Habacker.
Committed on 28/08/2026 at 15:06.
Pushed by habacker into branch 'master'.

Fix row setting for performance and capital gains reports

Until now, these report types were identified by a
specific value in the query columns, rather than
by using a dedicated row type, as is the case with
most other types. This made it difficult to
implement a dynamic column view and has therefore
been rectified with this commit; the change also
works with SQL databases, as the reports are
stored there as XML fragments in the relevant
table.

See #84

M  +4    -0    kmymoney/mymoney/mymoneyenums.cpp
M  +31   -1    kmymoney/mymoney/mymoneyenums.h
M  +39   -0    kmymoney/mymoney/mymoneyfile.cpp
M  +1    -1    kmymoney/mymoney/mymoneyfile.h
M  +33   -1    kmymoney/mymoney/mymoneyreport.cpp
M  +7    -0    kmymoney/mymoney/mymoneyreport.h
M  +5    -0    kmymoney/mymoney/mymoneyreport_p.h
M  +8    -4    kmymoney/mymoney/xmlhelper/xmlstoragehelper.cpp
M  +18   -7    kmymoney/plugins/views/reports/core/querytable.cpp
M  +2    -2    kmymoney/plugins/views/reports/core/tests/test-querytable.cpp
M  +2    -2    kmymoney/plugins/views/reports/kreportconfigurationfilterdlg.cpp
M  +4    -4    kmymoney/plugins/views/reports/kreportsview_p.h

https://invent.kde.org/office/kmymoney/-/commit/5c31d0a39f80fcabef2de93f8534be7619daac9d

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to