aboutsummaryrefslogtreecommitdiffstats
path: root/firefly_cli/commands/transaction.py
AgeCommit message (Expand)AuthorFilesLines
2026-07-03feat(tx): tx add --budget assigns a budget by name or idDanilo M.1-0/+5
2026-07-02fix: register cmd_add handler correctly for tx add (v0.3.8)v0.3.8Danilo M.1-1/+1
2026-07-02feat: tx add --from-id/--to-id to disambiguate same-name accounts (v0.3.7)v0.3.7Danilo M.1-4/+17
2026-07-01feat: tx list --flat, account create --if-not-exists, --since/--until doc (v0...v0.3.6Danilo M.1-2/+11
2026-07-01feat: tx add echoes transfer direction to stderr (v0.3.5)v0.3.5Danilo M.1-0/+7
2026-07-01feat: tx add --skip-dupes for idempotent imports (v0.3.4)Danilo M.1-0/+14
2026-07-01feat: tx add --dry-run to validate before writing (v0.3.3)Danilo M.1-0/+6
2026-07-01feat: tx list --all + truncation signal (v0.3.1)Danilo M.1-0/+20
2026-06-30feat: add tx edit and tx delete (v0.3.0)v0.3.0Danilo M.1-0/+51
2026-06-30help, completion: descriptive help text and bash completionv0.2.1Danilo M.1-4/+4
2026-06-30tx add: auto-create categories instead of requiring themDanilo M.1-1/+2
2026-06-30feat: transaction add/list/get/search with type inferenceDanilo M.1-0/+95