You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
listDocuments now returns { documents, total, page, pageSize } (default 50,
cap 200, newest first) with the client name joined server-side — no N+1.
GET /documents passes page/pageSize through; type/status/clientId filters
compose against the same WHERE for both count and page (rule 8: no silent
caps). clientLedger walks the paginated repo in 200-row batches so the
ledger still surfaces every document. New /documents screen: type chips,
status filter, mono doc numbers, amount column, pager honouring the server
total; rows open /documents/:id. Nav entry under WORK (exact-match so New
Document keeps its own highlight).
Note: the GET /documents route hunk itself landed via
|
5 days ago | |
|---|---|---|
| .. | ||
| api.ts | 5 days ago | |
| audit.ts | 2 weeks ago | |
| auth.ts | 5 days ago | |
| aws-costs.ts | 2 weeks ago | |
| bounces.ts | 2 weeks ago | |
| crypto.ts | 2 weeks ago | |
| db.ts | 5 days ago | |
| gmail.ts | 2 weeks ago | |
| import-apex.ts | 2 weeks ago | |
| pdf.ts | 2 weeks ago | |
| reminder-templates.ts | 5 days ago | |
| repos-amc.ts | 2 weeks ago | |
| repos-aws.ts | 2 weeks ago | |
| repos-clients.ts | 5 days ago | |
| repos-dashboard.ts | 5 days ago | |
| repos-documents.ts | 5 days ago | |
| repos-email.ts | 2 weeks ago | |
| repos-employees.ts | 5 days ago | |
| repos-interactions.ts | 2 weeks ago | |
| repos-modules.ts | 5 days ago | |
| repos-payments.ts | 5 days ago | |
| repos-pipeline.ts | 5 days ago | |
| repos-recurring.ts | 2 weeks ago | |
| repos-reminders.ts | 5 days ago | |
| repos-reports.ts | 2 weeks ago | |
| repos-shares.ts | 5 days ago | |
| scheduler.ts | 5 days ago | |
| seed.ts | 5 days ago | |
| send-reminder.ts | 5 days ago | |
| series.ts | 2 weeks ago | |
| server.ts | 1 week ago | |
| templates.ts | 5 days ago | |