Filtered Exports #10

Closed
opened 2026-05-16 10:13:22 -05:00 by null · 0 comments
Owner

Export only utilities, debts, overdue, date range, tax-relevant categories. Currently exports everything with no filtering.

Rationale:

  • Users need "all Q1 utility bills" or "overdue payments this year" for reconciliation and tax prep
  • /api/export/user-excel exports everything — no query params for date range, category, or status

Implementation Notes:

  • Add query params to export endpoints: category_id, start, end, status (paid/unpaid/overdue)
  • Files to modify: routes/export.js, client/pages/DataPage.jsx

Estimated effort: 6 hours

Export only utilities, debts, overdue, date range, tax-relevant categories. Currently exports everything with no filtering. **Rationale:** - Users need "all Q1 utility bills" or "overdue payments this year" for reconciliation and tax prep - `/api/export/user-excel` exports everything — no query params for date range, category, or status **Implementation Notes:** - Add query params to export endpoints: `category_id`, `start`, `end`, `status` (paid/unpaid/overdue) - Files to modify: `routes/export.js`, `client/pages/DataPage.jsx` **Estimated effort:** 6 hours
null added the
priority:medium
frontend
backend
labels 2026-05-16 10:13:22 -05:00
null closed this issue 2026-06-03 20:28:20 -05:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: null/BillTracker#10
No description provided.