|
GnuCash c935c2f+
|
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. | |
| double | fuzzy_amount |
| The allowed amount range for fuzzy amount matching, in the users default commodity. | |
| gint | match_date_hardlimit |
Definition at line 47 of file import-settings.cpp.
| gboolean GNCImportSettings::action_add_enabled |
Definition at line 52 of file import-settings.cpp.
| gboolean GNCImportSettings::action_clear_enabled |
Definition at line 53 of file import-settings.cpp.
| gboolean GNCImportSettings::action_skip_enabled |
Definition at line 50 of file import-settings.cpp.
| gboolean GNCImportSettings::action_update_enabled |
Definition at line 51 of file import-settings.cpp.
| int GNCImportSettings::add_threshold |
Transaction who's best match probability is below or equal to this will be added as new by default.
Definition at line 64 of file import-settings.cpp.
| int GNCImportSettings::clear_threshold |
Transaction who's best match probability is equal or higher than this will reconcile their best match by default.
Definition at line 61 of file import-settings.cpp.
| int GNCImportSettings::date_not_threshold |
Transaction who's date is outside threshold is an unlikely match.
Definition at line 58 of file import-settings.cpp.
| int GNCImportSettings::date_threshold |
Transaction who's date is within threshold is likely match.
Definition at line 56 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.
| gint GNCImportSettings::match_date_hardlimit |
Definition at line 73 of file import-settings.cpp.