|
GnuCash c935c2f+
|
Data Fields | |
| QofInstance | inst |
| const char * | id |
| const char * | notes |
| gboolean | active |
| const char * | billing_id |
| char * | printname |
| GncBillTerm * | terms |
| GList * | entries |
| GList * | prices |
| GncOwner | owner |
| GncOwner | billto |
| GncJob * | job |
| time64 | date_opened |
| time64 | date_posted |
| gnc_numeric | to_charge_amount |
| gnc_commodity * | currency |
| Account * | posted_acc |
| Transaction * | posted_txn |
| GNCLot * | posted_lot |
Definition at line 49 of file gncInvoice.c.
| gboolean GncInvoice::active |
Definition at line 55 of file gncInvoice.c.
| const char* GncInvoice::billing_id |
Definition at line 57 of file gncInvoice.c.
| GncOwner GncInvoice::billto |
Definition at line 63 of file gncInvoice.c.
| gnc_commodity* GncInvoice::currency |
Definition at line 70 of file gncInvoice.c.
| time64 GncInvoice::date_opened |
Definition at line 65 of file gncInvoice.c.
| time64 GncInvoice::date_posted |
Definition at line 66 of file gncInvoice.c.
| GList* GncInvoice::entries |
Definition at line 60 of file gncInvoice.c.
| const char* GncInvoice::id |
Definition at line 53 of file gncInvoice.c.
| QofInstance GncInvoice::inst |
Definition at line 51 of file gncInvoice.c.
| GncJob* GncInvoice::job |
Definition at line 64 of file gncInvoice.c.
| const char* GncInvoice::notes |
Definition at line 54 of file gncInvoice.c.
| GncOwner GncInvoice::owner |
Definition at line 62 of file gncInvoice.c.
| Account* GncInvoice::posted_acc |
Definition at line 72 of file gncInvoice.c.
| GNCLot* GncInvoice::posted_lot |
Definition at line 74 of file gncInvoice.c.
| Transaction* GncInvoice::posted_txn |
Definition at line 73 of file gncInvoice.c.
| GList* GncInvoice::prices |
Definition at line 61 of file gncInvoice.c.
| char* GncInvoice::printname |
Definition at line 58 of file gncInvoice.c.
| GncBillTerm* GncInvoice::terms |
Definition at line 59 of file gncInvoice.c.
| gnc_numeric GncInvoice::to_charge_amount |
Definition at line 68 of file gncInvoice.c.