The accounting entry object
Accounting entry
Parameter | Data type | Default | Description |
---|---|---|---|
id | int | ||
currency | string | The currency of the entry | |
amount | float | The amount (can also be negative) | |
account | int | The debet account | |
contra_account | int | The credit account | |
date | datetime | ||
text | string | A descriptive text | |
created_at | datetime | ||
updated_at | datetime |