Account.h (gnucash-5.0.tar.bz2) | : | Account.h (gnucash-5.1.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 619 | skipping to change at line 619 | |||
Account *acc, time64 date, gnc_commodity *report_commodity, | Account *acc, time64 date, gnc_commodity *report_commodity, | |||
gboolean include_children); | gboolean include_children); | |||
/** This function gets the balance at the end of the given date in the desir ed | /** This function gets the balance at the end of the given date in the desir ed | |||
commodity. */ | commodity. */ | |||
gnc_numeric xaccAccountGetBalanceAsOfDateInCurrency( | gnc_numeric xaccAccountGetBalanceAsOfDateInCurrency( | |||
Account *account, time64 date, gnc_commodity *report_commodity, | Account *account, time64 date, gnc_commodity *report_commodity, | |||
gboolean include_children); | gboolean include_children); | |||
gnc_numeric xaccAccountGetNoclosingBalanceChangeForPeriod ( | gnc_numeric xaccAccountGetNoclosingBalanceChangeForPeriod ( | |||
Account *acc, time64 date1, time64 date2, gboolean recurse); | Account *acc, time64 date1, time64 date2, gboolean recurse); | |||
gnc_numeric xaccAccountGetNoclosingBalanceChangeInCurrencyForPeriod ( | ||||
Account *acc, time64 date1, time64 date2, gboolean recurse); | ||||
gnc_numeric xaccAccountGetBalanceChangeForPeriod ( | gnc_numeric xaccAccountGetBalanceChangeForPeriod ( | |||
Account *acc, time64 date1, time64 date2, gboolean recurse); | Account *acc, time64 date1, time64 date2, gboolean recurse); | |||
/** @} */ | /** @} */ | |||
/** @name Account Children and Parents. | /** @name Account Children and Parents. | |||
* The set of accounts is represented as a doubly-linked tree, so that given | * The set of accounts is represented as a doubly-linked tree, so that given | |||
* any account, both its parent and its children can be easily found. | * any account, both its parent and its children can be easily found. | |||
* At the top of the tree hierarchy lies a single root node, the root accoun t. | * At the top of the tree hierarchy lies a single root node, the root accoun t. | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 2 lines changed or added |