whisper-money/database/factories
Víctor Falcón f140b5df7f
fix(dashboard): treat loans as debt in net worth (#238)
## Summary
- fix dashboard net worth math so loan balances reduce totals and trends
instead of showing as positive assets
- add a per-user toggle in the net worth chart settings to include or
exclude loans from the dashboard net worth card
- cover the new preference and liability handling with feature and
frontend tests

## Screenshots
<img width="1121" height="509" alt="image"
src="https://github.com/user-attachments/assets/ab6a7cde-1052-4dab-aa14-34f6d9528829"
/>
<img width="1122" height="506" alt="image"
src="https://github.com/user-attachments/assets/e48a0369-16c4-4294-ae00-4eba56480264"
/>
2026-03-20 09:55:53 +00:00
..
AccountBalanceFactory.php feat: investment benefits — show gains/losses on investment accounts (#140) 2026-02-23 13:59:10 +01:00
AccountFactory.php feat: Integrate EnableBanking as open banking provider (#106) 2026-02-12 09:09:28 +01:00
AutomationRuleFactory.php Automation rules 2025-11-10 12:08:58 +00:00
BankFactory.php Update bank model 2025-11-07 19:11:00 +00:00
BankingConnectionFactory.php feat: Add Bitpanda exchange integration (#132) 2026-02-19 09:26:31 +01:00
BudgetFactory.php Add Budgeting Feature to Track and Manage Spending (#36) 2026-01-21 15:25:50 +01:00
BudgetPeriodFactory.php Add Budgeting Feature to Track and Manage Spending (#36) 2026-01-21 15:25:50 +01:00
BudgetTransactionFactory.php Add Budgeting Feature to Track and Manage Spending (#36) 2026-01-21 15:25:50 +01:00
CategoryFactory.php feat(cashflow): track transfer categories in trends (#236) 2026-03-18 14:02:47 +00:00
ExchangeRateFactory.php feat: Add multi-currency conversion for net worth charts (#138) 2026-02-20 10:45:23 +01:00
LabelFactory.php feat: add transaction labels feature (#24) 2025-12-13 13:02:19 +01:00
TransactionFactory.php feat: Integrate EnableBanking as open banking provider (#106) 2026-02-12 09:09:28 +01:00
UserFactory.php Remove encryption from browser tests and demo user (#129) 2026-02-17 11:45:27 +01:00
UserLeadFactory.php feat(waitlist): waiting list with referral system (#199) 2026-03-04 12:36:47 +01:00
UserMailLogFactory.php feat: Send custom emails to users (#52) 2026-01-09 09:33:19 +01:00
UserSettingFactory.php fix(dashboard): treat loans as debt in net worth (#238) 2026-03-20 09:55:53 +00:00