PREPROD
ReaderAuthor

Tally · Admin

Audit log — tracking changes

Every meaningful change is written to an append-only audit log — who did it, when, what entity, and the before/after state — so the barn can reconstruct exactly what happened.

1 min read · 3 depth levelsstratum-tally · vpilotMatches production
Everyday

The audit log is Tally's memory. Whenever something important changes — a settlement approved, a transaction voided, a buyer's credit edited — Tally writes a record of it.

Each entry captures:

  • who made the change (the user and their role),

  • when it happened,

  • what changed (the entity and the action),

  • the before and after values.

This is what lets the office answer "who changed this number, and what was it before?" without guesswork.

Admin section
Permissions, locking rules, and setup — visible to admins.
View as admin
Technical section
Data model, API, and internals — visible to developers.
View as developer
Was this helpful?