First pass for imports (with OFX imports)
This commit is contained in:
@@ -29,8 +29,10 @@
|
||||
#include "Account.h"
|
||||
#include "Operation.h"
|
||||
#include "Database.h"
|
||||
#include "import/ImportEngine.h"
|
||||
|
||||
class Database;
|
||||
class ImportPattern;
|
||||
|
||||
class User
|
||||
{
|
||||
@@ -47,6 +49,7 @@ public:
|
||||
std::vector<Category> _categories;
|
||||
std::vector<wxFont> _categoriesFonts;
|
||||
std::map<wxString, wxString> _preferences;
|
||||
std::map<wxString, ImportPattern> _importPatterns;
|
||||
|
||||
Category GetCategory(const wxString& catId);
|
||||
wxString GetCategoryName(const wxString& catId);
|
||||
|
||||
Reference in New Issue
Block a user