whisper-money/resources/js
Víctor Falcón 1cec4a6421
Add Cashflow Analytics Feature (#49)
Summary
- Add new Cashflow page with income/expense analytics, Sankey chart
visualization, and trend analysis
- Add Cashflow summary widget to the dashboard
- Implement feature flag system using Laravel Pennant to control feature
visibility per user
- Add artisan commands to enable/disable features: `php artisan
feature:enable/disable [feature] [email|all]`

## New Features
- **Cashflow Page**: Period-based income/expense breakdown with category
analysis
- **Sankey Chart**: Visual flow diagram showing money movement between
categories
- **Trend Chart**: 12-month historical cashflow visualization
- **Dashboard Widget**: Quick cashflow summary card
- **Feature Flags**: Cashflow feature hidden behind feature flag,
controllable per-user

## How to enable it
This feature it's under a feature flag until we are sure it's working
fine. If you want to test it, [send us a message on the general channel
in our discord](https://discord.gg/9UQWZECDDv). If you're self hosting
just run `php artisan feature:enable CashflowFeature {your_email}`.

## New Cashflow Page
<img width="1278" height="1185" alt="image"
src="https://github.com/user-attachments/assets/83469f24-9f96-4e5f-bef9-86c076d31243"
/>
<img width="1274" height="1035" alt="image"
src="https://github.com/user-attachments/assets/8949ff9d-c370-4fc4-81c6-268307c587a5"
/>

## New Dashboard Widget
<img width="1180" height="289" alt="image"
src="https://github.com/user-attachments/assets/ad984a66-9ffd-4079-85ce-0b2d28278d76"
/>
<img width="1179" height="286" alt="image"
src="https://github.com/user-attachments/assets/bff60286-8ea2-4e9c-8fa6-22755566648f"
/>
2026-01-05 13:06:50 +01:00
..
components Add Cashflow Analytics Feature (#49) 2026-01-05 13:06:50 +01:00
contexts feat: Add privacy mode to hide monetary amounts (#28) 2025-12-14 16:03:02 +01:00
hooks Add Cashflow Analytics Feature (#49) 2026-01-05 13:06:50 +01:00
layouts feat: add transaction labels feature (#24) 2025-12-13 13:02:19 +01:00
lib feat: add multiple chart view modes for net worth evolution (#37) 2025-12-30 07:22:19 +01:00
pages Add Cashflow Analytics Feature (#49) 2026-01-05 13:06:50 +01:00
providers Add Cashflow Analytics Feature (#49) 2026-01-05 13:06:50 +01:00
services fix: automated rules broken and now they work in batches 2025-12-16 12:01:38 +01:00
types Add Cashflow Analytics Feature (#49) 2026-01-05 13:06:50 +01:00
app.tsx bugsing: only send error if production 2026-01-02 14:34:41 +01:00
ssr.tsx SSR was missing the privacy mode provider (#46) 2025-12-30 08:55:03 +01:00