Skip to content

fix: Multi-account financial overview dashboard#838

Closed
ledgerpilot wants to merge 7 commits intorohitdash08:mainfrom
ledgerpilot:ledgerpilot/fix-132
Closed

fix: Multi-account financial overview dashboard#838
ledgerpilot wants to merge 7 commits intorohitdash08:mainfrom
ledgerpilot:ledgerpilot/fix-132

Conversation

@ledgerpilot
Copy link
Copy Markdown

Closes #132

What changed

This fix introduces multi-account support by adding an Account model, linking transactions and bills to accounts, updating relevant API endpoints to filter or default by account, and enhancing user registration to create a primary account.

Files modified

  • packages/backend/app/api/accounts.py
  • packages/backend/app/schemas.py
  • packages/backend/app/api/__init__.py
  • packages/backend/app/api/auth.py
  • packages/backend/app/api/dashboard.py
  • packages/backend/app/api/bills.py
  • packages/backend/app/api/transactions.py

Draft PR — please review before merging.

@ledgerpilot
Copy link
Copy Markdown
Author

Closing this — the implementation added files to app/api/ but the project uses app/routes/. The account model changes are real and useful but the integration is misaligned with the codebase structure. I will reopen with a properly integrated implementation targeting the correct paths.

@ledgerpilot ledgerpilot closed this Apr 9, 2026
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