GnuCash
5.6-150-g038405b370+
|
Data Fields | |
const char * | accountName |
const char * | accountCode |
const char * | description |
GNCAccountType | type |
gnc_commodity * | commodity |
int | commodity_scu |
gboolean | non_standard_scu |
Account * | parent |
std::vector< Account * > | children |
gnc_numeric | starting_balance |
gnc_numeric | starting_noclosing_balance |
gnc_numeric | starting_cleared_balance |
gnc_numeric | starting_reconciled_balance |
gnc_numeric | balance |
gnc_numeric | noclosing_balance |
gnc_numeric | cleared_balance |
gnc_numeric | reconciled_balance |
gboolean | balance_dirty |
std::vector< Split * > | splits |
GHashTable * | splits_hash |
gboolean | sort_dirty |
LotList * | lots |
GNCPolicy * | policy |
char * | notes |
char * | color |
char * | tax_us_code |
char * | tax_us_pns |
char * | last_num |
char * | sort_order |
char * | filter |
short | mark |
gboolean | defer_bal_computation |
Definition at line 58 of file AccountP.hpp.