https://bugs.kde.org/show_bug.cgi?id=486876
Thomas Baumgart <t...@net-bembel.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |5.2 Latest Commit| |https://invent.kde.org/offi | |ce/kmymoney/-/commit/626568 | |12e66c750e018f22a5c6fcbfa54 | |021df18 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #7 from Thomas Baumgart <t...@net-bembel.de> --- Git commit 62656812e66c750e018f22a5c6fcbfa54021df18 by Thomas Baumgart. Committed on 01/07/2024 at 19:35. Pushed by tbaumgart into branch 'master'. Show liabilities/equities as positive numbers A liability is usually a negative amount in terms of networth. Showing the liabilities with a negative sign is confusing for users, though. This change takes care of this and displays liabilites that are still due as positive numbers and overpaid liablities as negative on the homepage's asset and liability section, the account balance chart and the ledger balance. FIXED-IN: 5.2 M +20 -0 kmymoney/mymoney/mymoneyaccount.cpp M +6 -2 kmymoney/mymoney/mymoneyaccount.h M +37 -0 kmymoney/mymoney/tests/mymoneyaccount-test.cpp M +2 -0 kmymoney/mymoney/tests/mymoneyaccount-test.h M +24 -8 kmymoney/plugins/views/reports/core/kreportchartview.cpp M +4 -1 kmymoney/plugins/views/reports/kbalancechartdlg.cpp M +9 -5 kmymoney/views/khomeview_p.h M +2 -0 kmymoney/views/ledgerviewpage.cpp M +5 -3 kmymoney/views/ledgerviewpage_p.h https://invent.kde.org/office/kmymoney/-/commit/62656812e66c750e018f22a5c6fcbfa54021df18 -- You are receiving this mail because: You are watching all bug changes.