|
GnuCash 2.3.0
|
#include <gnc-csv-model.h>
Data Fields | |
| int | line_no |
| Transaction * | trans |
| gnc_numeric | balance |
| gboolean | balance_set |
Struct pairing a transaction with a line number. This struct is used to keep the transactions in order. When rows are separated into "valid" and "error" lists (in case some of the rows have cells that are unparseable), we want the user to still be able to "correct" the error list. If we keep the line numbers of valid transactions, we can then put transactions created from the newly corrected rows into the right places.
Definition at line 77 of file gnc-csv-model.h.
The (supposed) balance after this transaction takes place
Definition at line 81 of file gnc-csv-model.h.
| gboolean GncCsvTransLine::balance_set |
TRUE if balance has been set from user data, FALSE otherwise
Definition at line 82 of file gnc-csv-model.h.
1.7.4