MyMidas/backend/app/services
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
account_service.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
auth_service.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
budget_service.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
category_service.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
csv_detector.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
investment_service.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
price_feed_service.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
report_service.py Add Balance Sheet report 2026-04-21 15:33:34 +00:00
transaction_service.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00