wip
This commit is contained in:
@@ -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"));
|
||||
|
||||
@@ -15,6 +15,7 @@ struct operation {
|
||||
wxString description;
|
||||
wxString category;
|
||||
bool fix_cost;
|
||||
wxString account;
|
||||
} ;
|
||||
|
||||
class User
|
||||
|
||||
Reference in New Issue
Block a user