Gl journal entry
General ledger journal entries: payroll, payables, receivables and manual postings.
Part of Financials in the register catalog.
- Register ID
gl_journal_entryUse this name to ask for the register. The API calls it a shelf ID.- Each record is
- An eventSomething that happened at a point in time.
- Status
- AvailableFilled today from connected systems, uploads or public data.
- Data
- OrganisationPrivate to each organisation's own workspace.
- Version
- v1Current version.
Connectors
Connected today
Demiton keeps this register current from these systems now.
On the roadmap
Systems in the planned connector rollout that can fill this register. Partial means the system holds only some of its fields.
- MYOB Acumatica
- MYOB BusinessPartial
Fields
13 fields: 7 required, 6 optional.
Required
Every record carries these fields.
- source_systemText
The system the entry was read from.
Example:
D365_BUSINESS_CENTRAL- external_idNumber
The source system's own entry identifier, e.g. BC
entryNumberExample:
502881- occurred_atDate and time
The posting date the entry was booked on.
Example:
2026-06-30T00:00:00- financial_periodText
The accounting period the entry falls in.
Example:
2026-06- gl_accountText
The ledger account the line posts to.
Example:
5100-CIVIL-LABOUR- debit_amountDecimal number
Debit movement of the line.
Example:
48210.55- credit_amountDecimal number
Credit movement of the line.
Example:
0
Optional
Present when the source system records them.
- legal_entityText
The company whose ledger the entry belongs to.
Example:
Bridgeworks Group Pty Ltd- currencyCurrency code
Reporting currency of the amounts.
Example:
AUD- projectText
The job the entry is attributed to, when the source supplies one.
Example:
BWG-2025-001- descriptionText
The source's free-text journal description.
Example:
June labour cost allocation - Emerald Street Rejuvenation- document_numberText
The source document the entry belongs to.
Example:
GL-JNL-06-0442- document_typeText
The journal/document type of the entry.
Example:
General Journal
Example record
A sample from Bridgeworks Group, Demiton's demonstration company. The values are illustrative; the shape is exactly what the contract describes.
{ "credit_amount": 0, "currency": "AUD", "debit_amount": 48210.55, "description": "June labour cost allocation - Emerald Street Rejuvenation", "document_number": "GL-JNL-06-0442", "document_type": "General Journal", "external_id": 502881, "financial_period": "2026-06", "gl_account": "5100-CIVIL-LABOUR", "legal_entity": "Bridgeworks Group Pty Ltd", "occurred_at": "2026-06-30T00:00:00", "project": "BWG-2025-001", "source_system": "D365_BUSINESS_CENTRAL"}Use this contract
The contract is a standard JSON Schema (draft 2020-12) document, so any JSON Schema validator can check a record against it. Keywords starting with x-demiton- add Demiton's own meaning, such as units and requiredness, and validators ignore them.
https://docs.demiton.io/registers/gl_journal_entry/v1.jsonShow the full JSON Schema
Loading the schema…
Talk to the team
Tell us what you run - your ERP, field, payroll and document systems - and we will show you the registers Demiton would keep current from them, on your data, in a 30-minute call.