gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Fri Jul 17 14:53:34 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/b07d0932 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/91b6bb38 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/705f0dbf (commit)
	 via  https://github.com/Gnucash/gnucash/commit/9c65ef72 (commit)
	from  https://github.com/Gnucash/gnucash/commit/6cb2fa3c (commit)



commit b07d09328fd87a9cd1db9e100ace29328717d774
Merge: 6cb2fa3c3 91b6bb381
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Jul 17 11:29:58 2020 -0700

    Merge Jean Laroche's '797854_global_interest_pay_bug1' into maint.

commit 91b6bb3816f994c2591f11837558a67cb0f9e013
Author: jean <you at example.com>
Date:   Tue Jul 14 19:28:03 2020 -0700

    Make the edit dialog refresh the auto-interest flag display based on pref

commit 705f0dbf9efa3d2f925c68b2ae7760d2f7320a82
Author: jean <you at example.com>
Date:   Sat Jul 11 14:38:41 2020 -0700

    Bug 797854 - Global Register Preference to prompt for interest payment is not being honored.
    
    A new per-account preference is added to let the user decide whether the interest transaction dialog should be
    opened automatically before the reconcile. This preference is only enabled for certain types of accounts and
    the code that decides that was moved to Account.h as is it now used in two separate place.

commit 9c65ef72c97a3f0c99f72c1ab53484a6d780f81c
Author: jean <you at example.com>
Date:   Sat Jul 11 13:04:21 2020 -0700

    Remove global preference for auto-interest-transfer



Summary of changes:
 gnucash/gnome-utils/dialog-account.c        | 28 ++++++++++++
 gnucash/gnome-utils/dialog-account.h        | 17 +++++++
 gnucash/gnome/window-reconcile.c            | 71 +----------------------------
 gnucash/gnome/window-reconcile2.c           | 46 +------------------
 gnucash/gtkbuilder/dialog-account.glade     | 28 ++++++++++++
 gnucash/gtkbuilder/dialog-preferences.glade | 40 +++++-----------
 libgnucash/engine/Account.cpp               | 54 +++++++++++++---------
 libgnucash/engine/Account.h                 | 35 +++++++++-----
 8 files changed, 142 insertions(+), 177 deletions(-)



More information about the gnucash-patches mailing list