gpe-expenses
0.1.9
|
qof-expenses currency data wrapper. More...
#include <qof-expenses.h>
Data Fields | |
gint | pq_code |
gint | fraction |
const gchar * | symbol |
const gchar * | mnemonic |
gboolean | non_utf8 |
qof-expenses currency data wrapper.
Uses the same format as the Palm Default Currency Table:
http://pilot-qof.sourceforge.net/manual.html#currency
Definition at line 117 of file qof-expenses.h.
gint QofCurrency::fraction |
currency fraction, pennies/cents etc.
Definition at line 122 of file qof-expenses.h.
const gchar * QofCurrency::mnemonic |
gnucash/cashutil mnemonic.
Definition at line 126 of file qof-expenses.h.
gboolean QofCurrency::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 130 of file qof-expenses.h.
gint QofCurrency::pq_code |
pilot-link integer ID
Definition at line 120 of file qof-expenses.h.
const gchar * QofCurrency::symbol |
locale symbol.
Definition at line 124 of file qof-expenses.h.