|
GnuCash c935c2f+
|
Data Fields | |
| QofInstance | inst |
| time64 | date |
| time64 | date_entered |
| const char * | desc |
| const char * | action |
| const char * | notes |
| gnc_numeric | quantity |
| Account * | i_account |
| gnc_numeric | i_price |
| gboolean | i_taxable |
| gboolean | i_taxincluded |
| GncTaxTable * | i_tax_table |
| gnc_numeric | i_discount |
| GncAmountType | i_disc_type |
| GncDiscountHow | i_disc_how |
| Account * | b_account |
| gnc_numeric | b_price |
| gboolean | b_taxable |
| gboolean | b_taxincluded |
| GncTaxTable * | b_tax_table |
| gboolean | billable |
| GncOwner | billto |
| GncEntryPaymentType | b_payment |
| GncOrder * | order |
| GncInvoice * | invoice |
| GncInvoice * | bill |
| gboolean | values_dirty |
| gnc_numeric | i_value |
| gnc_numeric | i_value_rounded |
| GList * | i_tax_values |
| gnc_numeric | i_tax_value |
| gnc_numeric | i_tax_value_rounded |
| gnc_numeric | i_disc_value |
| gnc_numeric | i_disc_value_rounded |
| time64 | i_taxtable_modtime |
| gnc_numeric | b_value |
| gnc_numeric | b_value_rounded |
| GList * | b_tax_values |
| gnc_numeric | b_tax_value |
| gnc_numeric | b_tax_value_rounded |
| time64 | b_taxtable_modtime |
Definition at line 42 of file gncEntry.c.
| const char* GncEntry::action |
Definition at line 49 of file gncEntry.c.
| Account* GncEntry::b_account |
Definition at line 64 of file gncEntry.c.
| GncEntryPaymentType GncEntry::b_payment |
Definition at line 73 of file gncEntry.c.
| gnc_numeric GncEntry::b_price |
Definition at line 65 of file gncEntry.c.
| GncTaxTable* GncEntry::b_tax_table |
Definition at line 68 of file gncEntry.c.
| gnc_numeric GncEntry::b_tax_value |
Definition at line 97 of file gncEntry.c.
| gnc_numeric GncEntry::b_tax_value_rounded |
Definition at line 98 of file gncEntry.c.
| GList* GncEntry::b_tax_values |
Definition at line 96 of file gncEntry.c.
| gboolean GncEntry::b_taxable |
Definition at line 66 of file gncEntry.c.
| gboolean GncEntry::b_taxincluded |
Definition at line 67 of file gncEntry.c.
| time64 GncEntry::b_taxtable_modtime |
Definition at line 99 of file gncEntry.c.
| gnc_numeric GncEntry::b_value |
Definition at line 94 of file gncEntry.c.
| gnc_numeric GncEntry::b_value_rounded |
Definition at line 95 of file gncEntry.c.
| GncInvoice* GncEntry::bill |
Definition at line 78 of file gncEntry.c.
| gboolean GncEntry::billable |
Definition at line 69 of file gncEntry.c.
| GncOwner GncEntry::billto |
Definition at line 70 of file gncEntry.c.
| time64 GncEntry::date |
Definition at line 46 of file gncEntry.c.
| time64 GncEntry::date_entered |
Definition at line 47 of file gncEntry.c.
| const char* GncEntry::desc |
Definition at line 48 of file gncEntry.c.
| Account* GncEntry::i_account |
Definition at line 54 of file gncEntry.c.
| GncDiscountHow GncEntry::i_disc_how |
Definition at line 61 of file gncEntry.c.
| GncAmountType GncEntry::i_disc_type |
Definition at line 60 of file gncEntry.c.
| gnc_numeric GncEntry::i_disc_value |
Definition at line 89 of file gncEntry.c.
| gnc_numeric GncEntry::i_disc_value_rounded |
Definition at line 90 of file gncEntry.c.
| gnc_numeric GncEntry::i_discount |
Definition at line 59 of file gncEntry.c.
| gnc_numeric GncEntry::i_price |
Definition at line 55 of file gncEntry.c.
| GncTaxTable* GncEntry::i_tax_table |
Definition at line 58 of file gncEntry.c.
| gnc_numeric GncEntry::i_tax_value |
Definition at line 87 of file gncEntry.c.
| gnc_numeric GncEntry::i_tax_value_rounded |
Definition at line 88 of file gncEntry.c.
| GList* GncEntry::i_tax_values |
Definition at line 86 of file gncEntry.c.
| gboolean GncEntry::i_taxable |
Definition at line 56 of file gncEntry.c.
| gboolean GncEntry::i_taxincluded |
Definition at line 57 of file gncEntry.c.
| time64 GncEntry::i_taxtable_modtime |
Definition at line 91 of file gncEntry.c.
| gnc_numeric GncEntry::i_value |
Definition at line 84 of file gncEntry.c.
| gnc_numeric GncEntry::i_value_rounded |
Definition at line 85 of file gncEntry.c.
| QofInstance GncEntry::inst |
Definition at line 44 of file gncEntry.c.
| GncInvoice* GncEntry::invoice |
Definition at line 77 of file gncEntry.c.
| const char* GncEntry::notes |
Definition at line 50 of file gncEntry.c.
| GncOrder* GncEntry::order |
Definition at line 76 of file gncEntry.c.
| gnc_numeric GncEntry::quantity |
Definition at line 51 of file gncEntry.c.
| gboolean GncEntry::values_dirty |
Definition at line 81 of file gncEntry.c.