kutting / msexcel-builder

A simple and fast library to create MS Office Excel(>2007) xlsx files.
MIT License
0 stars 0 forks source link

Track Cadre Payments - Bug #42

Closed kutting closed 9 years ago

kutting commented 9 years ago

Given a Cadre whose Per Diem's have been paid, and has a zero for food or lodging. On Cadre Payments page, you try to Quick (Pencil) edit the cadre's Payment. The per diem fields are disabled, but validation requires you to put a zero in the empty per diem field(s).

Need to change to display a zero for fields with an actual zero in the database. Should also prevent validating disabled fields.

kutting commented 9 years ago

Changed table.ts to display zeros in input cells instead of empty string. Changed Payments and Per Diems pages to not validate disabled fields on Update click.