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.
Replaces single program field with a dynamic multi-program UI. A single program shows the select inline with an "+ Add program" button and no percentages. Adding a second program switches the layout to show a percent input per row, a colour-coded total (yellow <100%, green =100%, red >100%), and a × button to remove individual rows. Returning to one program reverts to the simple layout. PDF renders programmes stacked with (XX.XX%) suffix when multiple are present. Validation requires each selection, all percents positive, and total = 100% when multiple programmes are allocated. 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.