GnuCash
5.6-150-g038405b370+
|
Action for when a selection in a gnc budget view is changed. More...
Data Fields | |
gnc_numeric | total |
GncBudget * | budget |
guint | period_num |
GNCPriceDB * | pdb |
gnc_commodity * | total_currency |
Action for when a selection in a gnc budget view is changed.
Structure to assist in calculating of sub account totals.
This structure is utilised by the functions budget_accum_helper and gbv_get_accumulated_budget_amount to find the totals of sub-accounts in an account tree.
total | The running total of the account in question |
budget | The gnc budget under examination. |
period_num | The specific period_num that we are finding the totals for. |
Definition at line 1010 of file gnc-budget-view.c.