Wraps QOF around Expense_t. More...
Data Fields | |
| QofInstance | inst |
| Expense_t | wrap |
| enum ExpenseDistance | distance_unit |
| gchar * | category |
| const gchar * | print_string |
| PQCurrency * | currency |
| gdouble | temp_amount |
| gboolean | reset_amount |
Wraps QOF around Expense_t.
This allows QOF to build as an option rather than adding QofInstance to Expense_t and requiring QOF for all builds.
Definition at line 486 of file pilot-expenses.c.
| gboolean QofExpense::reset_amount |
Denote whether the buffer should be used.
Definition at line 497 of file pilot-expenses.c.
Referenced by exp_setAmount().
| gdouble QofExpense::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 494 of file pilot-expenses.c.
Referenced by exp_setAmount().
1.7.1