[kmymoney] [Bug 429432] Allow possibility to select fields to display as columns in the transaction list of the ledgers view
Thomas Baumgart
bugzilla_noreply at kde.org
Sun Oct 17 10:50:39 BST 2021
https://bugs.kde.org/show_bug.cgi?id=429432
--- Comment #2 from Thomas Baumgart <thb at net-bembel.de> ---
Git commit d023c0e3993686800c05aa49308b574b5d0a22c6 by Thomas Baumgart.
Committed on 17/10/2021 at 09:30.
Pushed by tbaumgart into branch 'master'.
New features for the ledger view
Added two features to the ledger view:
- option to show all splits for a transaction in the ledger view
- ability to show a separate column for the payee/payer information
The column width is now synced between all ledgers of the same type
(regular, investment).
Balance information during reconciliation is shown in bold.
M +7 -0 kmymoney/dialogs/settings/ksettingsregister.ui
M +3 -1 kmymoney/kmymoney.cpp
M +5 -4 kmymoney/main.cpp
M +1 -0 kmymoney/mymoney/mymoneyenums.h
M +11 -0 kmymoney/mymoney/mymoneytransaction.cpp
M +1 -0 kmymoney/mymoney/mymoneytransaction.h
M +37 -18 kmymoney/mymoney/storage/journalmodel.cpp
M +8 -0 kmymoney/mymoney/storage/journalmodel.h
M +4 -0 kmymoney/settings/kmymoney.kcfg
M +179 -45 kmymoney/views/journaldelegate.cpp
M +9 -0 kmymoney/views/journaldelegate.h
M +3 -0 kmymoney/views/kpayeesview_p.h
M +50 -16 kmymoney/views/ledgerview.cpp
M +10 -0 kmymoney/views/ledgerview.h
M +15 -0 kmymoney/views/ledgerviewpage.cpp
M +5 -0 kmymoney/views/ledgerviewpage.h
M +18 -0 kmymoney/views/ledgerviewpage.ui
M +14 -0 kmymoney/views/ledgerviewsettings.cpp
M +2 -0 kmymoney/views/ledgerviewsettings.h
M +13 -7 kmymoney/views/simpleledgerview.cpp
M +3 -0 kmymoney/views/simpleledgerview.h
M +7 -0 kmymoney/widgets/columnselector.cpp
M +5 -0 kmymoney/widgets/columnselector.h
https://invent.kde.org/office/kmymoney/commit/d023c0e3993686800c05aa49308b574b5d0a22c6
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the KMyMoney-devel
mailing list