From 2f13f502a4cfc51a5f4363deb2dc155eb48c0f71 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 7 Feb 2020 00:59:39 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 79340b1f..d4e2136f 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -49,23 +49,22 @@ SHELL / NAV / MENUS / LAYOUT TODO: LOCALIZATION - TODO ACTIONS - - - Decimal OUTPUT for grid not done yet, only currency I think + - 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?) - 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 - 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 - 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 - 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 +