Journal entries
Goal
Create balanced manual journals and reverse them when needed.
Preconditions
accounting.viewto list; posting needsaccounting.post(draft approval may needaccounting.manage).- At least two lines; debits must equal credits in base currency.
- Date must fall in an allowable period (see periods).
Steps — draft then post
- Open Accounting → Journals → New journal.
- Enter date, optional reference/description, and balancing lines.
- Save as draft stores the entry without posting (
POST /journals/draft). - Open Edit draft, adjust lines, then Update draft or Post.
- Posted drafts appear in the list as Posted; filter by status Draft to find unfinished work.
- Delete unused drafts with Delete (draft-only).
Steps — post a journal immediately
- Open Accounting → Journals.
- Create a journal with balancing debit/credit lines (accounts, amounts, optional line memos).
- If journal approval is required in Accounting settings, only users with
accounting.managecan post; otherwise Post journal creates and posts immediately. - Fill reference/description/type when manual-journal policies require them.
Steps — reverse
- Open a posted journal.
- Reverse — creates a mirror reversal entry; original becomes
reversed. - You cannot reverse a reversal or reverse twice; reversal date needs an open period.
Hard stops
Unbalanced; no lines; period closed / missing; lock date; journal approval required; dimensions required by policy.