Definition at line 55 of file qof-expenses.c.
Data Fields | |
| gint | pq_code |
| gint | fraction |
| const gchar * | symbol |
| const gchar * | mnemonic |
| gboolean | non_utf8 |
pilot-link integer ID
Definition at line 57 of file qof-expenses.c.
Referenced by populate_currencies().
currency fraction, pennies/cents etc.
Definition at line 58 of file qof-expenses.c.
Referenced by exp_combine_currency_with_amount(), exp_getAmount(), populate_currencies(), and pq_currency_lookup().
| const gchar* PQCurrency_s::symbol |
locale symbol.
Definition at line 59 of file qof-expenses.c.
Referenced by populate_currencies(), and pq_currency_lookup().
| const gchar* PQCurrency_s::mnemonic |
gnucash/cashutil mnemonic.
Definition at line 60 of file qof-expenses.c.
Referenced by populate_currencies(), and pq_currency_lookup().
| gboolean PQCurrency_s::non_utf8 |
TRUE if symbol is not UTF-8. (Currently, this is only useful if the symbol can still be shown as iso-8859-1.)
Definition at line 61 of file qof-expenses.c.
Referenced by populate_currencies(), and pq_currency_lookup().
1.5.1