PAR-220
0
Admin tool: whole-ledger power filtering
DoneUnassignedEconomy ExplorerFeature
Strengthen the admin-gated /transactions firehose with powerful, composable filters over the whole ledger (read-only): by account (id/name), player/owner, firm, amount range, date range, memo text (LIKE), plugin_system/source, and direction/type. Sortable, paginated, with a result count and a CSV/export deep link.
lib/sql/ledger.ts: extend the query with the new predicates (parameterised; index-aware — lean on the read mirror / bounded windows for big scans).app/transactions(+ Toolbar): the filter controls + URL-state.- Pure DAL + presentation; no business logic in the query layer.
- Note interplay with PAR-159 (SYSTEM-account two-hop collapse) — keep the raw ledger view faithful here (forensic), collapse only where PAR-159 specifies.
Resources
- commit20c1582 Admin tools: move money, account mgmt, ledger filtering, firm details + reports (PAR-219/220/221/222/224)MCCitiesNetwork/economy-explorer
- PR · merged#25 Release develop → main: admin tools batch (PAR-219/220/221/222/224)MCCitiesNetwork/economy-explorer
Comments
No comments yet.
Activity
- ParadauxIO linked a commit — Commit 20c1582 — Admin tools: move money, account mgmt, ledger filtering, firm details + reports (PAR-219/220/221/222/224)
- ParadauxIO changed status to Status → Done
- ParadauxIO linked a pull request — PR #25 merged — Release develop → main: admin tools batch (PAR-219/220/221/222/224)
- ParadauxIO linked a pull request — PR #25 open — Release develop → main: admin tools batch (PAR-219/220/221/222/224)
- ParadauxIO linked a commit — Commit 20c1582 — Admin tools: move money, account mgmt, ledger filtering, firm details + reports (PAR-219/220/221/222/224)
- tesks created the issue