All Values are now in fix point
This commit is contained in:
@@ -29,7 +29,7 @@ struct Operation {
|
||||
unsigned int day;
|
||||
unsigned int month;
|
||||
unsigned int year;
|
||||
double amount;
|
||||
int amount;
|
||||
QString description;
|
||||
int category;
|
||||
bool fix_cost;
|
||||
|
||||
Reference in New Issue
Block a user