MyMidas/backend/app/api/v1
megaproxy dd66b2d5fe Add Balance Sheet report
New first-tab report showing a full breakdown of where money sits:
- Three KPI cards: total assets, total liabilities, net worth
- Proportional stacked bars showing asset and liability composition
- Side-by-side account lists grouped by type (Cash, Savings, ISAs,
  Investments, Pension, Crypto vs Credit Cards, Loans, Mortgages)
- Backend endpoint GET /api/v1/reports/balance-sheet with typed schema
- Balance Sheet is now the default tab on the Reports page

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-21 15:33:34 +00:00
..
__init__.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
accounts.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
auth.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
budgets.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
categories.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
investments.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
predictions.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
reports.py Add Balance Sheet report 2026-04-21 15:33:34 +00:00
transactions.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
users.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00