Add inner month statistics
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user