Accounts events caught
This commit is contained in:
@@ -83,3 +83,8 @@ void KissCount::DeleteOperation(struct operation op)
|
||||
{
|
||||
_db->DeleteOperation(op);
|
||||
}
|
||||
|
||||
void KissCount::SetAccountAmount(int month, int year, wxString accountId, double amount)
|
||||
{
|
||||
_db->SetAccountAmount(month, year, accountId, amount);
|
||||
}
|
||||
|
@@ -24,6 +24,7 @@ class KissCount
|
||||
void UpdateOperation(struct operation op);
|
||||
void AddOperation(struct operation op);
|
||||
void DeleteOperation(struct operation op);
|
||||
void SetAccountAmount(int month, int year, wxString accountId, double value);
|
||||
|
||||
private:
|
||||
wxUI* _wxUI;
|
||||
|
Reference in New Issue
Block a user