This commit is contained in:
@@ -50,22 +50,21 @@ SHELL / NAV / MENUS / LAYOUT
|
|||||||
TODO: LOCALIZATION
|
TODO: LOCALIZATION
|
||||||
- TODO ACTIONS
|
- TODO ACTIONS
|
||||||
|
|
||||||
- Decimal OUTPUT for grid not done yet, only currency I think
|
|
||||||
- Currency / decimal INPUT handle commas test to see if working fully
|
- Currency / decimal INPUT handle commas test to see if working fully
|
||||||
- needs to parse the currency, maybe I can cobble that together since the number portion stays the same?? (arabic?)
|
- needs to parse the currency, maybe I can cobble that together since the number portion stays the same?? (arabic?)
|
||||||
- INPUT currency / decimal can a german user input a currency as 1.234,56 ? (comma is the decimal separator and decimal is the thousands separator)
|
- INPUT currency / decimal can a german user input a currency as 1.234,56 ? (comma is the decimal separator and decimal is the thousands separator)
|
||||||
- vuetify currency field: https://gist.github.com/Christilut/1143d453ea070f7e8fa345f7ada1b999
|
- vuetify currency field: https://gist.github.com/Christilut/1143d453ea070f7e8fa345f7ada1b999
|
||||||
- Not vuetify specifically but may have stealable code: https://dm4t2.github.io/vue-currency-input/
|
- Not vuetify specifically but may have stealable code: https://dm4t2.github.io/vue-currency-input/
|
||||||
|
- PARSERS
|
||||||
|
- Update / test own parser for currency and decimal for validation purposes
|
||||||
|
- already something in there for currency I think
|
||||||
|
|
||||||
- Get rid of timezone numeric override and any other deprecated stuff (currency symbol, decimal symbol etc) and associated code at client and server
|
- Get rid of timezone numeric override and any other deprecated stuff (currency symbol, decimal symbol etc) and associated code at client and server
|
||||||
- Add the new overrides for language and timezone and currency code and 12hour at client and server
|
- Add the new overrides for language and timezone and currency code and 12hour at client and server
|
||||||
- Make functional user settings form with all overrides so can test shit out
|
- Make functional user settings form with all overrides so can test shit out
|
||||||
- Need a browser check on opening the login page that will check to ensure the browser can do the date conversions properly etc and tell user browser is unsuitable if it isn't
|
- Need a browser check on opening the login page that will check to ensure the browser can do the date conversions properly etc and tell user browser is unsuitable if it isn't
|
||||||
|
|
||||||
- PARSERS
|
|
||||||
- Update / test own parser for currency and decimal for validation purposes
|
|
||||||
- already something in there for currency I think
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user