Home accounting
|
The struct is used for storage of every element of record. More...
Public Attributes | |
unsigned int | ID |
string | type |
string | category |
unsigned int | amount |
string | date |
The struct is used for storage of every element of record.
unsigned int record::amount |
Money in CZK.
string record::category |
Category of the income/expenditure. The present categories are: 1) salary, 2) food, 3) household, 4) health, 5) entertainment, 6) clothing, 7) transport, 8) other.
string record::date |
Date of the income/expenditure, in the form dd.mm.yyyy.
unsigned int record::ID |
Unique record identification number.
string record::type |
Type of the record: income or expenditure.