-
Notifications
You must be signed in to change notification settings - Fork 147
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
add currency symbols & improve amount fields in various views #839
base: master
Are you sure you want to change the base?
Conversation
- show currency symbol - support decimal comma - show warning color when more than two decimals entered
- show currency symbol - show warning when more than two decimals entered (decimal comma was already supported)
missing: currency symbol on disabled price field when editing stock article
I'd like some feedback on this (and #840 ) before I move on to the next fixes/features ;) |
sorry for the late reply, unfortunately this is not an easy change. You changed the type of the input fields to The main issue happens when the view prints numbers in german locale (e.g. |
Currency symbols added to various forms and other views.
The new_collection form now also supports decimal commas, fixing #722 (at least the initial issue)