MyMidas/backend/app
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
..
api Add Balance Sheet report 2026-04-21 15:33:34 +00:00
core Rebrand to MyMidas 2026-04-21 12:11:52 +00:00
db Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
ml Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
schemas Add Balance Sheet report 2026-04-21 15:33:34 +00:00
services Add Balance Sheet report 2026-04-21 15:33:34 +00:00
workers Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
__init__.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
config.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
dependencies.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
main.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00