Definition at line 48 of file import-settings.c.
Data Fields | |
| gboolean | action_skip_enabled |
| gboolean | action_edit_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 |
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.
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.
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.
The allowed amount range for fuzzy amount matching, in the users default commodity.
Definition at line 68 of file import-settings.c.
1.5.2