JavaScript calculation issue on save -


i did put cool javascript code

https://jsfiddle.net/yr486h02/

it works 1 issue. after calculations m saving data database! data after save not match entered numbers

if enter in "first payment $$$ " 1000 after save becomes 1000.09

why so?

the real issue tofixed(2); did round numbers


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -