whisper-money/resources/js/pages
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
..
Accounts Amount display format (#29) 2025-12-15 10:44:13 +01:00
auth Add animated logo icon that transitions based on encryption key state 2025-12-12 11:24:42 +01:00
cashflow Add Cashflow Analytics Feature (#49) 2026-01-05 13:06:50 +01:00
onboarding funnel: transaction import wizard 2025-12-16 13:30:04 +01:00
settings Add currency selection to user profile settings (#41) 2025-12-30 07:22:19 +01:00
subscription User Onboarding Flow (#23) 2025-12-12 13:06:08 +01:00
transactions fix: automated rules broken and now they work in batches 2025-12-16 12:01:38 +01:00
dashboard.tsx Add Cashflow Analytics Feature (#49) 2026-01-05 13:06:50 +01:00
privacy.tsx Fix CI: Update bun.lock and fix linting errors 2025-12-01 15:16:06 +01:00
terms.tsx Fix CI: Update bun.lock and fix linting errors 2025-12-01 15:16:06 +01:00
welcome.tsx landing: add encryption video 2025-12-30 15:35:10 +01:00