You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.
Provide setting for unit that it should snap to specific values on the purchase list.
For example the unit Piece makes only sense with whole numbers, so it should be automatically rounded on the purchase list.
Maybe we also want to implement a step function that specifies which values are only valid for a given unit, so one can specify a step function: x = x + 1000 so that the unit just has values divisible by 1000.
The text was updated successfully, but these errors were encountered:
Maybe we should have a column unit.step which defines the step for the <input> elements. Then we could have buttons to increase/decrease to next step or round mathematically on all/selected purchase list items.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Provide setting for
unit
that it should snap to specific values on the purchase list.For example the unit
Piece
makes only sense with whole numbers, so it should be automatically rounded on the purchase list.Maybe we also want to implement a step function that specifies which values are only valid for a given unit, so one can specify a step function:
x = x + 1000
so that the unit just has values divisible by1000
.The text was updated successfully, but these errors were encountered: