No rounding errors. No silent edits. No ambiguous periods.

Integer-precision arithmetic, immutable posted entries, and explicit period management. Every number is deterministic, every change is logged, and every period has a door that closes.

Integer math Immutable entries Period locks Full audit trail

Deterministic arithmetic

All amounts are stored as integer minor units — cents, not dollars. No IEEE 754 floats, no banker's rounding, no accumulated drift. $1,234.56 is exactly 123456. Always.

Immutable posted entries

Once a journal entry is posted, it can never be edited or deleted. Made a mistake? Post a reversal — the original stays in the ledger with its full history. The audit trail is append-only.

Explicit period management

Periods are open, closed, or locked. Open periods accept entries. Closed periods reject them. Locked periods can't be reopened — even by admins. There's no "soft close" that someone undoes later.

Full audit trail

Every post, reversal, period close, and reconciliation is recorded with who, when, and what. The log is append-only. No edits, no deletes, no gaps. Auditors get a single chronological record of everything.

Period Management
Period Status Closed by
Oct 2025 Locked admin · Nov 15
Nov 2025 Locked admin · Dec 12
Dec 2025 Closed admin · Jan 8
Jan 2026 Open
Integer Arithmetic

Storage (integer cents)

123456 + 78900 = 202356

Display (formatted)

$1,234.56 + $789.00 = $2,023.56

No float drift

0.1 + 0.2 = 0.30000000000000004 // IEEE 754
10 + 20 = 30 // integer cents

Numbers you can trust. History you can prove.

Stop wondering if your books are right. Start with a system that makes wrong numbers impossible.