feat: Add Income Statement to DashboardPage + fix account types

- Add Income Statement section with Revenue and Expenses tables
- Color-code revenue (green) and expenses (red)
- Show Net Income prominently at bottom
- Fix SQL query to use LOWER() for case-insensitive matching
- Update account types in DB (asset/liability/revenue/expense/equity)
- Balance Sheet and Income Statement now work correctly
This commit is contained in:
Bernt
2026-07-29 20:11:13 +00:00
parent f967d1a810
commit f793fc46a4
5 changed files with 138 additions and 74 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet" />
<script type="module" crossorigin src="/assets/index-DkrQA2Vo.js"></script>
<script type="module" crossorigin src="/assets/index-ieB3Tw4c.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-oHhMI01Z.css">
</head>
<body>