Control balance
Compares total debit and credit values across the loaded ledger.
Load a simple CSV export and LedgerCheck tests balances, journal references, duplicates, malformed amounts and suspicious rows locally in your browser.
| Reference | Lines | Debit | Credit | Difference | Status |
|---|---|---|---|---|---|
| No journal analysis yet. | |||||
Compares total debit and credit values across the loaded ledger.
Groups lines by reference and flags entries whose debits and credits do not net to zero.
Checks for invalid amounts, missing account/reference values and rows carrying both debit and credit.
Flags exact duplicate accounting rows that may have been imported or posted twice.
LedgerCheck uses six fields and tolerates blank debit or credit values. Amounts may include commas if properly CSV-quoted.
date,reference,account,description,debit,credit
2026-09-01,JV-1001,1100,Bank,50000,0
2026-09-01,JV-1001,4000,Sales,0,50000
LedgerCheck has no database, external API or dependency install. It is suitable for a public demo while keeping the code easy to inspect on GitHub.
ledgercheck.valron.co.ke to its own document root.index.html and the assets folder into the root.