Bug 797390 - xaccAccountRecomputeBalance also tallies no-closing balances

Add a few API, enough for fixing bug 797326 easily.
This commit is contained in:
Christopher Lam
2019-09-04 21:11:10 +08:00
parent d881130a19
commit 198570d8c8
6 changed files with 156 additions and 4 deletions

View File

@@ -123,6 +123,7 @@ struct split_s
* These balances apply to a sorting order by date posted
* (not by date entered). */
gnc_numeric balance;
gnc_numeric noclosing_balance;
gnc_numeric cleared_balance;
gnc_numeric reconciled_balance;
};