app to track my HSA eligible receipts
Find a file
Jean-Michel Tremblay e723e7989d Store receipt files under year/MM_DD_dollars.cents naming
Replace flat UUID filenames with a browsable, dated layout (spec.md item 9):
<STORAGE_DIR>/<YYYY>/<MM>_<DD>_<dollars>.<cents><ext>, from the receipt date
and amount. Same date+amount collisions get a _1, _2, … suffix via exclusive
create (race-safe). New uploads only; serving is unaffected (blob-backed).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-18 22:10:41 -04:00
cmd/hsa Add AI auto-fill, tally, recent views, and cheaper-by-default classification 2026-06-18 22:04:42 -04:00
internal Store receipt files under year/MM_DD_dollars.cents naming 2026-06-18 22:10:41 -04:00
scripts Add AI auto-fill, tally, recent views, and cheaper-by-default classification 2026-06-18 22:04:42 -04:00
.env.example Add AI auto-fill, tally, recent views, and cheaper-by-default classification 2026-06-18 22:04:42 -04:00
.gitignore Initial commit: HSA receipt tracker 2026-06-17 21:40:12 -04:00
call_claude.sh Initial commit: HSA receipt tracker 2026-06-17 21:40:12 -04:00
config.json Initial commit: HSA receipt tracker 2026-06-17 21:40:12 -04:00
go.mod Initial commit: HSA receipt tracker 2026-06-17 21:40:12 -04:00
go.sum Initial commit: HSA receipt tracker 2026-06-17 21:40:12 -04:00
plan.md Initial commit: HSA receipt tracker 2026-06-17 21:40:12 -04:00
secret.md Initial commit: HSA receipt tracker 2026-06-17 21:40:12 -04:00
secret.sh Initial commit: HSA receipt tracker 2026-06-17 21:40:12 -04:00
spec.md Store receipt files under year/MM_DD_dollars.cents naming 2026-06-18 22:10:41 -04:00