GnuCash  5.6-150-g038405b370+
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. More...
 
double fuzzy_amount
 The allowed amount range for fuzzy amount matching, in the users default commodity. More...
 
gint match_date_hardlimit
 

Detailed Description

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

Field Documentation

◆ 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.


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