* Add early shared account support (Database schema has changed)
* Update TODO
This commit is contained in:
@@ -61,6 +61,7 @@ public:
|
||||
wxString AddAccount(Account& ac);
|
||||
void UpdateAccount(Account& ac);
|
||||
void DeleteAccount(Account& ac);
|
||||
void AddSharedAccount(Account& ac, const wxString& granted);
|
||||
|
||||
wxString AddCategory(Category& category);
|
||||
void UpdateCategory(Category& category);
|
||||
|
||||
Reference in New Issue
Block a user