GnuCash
5.6-150-g038405b370+
|
An accumulator for a given currency. More...
Data Fields | |
gnc_commodity * | currency |
gnc_numeric | assets |
gnc_numeric | profits |
gint | total_mode |
An accumulator for a given currency.
This is used during the update to the status bar to contain the accumulation for a single currency. These are placed in a GList and kept around for the duration of the calculation. There may, in fact be better ways to do this, but none occurred.
Definition at line 71 of file window-main-summarybar.c.