r22796 - gnucash/trunk/src/gnome - Initial changes to budget view.
Phil Longstaff
plongstaff at code.gnucash.org
Wed Feb 20 20:10:22 EST 2013
Author: plongstaff
Date: 2013-02-20 20:10:21 -0500 (Wed, 20 Feb 2013)
New Revision: 22796
Trac: http://svn.gnucash.org/trac/changeset/22796
Added:
gnucash/trunk/src/gnome/gnc-budget-view.c
gnucash/trunk/src/gnome/gnc-budget-view.h
Modified:
gnucash/trunk/src/gnome/Makefile.am
gnucash/trunk/src/gnome/gnc-plugin-page-budget.c
Log:
Initial changes to budget view.
1) Splits gnc-budget-view.c/.h out from gnc-plugin-page-budget.c. gnc-plugin-page-budget.c now creates a GncBudgetView and provides the overall UI and integration for it.
2) GncBudgetView changes:
a) If an account has children but does not have a specific budget value for a period, the sum of the children's budget values will be displayed in gray
b) Totals column on the right provides total for a budget row (account)
c) At the bottom, totals lines with total income, total expenses, total transfers (assets+liabilities) and grand total (income - expenses - transfers)
More information about the gnucash-patches
mailing list