Add inner month statistics

This commit is contained in:
2010-11-19 19:58:02 +01:00
parent cedb13c3ec
commit 84aa1fb42b
6 changed files with 212 additions and 78 deletions

View File

@@ -90,6 +90,10 @@ public:
std::map<wxString, std::map<int, std::map<int, double> > >* accountAmounts,
std::map<wxString, double>* categories);
void GetMonthStats(int month, int year, int nbDays,
std::map<wxString, std::vector<double> >* operations,
std::map<wxString, double>* categories);
std::map<wxString, double>* GetNotChecked(int month, int year);
static wxFont ExtractFont(wxString strFont);