GnuCash
5.6-150-g038405b370+
|
Structure to hold start/end balances for each account. More...
Data Fields | |
Account * | acc |
gnc_numeric | start_bal |
gnc_numeric | end_bal |
gnc_numeric | start_cleared_bal |
gnc_numeric | end_cleared_bal |
gnc_numeric | start_reconciled_bal |
gnc_numeric | end_reconciled_bal |
Structure to hold start/end balances for each account.
The values are saved before splits are loaded, and then used to adjust the start balances so that the end balances (which are calculated and correct on initial load) are unchanged.
Definition at line 318 of file gnc-transaction-sql.cpp.