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.
Users can now enter the exchange rate from either direction: - "35 THB per USD" (foreign per base, the canonical form) - "0.02857 USD per THB" (base per foreign, inverted display) A compact inline select next to the rate field lets the user choose which currency is in the numerator; the "per X" label updates to show the denominator. Switching direction re-displays the current rate inverted — the stored canonical (foreign/base) is unchanged, so recalc(), fxRateMemory, and PDF output are unaffected. Persists fxDir alongside fxRate in localStorage/IndexedDB. https://claude.ai/code/session_01JyuActqTJG5tuRQNLmT7fZ |
||
|---|---|---|
| .github/workflows | ||
| app | ||
| dev | ||
| docs | ||
| .gitattributes | ||
| CLAUDE.md | ||
| DESIGN.md | ||
| LICENSE | ||
| README.md | ||
reimburse
Static HTML reimbursement form. Auto-calculated totals, consistent output. Replaces error-prone Excel and PDF claims forms.