GNOME Bugzilla – Bug 696492
Change report name in menu or in report output to be consistent
Last modified: 2018-06-29 23:14:25 UTC
When in a register/account tab selecting "Reports->Account report" outputs a report headed "Register Report". This is confusing for people wanting to re-generate an older printed "Register Report" as no such thing exists in the menu. Change either the report header or the menu to be consistent.
Created attachment 246855 [details] [review] patch file to be applied on gnc-plugin-page-register.c in GnuCash 2.5.0 I would propose to change this in gnc-plugin-page-register.c. In function get_reg_get_name() the title string is assigned per reg->type and per window type. If the window type is FALSE (not a ledger window but a report window), and the reg->type is GENERAL_LEDGER, INCOME_LEDGER, or "default" then the same report title should be assigned. I propose to use title "Transaction Report" in alignment with the patches attached to bug 334939. Patches developed on top of GnuCash 2.5.0.
Comment on attachment 246855 [details] [review] patch file to be applied on gnc-plugin-page-register.c in GnuCash 2.5.0 r23131, thanks!
GnuCash bug tracking has moved to a new Bugzilla host. This bug has been copied to https://bugs.gnucash.org/show_bug.cgi?id=696492. Please update any external references or bookmarks.