Domain 2 β€” Module 5 of 8 63%
13 of 28 overall
Domain 2: Configure Financials Free ⏱ ~13 min read

Journals & Bank Accounts

Journals are how you record transactions that don't come from documents (sales orders, purchase invoices). Bank accounts link your real-world banks to Business Central. Learn templates, batches, and recurring journals.

Journals in Business Central

Simple explanation

Journals are like the blank cheques of accounting.

Sales invoices and purchase orders are pre-structured forms β€” they know what fields to fill in. Journals are free-form: you specify the debit account, credit account, amount, and posting date yourself. They’re used for transactions that don’t fit neatly into a sales or purchase document β€” things like rent payments, salary accruals, depreciation, or year-end adjustments.

Olivia uses journals every month for recurring entries (rent, insurance) and for one-off corrections. They’re the Swiss Army knife of BC accounting.

Journal structure: Templates and batches

Journal templates

A journal template defines the type and default behaviour:

FieldPurposeExample
NameTemplate identifierGENERAL
TypeJournal typeGeneral, Sales, Purchases, Cash Receipts, Payments
RecurringIs this a recurring journal?Yes/No
Source CodeAudit trail identifierGENJNL
No. SeriesNumber series for documentsGJ-0001..
Bal. Account Type/No.Default balancing accountBank Account / OPERATING

Journal batches

Within each template, batches are the actual workspaces:

PurposeExample Batches
Separate batches per userOLIVIA, MARCUS, SOFIA
Separate by purposeMONTH-END, ADJUSTMENTS, ACCRUALS
Separate by approvalDRAFT (not approved), APPROVED (ready to post)

Why batches matter: Each user can work in their own batch simultaneously without interfering with others. Olivia works on month-end adjustments while Marcus enters AP corrections in a different batch.

Exam tip: Template vs batch

The exam tests this distinction:

  • Template = defines the journal TYPE and default settings (number series, balancing account, source code)
  • Batch = the actual WORKSPACE where lines are entered and posted

One template can have many batches. Users select a template first, then a batch. After posting, the batch is emptied but not deleted β€” ready for the next set of entries.

Journal types

Specialised journal types
Journal TypePurposeKey Feature
General JournalAny GL entryFree-form debit/credit
Payment JournalVendor paymentsSuggest Vendor Payments function
Cash Receipt JournalCustomer receiptsApply to open customer entries
Item JournalInventory adjustmentsQuantity and cost updates
Fixed Asset JournalFA transactionsAcquisition, depreciation, disposal
Recurring JournalRepeated entriesAutomatic on schedule

Bank accounts

Bank accounts in Business Central link your physical bank accounts to the GL.

Setting up a bank account

  1. Open Bank Accounts (Tell Me > β€œBank Accounts”)
  2. Create a bank account:
FieldPurposeExample
No.Internal identifierOPER-BANK
NameDescriptive nameANZ Operating Account
Bank Account Posting GroupLinks to GL accountOPERATING β†’ GL 2910
Bank Account No.Real bank account number01-1234-5678901-00
Currency CodeBank’s currencyNZD (blank = local currency)
Bank Branch No.Bank routing/sort code01-1234

Bank Account Posting Group

The Bank Account Posting Group maps each bank account to a GL account:

Posting GroupGL AccountUse
OPERATINGGL 2910Main operating bank account
SAVINGSGL 2920Business savings account
USD-BANKGL 2930USD foreign currency account
PETTY-CASHGL 2940Petty cash float

Every bank transaction (payment, receipt, transfer) posts to the GL account specified by the bank’s posting group. If Sam creates a new bank account but forgets the posting group, payments won’t have a GL home.

Recurring journals

Recurring journals prepare reusable journal lines for repeated postings. After you post, Business Central updates the lines according to the recurring method and frequency for the next run β€” but they do not auto-post by themselves.

Setting up a recurring journal

  1. Select a journal template with Recurring = Yes
  2. Open the recurring journal batch
  3. Enter lines with additional recurring fields:
FieldPurposeExample
Recurring MethodHow the entry repeatsFixed, Variable, Balance
Recurring FrequencyHow often1M (monthly), 1Q (quarterly)
Expiration DateWhen to stop recurring31/12/2026

Recurring methods

Recurring journal methods
MethodAfter PostingBest For
FixedAmounts stay the same for next postingRent, fixed insurance, standard allocations
VariableAmounts are cleared β€” user enters new amountsVariable accruals, fluctuating costs
BalancePosts the difference to reach a target balanceBalancing a GL account to a target
Reversing FixedPosts and immediately creates a reversing entryMonth-end accruals that reverse on day 1 of next month
Reversing VariableLike variable but with auto-reversalOne-off accruals with reversal
Reversing BalanceBalance method with auto-reversalTemporary balance adjustments
Exam tip: Fixed vs Reversing Fixed

Common exam scenario:

  • Fixed β€” use for permanent monthly charges (rent stays as an expense each month)
  • Reversing Fixed β€” use for accruals that need to reverse at period start (accrue salary expense at month-end, reverse it on the 1st when payroll actually processes)

If the question says β€œaccrue and reverse,” the answer is a Reversing method. If the entry should stick permanently, use Fixed or Variable.

Question

What's the difference between a journal template and a journal batch?

Click or press Enter to reveal answer

Answer

Template = defines the journal type and default settings (number series, balancing account). Batch = the actual workspace within a template where users enter and post lines. One template can have many batches.

Click to flip back

Question

What does a Bank Account Posting Group do?

Click or press Enter to reveal answer

Answer

It maps a bank account to a GL account. Every bank transaction (payment, receipt, transfer) posts to the GL account specified by the bank's posting group.

Click to flip back

Question

When would you use a Reversing Fixed recurring journal method?

Click or press Enter to reveal answer

Answer

For month-end accruals that need to automatically reverse at the start of the next period. Example: accrue salary expense on March 31, auto-reverse on April 1 when payroll actually processes.

Click to flip back

Knowledge check

Knowledge Check

Olivia wants three people on her finance team to work on month-end journals simultaneously without interfering with each other. How should she organise the journals?

Knowledge Check

Coastal Traders pays $3,000 rent every month. Olivia wants this to post automatically without re-entering it each time. The amount is always the same. Which recurring method should she use?


Next up: Journals create entries. Now let’s configure the vendor side β€” accounts payable setup, vendor accounts, and the critical vendor ledger entry chain.