Add one-time expenses UI and merge Phase 3 features

- One-time expenses: paid toggle, delete, and inline add form in
  paycheck columns (wired to POST/DELETE/PATCH /api/one-time-expenses)
- Variable spending actuals section with category select, amount,
  note, date fields; actuals included in remaining balance
- Both Phase 3 features fully integrated into PaycheckView

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-19 19:13:32 -04:00
parent 17af71a7c7
commit 368786a9e1
2 changed files with 116 additions and 4 deletions

View File

@@ -8,7 +8,12 @@
"Bash(td list:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(td start:*)"
"Bash(td start:*)",
"Bash(td close:*)",
"Bash(td review:*)",
"Bash(td approve:*)",
"Bash(td complete:*)",
"Bash(td update:*)"
]
}
}