Skip to content

feat(accounts): multi-account financial overview dashboard#703

Open
bkennedyshit wants to merge 1 commit intorohitdash08:mainfrom
bkennedyshit:feature/multi-account-dashboard
Open

feat(accounts): multi-account financial overview dashboard#703
bkennedyshit wants to merge 1 commit intorohitdash08:mainfrom
bkennedyshit:feature/multi-account-dashboard

Conversation

@bkennedyshit
Copy link
Copy Markdown

Closes #132

Summary

Adds a complete multi-account financial overview showing net worth across all account types.

Features

  • ✅ Net worth calculation (total assets - total liabilities)
  • ✅ Support for 4 account types: checking, savings, credit card, investment
  • ✅ Per-account balance with month-over-month % change indicator
  • ✅ Recent transactions expandable per account (click to toggle)
  • ✅ Add new account dialog
  • ✅ Grouped by account type with per-type subtotals
  • ✅ Color-coded icons per account type
  • ✅ Adds /accounts route + Accounts nav item

Files Changed

  • app/src/pages/Accounts.tsx (new)
  • app/src/App.tsx (route added)
  • app/src/components/layout/Navbar.tsx (nav link added)

…08#132)

- Net worth calculation (assets - liabilities) across all accounts
- Support for checking, savings, credit card, investment account types
- Per-account balance with month-over-month % change
- Recent transactions expandable per account (click to toggle)
- Add new account dialog
- Grouped by account type with type subtotals
- Color-coded icons per account type
- Adds /accounts route + Accounts nav link

Closes rohitdash08#132
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Multi-account financial overview dashboard

1 participant