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.
state.baseCurrency was set to CFG['currency-base'] at declaration time, but CFG is only populated after await loadConfig(). Reading a property of undefined throws synchronously, crashing the script before init() runs. Move the assignment to after loadConfig() resolves in init(). 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.