Bookkeeping · Foundations · Brief · Intro level
The general ledger: how postings flow from journal to trial balance
The general ledger is the master file of every account and every posting. Here is the pipeline — journal entry, ledger posting, trial balance — and how to trace one transaction through all three.
The general ledger is the master file of the books: every account from the chart of accounts, with every debit and credit ever posted to it, in date order, with a running balance. The journal records transactions one event at a time; the ledger re-sorts those same postings one account at a time. The trial balance then summarizes every ledger account into a single proving list.
Journal → ledger → trial balance. That pipeline is the entire mechanical structure of bookkeeping.
One transaction, three views
Take a single event: on June 12, a client pays a 1,800 invoice.
View one — the journal, organized by transaction:
| Account | Debit | Credit |
|---|---|---|
| Cash | 1,800 | |
| Accounts receivable | 1,800 |
View two — the ledger, organized by account. The same 1,800 now appears twice, once in each account's history:
Cash — June (ledger view)
| Debit | Credit |
|---|---|
| Jun 3 cash sale600 | Jun 5 rent950 |
| Jun 12 invoice #221 paid1,800 |
The ledger shows everything that touched Cash, whatever the transaction was.
Accounts receivable — June (ledger view)
| Debit | Credit |
|---|---|
| Jun 1 invoice #221 issued1,800 | Jun 12 invoice #221 paid1,800 |
Issued, then collected: the account returns to zero for this invoice.
View three — the trial balance, one line per account with its ending balance, debits in one column and credits in the other, columns equal. Reading one properly is its own short skill — see trial balance basics.
Why the re-sort matters
Nobody asks "show me transaction #1042" at month-end. They ask account-shaped questions: what is the bank balance, how much do customers owe, what did we spend on software this year. The ledger is the only view that answers them, because it accumulates history per account. When a balance looks wrong, the working method is always the same:
- Open the trial balance and find the suspect account balance.
- Drill into that account's ledger and scan the postings for the odd one.
- Open the odd posting's journal entry to see the other side and the memo.
Three clicks in any modern system — but only if you know the pipeline exists. Bookkeepers who don't end up staring at reports; bookkeepers who do trace numbers to their source in minutes.
Control accounts and their sub-ledgers
Some ledger accounts are control accounts: their balance is the sum of a more detailed sub-ledger. Accounts receivable summarizes per-customer invoices; accounts payable summarizes per-vendor bills; inventory summarizes per-item quantities. The control total and the sub-ledger detail must always agree — which is exactly why those accounts should never be adjusted with a bare journal entry that moves the total without moving any customer or vendor record.
What to do next
- Run your software's general ledger report for last month and pick one expense account.
- Trace one posting in it back to its journal entry, and that entry's other side.
- Confirm the account's ledger ending balance matches its trial-balance line. Once you have walked the pipeline by hand once, no number in your books is a mystery again.
Frequently asked questions
- What is the general ledger?
- The general ledger is the master record containing every account in the chart of accounts and every debit and credit posted to each, in date order, with running balances. Journal entries record transactions; the ledger reorganizes those entries by account, so you can read the full history of Cash or Rent expense in one place.
- What is the difference between the journal and the ledger?
- The journal is organized by transaction: each entry shows all accounts one event touched. The ledger is organized by account: each account shows all events that touched it. Same data, two sortings. Software posts from journal to ledger instantly, but the two views answer different questions.
- How does the trial balance relate to the general ledger?
- The trial balance is a summary listing of every ledger account with its ending debit or credit balance at a date. It exists to prove that total debits equal total credits across the whole ledger. Financial statements are then built by grouping trial-balance lines into statement categories.