Static HTML reimbursement form. Auto-calculated totals, consistent output. Replaces error-prone Excel and PDF claims forms.
Find a file
Claude 8f64694115
Fix PDF line separator position and footer bleed-through
- Move inter-line separator from bottom to top of each expense line;
  skip on first line and on page breaks (justBroke flag) so the
  continuation header is never followed immediately by a divider
- Increase needSpace from lh*5 (70pt) to lh*7 (98pt) to match the
  actual line block height (~6lh + 16pt), preventing content from
  overrunning M.bottom and bleeding into the footer area

https://claude.ai/code/session_014uUwDBtG5y5FuWcy5zqVD1
2026-05-13 09:53:46 +00:00
.gitattributes Initial commit 2026-05-12 23:46:34 +07:00
CLAUDE.md First iteration 2026-05-13 01:02:05 +07:00
config.yml Add configurable date-format; replace browser date pickers with text inputs 2026-05-13 09:38:27 +00:00
index.html Fix PDF line separator position and footer bleed-through 2026-05-13 09:53:46 +00:00
LICENSE Initial commit 2026-05-12 23:46:34 +07:00
README.md Initial commit 2026-05-12 23:46:34 +07:00

reimburse

Static HTML reimbursement form. Auto-calculated totals, consistent output. Replaces error-prone Excel and PDF claims forms.