myang321 / kandedan-flask

finance management website
http://www.kandedan.com/
2 stars 0 forks source link

Change "amount" type from float to double in "transaction", "balance" table #14

Closed myang321 closed 9 years ago

myang321 commented 9 years ago

float cannot handle value like 100000000.0

myang321 commented 9 years ago

float is good, it was because i set length to be 10

myang321 commented 9 years ago

fixed by add max limit to input