diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-03 18:11:24 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-03 18:11:24 +0200 |
| commit | 99fa2fa24c171654e88f1e12026fc01ecac2be7b (patch) | |
| tree | 710ce8eb093c7696bdb0053c38e07b5f67034e43 | |
| parent | 4e90773b91d02199fa8c68a2ff2a18b7545c2282 (diff) | |
| download | firefly-cli-99fa2fa24c171654e88f1e12026fc01ecac2be7b.tar.gz firefly-cli-99fa2fa24c171654e88f1e12026fc01ecac2be7b.zip | |
docs: log deferred budget follow-ups in TODO.md (tx edit --budget, budget update, --budget-id)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
| -rw-r--r-- | TODO.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -18,6 +18,15 @@ bash completion). ## Verbs on existing groups - [ ] `account delete` — currently needs a manual curl DELETE. - [ ] `tx update` / `tx delete`. +- [ ] `tx edit --budget` — `tx add` can assign a budget (v0.4.0) but `tx edit` + cannot re-budget an existing transaction. Add the flag mirroring `tx add`. +- [ ] `budget update` — rename a budget and/or edit its auto-budget fields + (PUT /budgets/{id} accepts name + auto_budget_*). Only enable/disable + (active toggle) shipped in v0.4.0; rename currently needs the web UI. +- [ ] `tx add --budget-id` — `--budget` resolves a name-or-id but sniffs + all-digit refs as ids, so a budget literally named "7" is unreachable by + name (see the ponytail note in `resolver.py`). Add an explicit + `--budget-id`, mirroring `--from-id`/`--to-id`, if this ever bites. ## Output / UX - [ ] `--human` column whitelists live in `output.py` `_VIEWS`; extend as new |
