wip
This commit is contained in:
@@ -63,3 +63,8 @@ User* KissCount::GetUser()
|
||||
{
|
||||
return _user;
|
||||
}
|
||||
|
||||
double KissCount::GetAccountAmount(wxString id, int month, int year)
|
||||
{
|
||||
return _db->GetAccountAmount(id, month, year);
|
||||
}
|
||||
|
@@ -20,7 +20,8 @@ class KissCount
|
||||
void LoadUser(wxString user);
|
||||
void LoadYear(int year, bool force=false);
|
||||
User* GetUser();
|
||||
|
||||
double GetAccountAmount(wxString id, int month, int year);
|
||||
|
||||
private:
|
||||
wxUI* _wxUI;
|
||||
Database* _db;
|
||||
|
Reference in New Issue
Block a user