incomplete input validation
Calculates income tax form entries, helps do your taxes.
Brought to you by:
aston_roberts
Input fields that can't be parsed as numbers should cause the calculation to fail with an error. For example, I entered "5792.08+2975.50" into one particular field. In the output, it was incorrectly displayed as "5792.08". If OTS can't interpret the embedded addition, it should't accept the data.
Additional validation was added to the input routines to perform additional checking of numbers for valid formats. It now catches the case you mentioned. Will be in this week's release.
Thanks!!
-- Aston