diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 1534ab7b..055a9894 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -47,7 +47,19 @@ CURRENT TODOs SHELL / NAV / MENUS / LAYOUT - +TODO: LOCALIZATION + - IDENTIFY: what needs to be localized besides display titles? + - Currency input, display + - decimal number input, display + - Date and times MONTH names in input (and some ancillary text maybe like "year") + - Date and time display + + - 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/ + - Grid display currency + - INPUT Date Months localized + - Display Date time in localized format? TODO: toolbar above grid for filters, refresh etc (make it a standard component?) TODO: main.js filters need to be finished diff --git a/ayanova/src/components/gz-data-table.vue b/ayanova/src/components/gz-data-table.vue index fecca5a4..5c3a5161 100644 --- a/ayanova/src/components/gz-data-table.vue +++ b/ayanova/src/components/gz-data-table.vue @@ -60,12 +60,15 @@ } -->