gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Thu May 23 12:54:48 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/2d4f771b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f6df367f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/51dda770 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/91aceaa7 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d16a236e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0319144b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5bb54d07 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/df1cc590 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/52895eab (commit)
	 via  https://github.com/Gnucash/gnucash/commit/93bf1a0f (commit)
	from  https://github.com/Gnucash/gnucash/commit/311f7d26 (commit)



commit 2d4f771bedf13ef9a2de4bd45d25d9afc860a8ec
Merge: 311f7d26e f6df367f5
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu May 23 09:50:20 2019 -0700

    Merge Adrién Panella's 'budget' into maint.

commit f6df367f50506aef8ae6f18cffbbbad6db2b945f
Author: Adrian Panella <ianchi74 at outlook.com>
Date:   Sat May 18 14:14:27 2019 -0500

    [budget] Remove unused code
    
    Remove some priv attributes and code that were never used

commit 51dda770579efa666ea516a96de7a8f4639e1473
Author: Adrian Panella <ianchi74 at outlook.com>
Date:   Fri May 17 23:10:25 2019 -0500

    Bug 577968 - Values are not stored by pressing <TAB> in budget page
    
    Also fix duplicates: 760194

commit 91aceaa71ba4a162d246b60fcdc09b14b6545d62
Author: Adrian Panella <ianchi74 at outlook.com>
Date:   Fri May 17 23:04:35 2019 -0500

    Bug 781345 - Equity disregarded by budget totals

commit d16a236eceaaf7dd322996fbbdcafdc42da23789
Author: Adrian Panella <ianchi74 at outlook.com>
Date:   Fri May 17 23:03:14 2019 -0500

    [Budget] Fix negative Numbers Not Colored Red

commit 0319144ba6d04e94d84bbae190952beccee93f63
Author: Adrian Panella <ianchi74 at outlook.com>
Date:   Mon May 13 22:57:51 2019 -0500

    Bug 788157 - Open Budget Menu Item Doesn't Select Default Budget

commit 5bb54d073c2fc936ff5cc129110844b18096c599
Author: Adrian Panella <ianchi74 at outlook.com>
Date:   Mon May 13 22:56:04 2019 -0500

    [budget] Fix error in qof_book property path
    
    The "Default budget" property had an erroneus path
    and was not returning any value.

commit df1cc5902b17916f8da7da9866e9371bfadcb8d0
Author: Adrian Panella <ianchi74 at outlook.com>
Date:   Thu May 9 08:07:34 2019 -0500

    Bug 676810 - Wrong accounting in multi-currency budget report
    
    Adds multicurrency support in budget page
    Convert currencies before summing up to parent and totals.

commit 52895eabd1996f9cf3693a813889dcb29a3e0ccd
Author: Adrian Panella <ianchi74 at outlook.com>
Date:   Wed May 15 21:50:36 2019 -0500

    Bug 679800 - Shortcut to allow population of all budgeting periods
    
    Add functionality to change at once the budget for all
    periods of selected accounts.
    It can :
    replace with a new value
    unset the budget
    add a value to current budget
    multiply current budget with value
    
    Solvese issue #679800 and a duplicates (#639404, #760634)

commit 93bf1a0f23913fb9c88e29470c782e3aac4de92b
Author: Adrian Panella <ianchi74 at outlook.com>
Date:   Sat May 4 20:47:52 2019 -0500

    Bug 646361 - Estimate budget option to have same amount in each budget period
    
    If set, all periods get the same budget, from the average
    of the reference period.



Summary of changes:
 gnucash/gnome/gnc-budget-view.c                 | 380 +++++++++++++++---------
 gnucash/gnome/gnc-plugin-budget.c               |   7 +
 gnucash/gnome/gnc-plugin-page-budget.c          | 199 ++++++++++++-
 gnucash/gtkbuilder/gnc-plugin-page-budget.glade | 254 ++++++++++++++++
 gnucash/ui/gnc-plugin-page-budget-ui.xml        |   2 +
 libgnucash/engine/qofbook.cpp                   |   6 +-
 6 files changed, 702 insertions(+), 146 deletions(-)



More information about the gnucash-patches mailing list