-
-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Odometer Decimal Point saves as 0 miles #163
Comments
ah! so decimals aren't supported because the underlying data type for odometer only takes whole numbers. |
@pc-zookeeper This should be fixed in the latest docker image, you will lose some precision but at least it won't turn into a 0. |
Thanks! Any way to keep the precision in the future? |
@pc-zookeeper potentially, but unlikely unless there's a good amount of push for it. |
I would like decimal precision if it's something that could be done in the future |
Currently, when you enter a decimal point in the odometer field and save the record, it saves as 0. This is also causing importing new data via CSV to fail/generate errors.
Entering data:
Result:
Editing the record:
The text was updated successfully, but these errors were encountered: