Files
kakebo/app/monthly/migrations/0003_monthlyfixedexpense.py
Andros Fenollosa 9b48988cd3 Add monthly fixed expenses with inline editable amounts
- MonthlyFixedExpense model: user, year, month, concept (FK), amount
- Table shows all FixedExpenseConcept items from Settings
- Amounts editable inline, auto-save on change via LiveView
- Total updates in real-time without reloading
- Clone feature to copy amounts from previous months
2026-03-18 14:33:22 +01:00

1.3 KiB