| GnuCash
    5.6-150-g038405b370+
    | 
Utility functions for writing import modules. More...
#include "Account.h"Go to the source code of this file.
| Macros | |
| #define | GNC_PREFS_GROUP_IMPORT "dialogs.import.generic" | 
| The preferences used by the importer. | |
| #define | GNC_PREF_ENABLE_SKIP "enable-skip" | 
| #define | GNC_PREF_ENABLE_UPDATE "enable-update" | 
| #define | GNC_PREF_USE_BAYES "use-bayes" | 
| #define | GNC_PREF_ATM_FEE_THRESHOLD "atm-fee-threshold" | 
| #define | GNC_PREF_AUTO_CLEAR_THRESHOLD "auto-clear-threshold" | 
| #define | GNC_PREF_AUTO_ADD_THRESHOLD "auto-add-threshold" | 
| #define | GNC_PREF_MATCH_THRESHOLD "match-threshold" | 
| #define | GNC_PREF_MATCH_DATE_THRESHOLD "match-date-threshold" | 
| #define | GNC_PREF_MATCH_DATE_NOT_THRESHOLD "match-date-not-threshold" | 
| Functions | |
| gboolean | gnc_import_trans_has_online_id (Transaction *transaction) | 
| gboolean | gnc_import_split_has_online_id (Split *split) | 
| Setter-getters | |
| Setter and getter functions for the online_id field for Splits. | |
| gchar * | gnc_import_get_acc_online_id (Account *account) | 
| void | gnc_import_set_acc_online_id (Account *account, const gchar *id) | 
| gchar * | gnc_import_get_trans_online_id (Transaction *transaction) | 
| void | gnc_import_set_trans_online_id (Transaction *transaction, const gchar *id) | 
| gchar * | gnc_import_get_split_online_id (Split *split) | 
| void | gnc_import_set_split_online_id (Split *split, const gchar *id) | 
Utility functions for writing import modules.
Definition in file import-utilities.h.
 1.8.14
 1.8.14