|
GnuCash c935c2f+
|
Data Fields | |
| GncGUID | blank_entry_guid |
| gboolean | blank_entry_edited |
| gboolean | traverse_to_new |
| gboolean | loading |
| gboolean | full_refresh |
| To keep from recursing from events. | |
| gint | component_id |
| Is a full refresh ok? | |
| GDate | last_date_entered |
| To register for events. | |
| GncEntry * | hint_entry |
| GtkWidget * | parent |
| A Hint for where to display. | |
| QofBook * | book |
| Table * | table |
| GncOrder * | order |
| GncInvoice * | invoice |
| QofQuery * | query |
| GncEntryLedgerType | type |
| gboolean | is_cust_doc |
| gboolean | is_credit_note |
| is this document customer or vendor related ? | |
| const gchar * | prefs_group |
| is this an invoice (or a bill)? | |
Definition at line 36 of file gncEntryLedgerP.h.
| gboolean GncEntryLedger::blank_entry_edited |
Definition at line 39 of file gncEntryLedgerP.h.
| GncGUID GncEntryLedger::blank_entry_guid |
Definition at line 38 of file gncEntryLedgerP.h.
| QofBook* GncEntryLedger::book |
Definition at line 51 of file gncEntryLedgerP.h.
| gint GncEntryLedger::component_id |
Is a full refresh ok?
Definition at line 44 of file gncEntryLedgerP.h.
| gboolean GncEntryLedger::full_refresh |
To keep from recursing from events.
Definition at line 43 of file gncEntryLedgerP.h.
| GncEntry* GncEntryLedger::hint_entry |
Definition at line 48 of file gncEntryLedgerP.h.
| GncInvoice* GncEntryLedger::invoice |
Definition at line 54 of file gncEntryLedgerP.h.
| gboolean GncEntryLedger::is_credit_note |
is this document customer or vendor related ?
Definition at line 60 of file gncEntryLedgerP.h.
| gboolean GncEntryLedger::is_cust_doc |
Definition at line 59 of file gncEntryLedgerP.h.
| GDate GncEntryLedger::last_date_entered |
To register for events.
Definition at line 46 of file gncEntryLedgerP.h.
| gboolean GncEntryLedger::loading |
Definition at line 42 of file gncEntryLedgerP.h.
| GncOrder* GncEntryLedger::order |
Definition at line 53 of file gncEntryLedgerP.h.
| GtkWidget* GncEntryLedger::parent |
A Hint for where to display.
Definition at line 50 of file gncEntryLedgerP.h.
| const gchar* GncEntryLedger::prefs_group |
is this an invoice (or a bill)?
Definition at line 62 of file gncEntryLedgerP.h.
| QofQuery* GncEntryLedger::query |
Definition at line 55 of file gncEntryLedgerP.h.
| Table* GncEntryLedger::table |
Definition at line 52 of file gncEntryLedgerP.h.
| gboolean GncEntryLedger::traverse_to_new |
Definition at line 40 of file gncEntryLedgerP.h.
| GncEntryLedgerType GncEntryLedger::type |
Definition at line 57 of file gncEntryLedgerP.h.