GnuCash c935c2f+
Loading...
Searching...
No Matches
Data Fields
GNCImportSettings Struct Reference

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
 

Detailed Description

Definition at line 47 of file import-settings.cpp.

Field Documentation

◆ action_add_enabled

gboolean GNCImportSettings::action_add_enabled

Definition at line 52 of file import-settings.cpp.

◆ action_clear_enabled

gboolean GNCImportSettings::action_clear_enabled

Definition at line 53 of file import-settings.cpp.

◆ action_skip_enabled

gboolean GNCImportSettings::action_skip_enabled

Definition at line 50 of file import-settings.cpp.

◆ action_update_enabled

gboolean GNCImportSettings::action_update_enabled

Definition at line 51 of file import-settings.cpp.

◆ add_threshold

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.

◆ clear_threshold

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.

◆ date_not_threshold

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.

◆ date_threshold

int GNCImportSettings::date_threshold

Transaction who's date is within threshold is likely match.

Definition at line 56 of file import-settings.cpp.

◆ display_threshold

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.

◆ fuzzy_amount

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.

◆ match_date_hardlimit

gint GNCImportSettings::match_date_hardlimit

Definition at line 73 of file import-settings.cpp.


The documentation for this struct was generated from the following file: