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.
Replace static base currency badge with a currency dropdown (makeCDD). Changing the selection updates state.baseCurrency, re-renders all item/line blocks so closures capture the new base, and recalculates totals. All dynamic references to CFG['currency-base'] replaced with state.baseCurrency. https://claude.ai/code/session_014uUwDBtG5y5FuWcy5zqVD1 |
||
|---|---|---|
| .gitattributes | ||
| CLAUDE.md | ||
| config.yml | ||
| index.html | ||
| LICENSE | ||
| README.md | ||
reimburse
Static HTML reimbursement form. Auto-calculated totals, consistent output. Replaces error-prone Excel and PDF claims forms.