#include <qof-expenses.h>
Uses the same format as the Palm Default Currency Table:
http://pilot-qof.sourceforge.net/manual.html#currency
Definition at line 85 of file qof-expenses.h.
Data Fields | |
gint | pq_code |
gint | fraction |
const gchar * | symbol |
const gchar * | mnemonic |
gboolean | non_utf8 |
gint GpeCurrency::pq_code |
pilot-link integer ID
Definition at line 88 of file qof-expenses.h.
currency fraction, pennies/cents etc.
Definition at line 90 of file qof-expenses.h.
Referenced by gpe_currency_lookup().
const gchar* GpeCurrency::symbol |
const gchar* GpeCurrency::mnemonic |
gnucash/cashutil mnemonic.
Definition at line 94 of file qof-expenses.h.
Referenced by gpe_currency_lookup().
gboolean GpeCurrency::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 98 of file qof-expenses.h.
Referenced by gpe_currency_lookup().