GnuCash c935c2f+
Loading...
Searching...
No Matches
Data Fields
full_acct_balances_t Struct Reference

Structure to hold start/end balances for each account. More...

Data Fields

Accountacc
 
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
 

Detailed Description

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.

Field Documentation

◆ acc

Account* full_acct_balances_t::acc

Definition at line 320 of file gnc-transaction-sql.cpp.

◆ end_bal

gnc_numeric full_acct_balances_t::end_bal

Definition at line 322 of file gnc-transaction-sql.cpp.

◆ end_cleared_bal

gnc_numeric full_acct_balances_t::end_cleared_bal

Definition at line 324 of file gnc-transaction-sql.cpp.

◆ end_reconciled_bal

gnc_numeric full_acct_balances_t::end_reconciled_bal

Definition at line 326 of file gnc-transaction-sql.cpp.

◆ start_bal

gnc_numeric full_acct_balances_t::start_bal

Definition at line 321 of file gnc-transaction-sql.cpp.

◆ start_cleared_bal

gnc_numeric full_acct_balances_t::start_cleared_bal

Definition at line 323 of file gnc-transaction-sql.cpp.

◆ start_reconciled_bal

gnc_numeric full_acct_balances_t::start_reconciled_bal

Definition at line 325 of file gnc-transaction-sql.cpp.


The documentation for this struct was generated from the following file: