mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Changed bayes import map design
This commit introduces a new feature flag: GNC_FEATURE_GUID_FLAT_BAYESIAN. It signifies that the bayes import map data are stored flat and by guid. Any time bayes import map data are accessed, they are converted if necessary.
This commit is contained in:
@@ -1449,11 +1449,6 @@ gchar *gnc_account_get_map_entry (Account *acc, const char *full_category);
|
||||
*/
|
||||
void gnc_account_delete_map_entry (Account *acc, char *full_category, gboolean empty);
|
||||
|
||||
/** Search for Bayesian entries with mappings based on full account name and change
|
||||
* them to be based on the account guid
|
||||
*/
|
||||
void gnc_account_imap_convert_bayes (QofBook *book);
|
||||
|
||||
/** @} */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user