|
GnuCash c935c2f+
|
Data Fields | |
| QofInstance | inst |
| const char * | id |
| const char * | name |
| const char * | notes |
| GncBillTerm * | terms |
| GncAddress * | addr |
| gnc_commodity * | currency |
| GncTaxTable * | taxtable |
| gboolean | taxtable_override |
| GncTaxIncluded | taxincluded |
| gboolean | active |
| GList * | jobs |
| gnc_numeric * | balance |
Definition at line 51 of file gncVendor.c.
| gboolean GncVendor::active |
Definition at line 64 of file gncVendor.c.
| GncAddress* GncVendor::addr |
Definition at line 59 of file gncVendor.c.
| gnc_numeric* GncVendor::balance |
Definition at line 66 of file gncVendor.c.
| gnc_commodity* GncVendor::currency |
Definition at line 60 of file gncVendor.c.
| const char* GncVendor::id |
Definition at line 55 of file gncVendor.c.
| QofInstance GncVendor::inst |
Definition at line 53 of file gncVendor.c.
| GList* GncVendor::jobs |
Definition at line 65 of file gncVendor.c.
| const char* GncVendor::name |
Definition at line 56 of file gncVendor.c.
| const char* GncVendor::notes |
Definition at line 57 of file gncVendor.c.
| GncTaxIncluded GncVendor::taxincluded |
Definition at line 63 of file gncVendor.c.
| GncTaxTable* GncVendor::taxtable |
Definition at line 61 of file gncVendor.c.
| gboolean GncVendor::taxtable_override |
Definition at line 62 of file gncVendor.c.
| GncBillTerm* GncVendor::terms |
Definition at line 58 of file gncVendor.c.