Bug 429432 - Allow possibility to select fields to display as columns in the transaction list of the ledgers view
Summary: Allow possibility to select fields to display as columns in the transaction l...
Status: RESOLVED DUPLICATE of bug 274130
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: 5.1.0
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-21 09:10 UTC by Dimitri
Modified: 2023-03-11 00:20 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
visual description of my request. (132.66 KB, image/png)
2020-11-21 09:10 UTC, Dimitri
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dimitri 2020-11-21 09:10:31 UTC
Created attachment 133517 [details]
visual description of my request.

SUMMARY
This is not a bug: this is a suggestion of improvement.
It would be nice to be able to select which field to display in the transaction list of the ledgers view.
And also define in which order to display the different fields.

ADDITIONAL INFORMATION
Thank you very much for your hard work.
Kind regards
Comment 1 Jack 2020-11-21 15:41:48 UTC
Minor addition to title, and changed to wishlist.
Comment 2 Thomas Baumgart 2021-10-17 09:50:39 UTC
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
Comment 3 Jack 2023-03-11 00:20:04 UTC
The order of columns can now be adjusted in master branch, but adding columns is not yet available.  Closing as duplicate of https://bugs.kde.org/show_bug.cgi?id=274130 which is an older request for the same thing.

*** This bug has been marked as a duplicate of bug 274130 ***