- Add transactions_dirty table and zero-tolerance cleansing action - Implement bookkeeping workbench (/bookkeeping) with searchable Combobox channel selector and card suffix / account identifier - Implement transaction ledger (/transactions) with date groupings, multi-currency metrics, and filters - Update AGENTS.md guidelines for Base UI Select and Combobox bindings
4 lines
77 B
TypeScript
4 lines
77 B
TypeScript
import { handlers } from "@/lib/auth"
|
|
|
|
export const { GET, POST } = handlers
|