gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Sun Apr 19 10:34:44 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/8913e932 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/26065f24 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f2a0fccc (commit)
	from  https://github.com/Gnucash/gnucash/commit/4b8649f7 (commit)



commit 8913e9329d2caabf929e1a2b5f2a7f88786709b6
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Apr 17 20:11:38 2020 +0800

    Adds "Delete Budget" menu item
    
    It calls gnc_budget_gui_select_budget to request a budget, and calls
    gnc_budget_gui_delete_budget to offer second chance before deleting a
    budget.

commit 26065f24c43722566bea5b9ad1bcedf1282611a6
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu Apr 16 19:19:23 2020 +0800

    Bug 782455 - Modify Add Reversing Transaction feature
    
    calls gnc_dup_time64_dialog to get reversing transaction's
    posting_date.

commit f2a0fcccbc46ebda498a5458078e6761fabd2f32
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu Apr 16 19:17:48 2020 +0800

    [dialog-dup-trans] add&expose gnc_dup_time64_dialog
    
    gets a time64 from UI, and also sets window_title and title



Summary of changes:
 gnucash/gnome-utils/dialog-dup-trans.c   | 21 +++++++++++++++++----
 gnucash/gnome-utils/dialog-dup-trans.h   | 15 +++++++++++++++
 gnucash/gnome/gnc-plugin-budget.c        | 28 ++++++++++++++++++++++++++++
 gnucash/gnome/gnc-plugin-page-register.c | 28 ++++++++++++++++++++++------
 gnucash/ui/gnc-plugin-budget-ui.xml      |  1 +
 5 files changed, 83 insertions(+), 10 deletions(-)



More information about the gnucash-patches mailing list