Journal Entries - codbex/codbex-olympus GitHub Wiki
Journal entries keeps the track of the General Ledger
JournalEntry
Entity Definition
- Entity Type:
Primary Entity
- Layout Type:
Manage Entities
Field | Type | Length | Null? | Calc? | Ref? | Description |
---|---|---|---|---|---|---|
Id | INTEGER | no | - | - | ||
Date | DATE | no | - | - | The transaction date | |
Account | INTEGER | no | - | - | The account reference to Account | |
Direction | INTEGER | no | - | - | Reference to Journal Entry Direction | |
Reference | INTEGER | no | - | - | Reference via UUID of the source document |