|
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 |
| gnc_numeric | credit |
| gnc_numeric | discount |
| GncAddress * | shipaddr |
Definition at line 51 of file gncCustomer.c.
| gboolean GncCustomer::active |
Definition at line 65 of file gncCustomer.c.
| GncAddress* GncCustomer::addr |
Definition at line 60 of file gncCustomer.c.
| gnc_numeric* GncCustomer::balance |
Definition at line 67 of file gncCustomer.c.
| gnc_numeric GncCustomer::credit |
Definition at line 70 of file gncCustomer.c.
| gnc_commodity* GncCustomer::currency |
Definition at line 61 of file gncCustomer.c.
| gnc_numeric GncCustomer::discount |
Definition at line 71 of file gncCustomer.c.
| const char* GncCustomer::id |
Definition at line 56 of file gncCustomer.c.
| QofInstance GncCustomer::inst |
Definition at line 53 of file gncCustomer.c.
| GList* GncCustomer::jobs |
Definition at line 66 of file gncCustomer.c.
| const char* GncCustomer::name |
Definition at line 57 of file gncCustomer.c.
| const char* GncCustomer::notes |
Definition at line 58 of file gncCustomer.c.
| GncAddress* GncCustomer::shipaddr |
Definition at line 72 of file gncCustomer.c.
| GncTaxIncluded GncCustomer::taxincluded |
Definition at line 64 of file gncCustomer.c.
| GncTaxTable* GncCustomer::taxtable |
Definition at line 62 of file gncCustomer.c.
| gboolean GncCustomer::taxtable_override |
Definition at line 63 of file gncCustomer.c.
| GncBillTerm* GncCustomer::terms |
Definition at line 59 of file gncCustomer.c.