First version of SearchPanel (+ code migration for GridAccount)

This commit is contained in:
2010-07-14 16:22:02 +02:00
parent 2c1c8b7b76
commit 14a74b84f8
8 changed files with 596 additions and 0 deletions

View File

@@ -66,6 +66,10 @@ class KissCount
void KillMe();
void SetLanguage(wxLanguage language);
std::vector<Operation>* Search(wxString* description, wxDateTime* dateFrom, wxDateTime* dateTo,
wxString* amountFrom, wxString* amountTo,
std::vector<wxString> categories, std::vector<wxString> accounts);
private:
wxUI* _wxUI;
Database* _db;