mirror of
https://github.com/kbenestad/reimburse.git
synced 2026-06-18 08:04:31 +00:00
Static HTML reimbursement form. Auto-calculated totals, consistent output. Replaces error-prone Excel and PDF claims forms.
Text state (items, lines, programs, amounts, etc.) is saved to localStorage and receipts/images are saved to IndexedDB. Data is restored automatically on the next visit in the same browser. Auto-save runs 1 s after the last input event. A green Save button triggers an explicit save with a confirmation modal. Receipt validation is skipped on save and only enforced at PDF generation time. An entry modal on every load explains the save behaviour and (if IndexedDB is unavailable) warns that receipts cannot be persisted. https://claude.ai/code/session_01MbwfxnjLA9KdFTrfzB55HM |
||
|---|---|---|
| app | ||
| docs | ||
| .gitattributes | ||
| CLAUDE.md | ||
| LICENSE | ||
| README.md | ||
reimburse
Static HTML reimbursement form. Auto-calculated totals, consistent output. Replaces error-prone Excel and PDF claims forms.