mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug #129099: Add option to toggle between full account path and leaf name in registers.
* Introduce new property show_full_account_names to the schema
general/register to toggle between full account path and leaf name
* Configuration in Preferences dialog ("Register Defaults")
* Convenience functions gnc_get_account_name_for_register() and
gnc_account_lookup_for_register() return the proper values depending on the
configurations.
* Ledgers and registers use the new functions for displaying account names
(applies also to business-ledger)
* account-quickfill uses gnc_get_account_name_for_register() and listens to
gconf property
Patch from Christoph Ernst.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17324 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
1
AUTHORS
1
AUTHORS
@@ -137,6 +137,7 @@ Tyson Dowd <tyson@tyse.net> for config/make patches & debian maint
|
||||
Koen D'Hondt <ripley@xs4all.nl> for Solaris patches to XmHTML
|
||||
Bob Drzyzgula <bob@mostly.com> for budgeting design notes
|
||||
Volker Englisch <Volker@englisch.us> QA and testing
|
||||
Christoph Ernst <C.Ernst72@googlemail.com> Small bugfixes and minor enhancements
|
||||
Jonathan Ernst <jonathan@ernstfamily.ch> Translations
|
||||
Stephen Evanchik <evanchsa@clarkson.edu> Logging improvements; gtk2 conversions
|
||||
Joshua Facemyer / Impressus Art <faceman@impressusart.com>: New artwork.
|
||||
|
||||
Reference in New Issue
Block a user