This commit is contained in:
2010-05-16 20:09:18 +02:00
parent c4b3938cda
commit 47bd0da612
6 changed files with 172 additions and 12 deletions

View File

@@ -213,6 +213,7 @@ void Database::LoadYear(User* user, int year)
{
operation op;
op.id = set.GetAsString(_("id"));
op.account = set.GetAsString(_("account"));
op.day = set.GetInt(_("day"));
op.month = set.GetInt(_("month"));
op.year = set.GetInt(_("year"));

View File

@@ -15,6 +15,7 @@ struct operation {
wxString description;
wxString category;
bool fix_cost;
wxString account;
} ;
class User