foodcoopsat / foodsoft_hackathon

Other
1 stars 2 forks source link

Handling more than 3 decimals entered for group order granularity or < 0.0005 #73

Closed twothreenine closed 4 months ago

twothreenine commented 4 months ago

The group order granularity is saved with a scale of 3 decimals. However, it is possible to enter the following numbers:

entered saved
0 0.000
0.0001 0.000
0.98765 0.988

A group order granularity of 0.000 currently seems to behave like 1.000, except that the -/+ buttons clear the input field.

Suggestions: