Change int in double for Search

Add SearchBanner & Search Pannel
Enable MassUpdate
This commit is contained in:
2011-12-03 11:23:55 +01:00
parent 7b8f6edff5
commit 9b0222323a
11 changed files with 647 additions and 48 deletions

View File

@@ -125,7 +125,7 @@ public:
void UpdatePreference(User* user, const QString& preference);
std::vector<Operation>* Search(User* user, QString* description, QDate* dateFrom, QDate* dateTo,
int* amountFrom, int* amountTo,
double* amountFrom, double* amountTo,
std::vector<int> categories, int types, std::vector<int> accounts, bool wildcards);
void GetStats(User* user, int monthFrom, int yearFrom, int monthTo,