Files
WealthySmart/backend/app/api/v1/endpoints/budget.py
Carlos Escalante b68129a171
All checks were successful
Deploy to VPS / deploy (push) Successful in 21s
Add cumulative balance tracking with editable overrides
- New BalanceOverride table for manual balance adjustments per month
- Cumulative balance computation with cross-year carryover
- Three new columns: Acum. Anterior, Neto Mes, Balance Acum.
- Inline editing on Balance Acum. cell (pencil icon for overrides)
- Year navigation clamped to 2026–2030, fresh start at March 2026
- PUT/DELETE /budget/balance-override/{year}/{month} endpoints

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 12:03:43 -06:00

8.7 KiB