Data Fields | |
| QofInstance | inst |
| gchar * | category |
| const gchar * | print_string |
| PQCurrency * | currency |
| gdouble | temp_amount |
| gboolean | reset_amount |
| QofDate * | inv_date |
| QofDate * | pay_date |
| gchar * | reference |
| gchar * | note |
| gchar * | description |
| gchar * | city |
| gchar * | vendor |
| QofNumeric | amount |
Definition at line 48 of file qof-invoice.c.
| QofNumeric QofInvoice::amount |
the amount is a total - individual items will need to wait for later.
Definition at line 66 of file qof-invoice.c.
| gboolean QofInvoice::reset_amount |
Denote whether the buffer should be used.
Definition at line 57 of file qof-invoice.c.
| gdouble QofInvoice::temp_amount |
The amount is set before the currency code is available so this acts as a buffer until both pieces of data are available.
Definition at line 54 of file qof-invoice.c.
1.7.1