The journal document model
property | type | description |
---|---|---|
id | string | The id of the document |
title | string | The title of the document |
journalId | Id<Journal> | The id of the journal of the document |
chartId | Id<AccountTypeChart> | The id of the chart of the account types |
currency | Currency | The currency of the document |
start | moment | The start date of the document |
end | moment | The end date of the document |
commaPeriodSetting | CommaPeriodSetting | The setting of comma and period for separating number |
debitTypeRecentList | AccountTypeRecentList | The recently used debit types |
creditTypeRecentList | AccountTypeRecentList | The recently used credit types |
JournalDocument is the unit of the accounting document in moneybit app.