|
GnuCash
2.6.99
|
Data Fields | |
| gboolean | action_skip_enabled |
| gboolean | action_update_enabled |
| gboolean | action_add_enabled |
| gboolean | action_clear_enabled |
| int | clear_threshold |
| int | add_threshold |
| int | display_threshold |
| double | fuzzy_amount |
| gint | match_date_hardlimit |
Definition at line 47 of file import-settings.c.
| int _genimportsettings::add_threshold |
Transaction who's best match probability is below or equal to this will be added as new by default
Definition at line 60 of file import-settings.c.
| int _genimportsettings::clear_threshold |
Transaction who's best match probability is equal or higher than this will reconcile their best match by default
Definition at line 57 of file import-settings.c.
| int _genimportsettings::display_threshold |
Transaction's match probability must be at least this much to be displayed in the match list. Dont set this to 0 except for debugging purposes, otherwise all transactions of every accounts will be shown in the list
Definition at line 65 of file import-settings.c.
| double _genimportsettings::fuzzy_amount |
The allowed amount range for fuzzy amount matching, in the users default commodity.
Definition at line 68 of file import-settings.c.
1.8.6