| GnuCash
    5.6-150-g038405b370+
    | 
| Data Fields | |
| gboolean | action_skip_enabled | 
| gboolean | action_update_enabled | 
| gboolean | action_add_enabled | 
| gboolean | action_clear_enabled | 
| int | date_threshold | 
| Transaction who's date is within threshold is likely match. | |
| int | date_not_threshold | 
| Transaction who's date is outside threshold is an unlikely match. | |
| int | clear_threshold | 
| Transaction who's best match probability is equal or higher than this will reconcile their best match by default. | |
| int | add_threshold | 
| Transaction who's best match probability is below or equal to this will be added as new by default. | |
| int | display_threshold | 
| Transaction's match probability must be at least this much to be displayed in the match list.  More... | |
| double | fuzzy_amount | 
| The allowed amount range for fuzzy amount matching, in the users default commodity.  More... | |
| gint | match_date_hardlimit | 
Definition at line 47 of file import-settings.cpp.
| int GNCImportSettings::display_threshold | 
Transaction's match probability must be at least this much to be displayed in the match list.
Don't set this to 0 except for debugging purposes, otherwise all transactions of every accounts will be shown in the list
Definition at line 69 of file import-settings.cpp.
| double GNCImportSettings::fuzzy_amount | 
The allowed amount range for fuzzy amount matching, in the users default commodity.
Definition at line 72 of file import-settings.cpp.
 1.8.14
 1.8.14