|
GnuCash
5.6-150-g038405b370+
|
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.
1.8.14