Admin
Append new buy-ins, cash-outs, corrections, and note-only events to the audit trail.
Tools
Export the current audit trail or import a replacement CSV. Import creates a timestamped backup first.
Recent sessions
| Session | Players | Cash in | Paid out | Still owed | Players owe | Open balance | Status | Action |
|---|---|---|---|---|---|---|---|---|
| {{ session_label(session) }} | {{ session.entries|length }} | {{ session.total_cash_in_cents | money }} | {{ session.total_paid_out_cents | money }} | {{ session.total_current_due_cents | money }} | {{ session.total_player_owes_cents | money }} | {{ session.total_open_balance_cents | money }} | {{ session.status }} | |
| No sessions yet. | ||||||||
Recent raw events
{{ event.amount_cents | money }}
{{ event.session_date | pretty_date }}
{% if event.note %}{{ event.note }}
{% endif %}No recent events.
{% endfor %}