GnuCash
4.11-354-g0815ab64c1
|
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 |
GList * | 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 |
GList * | splits |
gboolean | sort_dirty |
LotList * | lots |
GNCPolicy * | policy |
TriState | sort_reversed |
TriState | equity_type |
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 66 of file AccountP.h.