From fb5a5c4475172819d8eb232a6f1a41b17d01e0ed Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 9 Feb 2021 20:51:32 +0000 Subject: [PATCH] --- ayanova/devdocs/rando-todo.txt | 14 ++++++++++++++ ayanova/devdocs/todo.txt | 10 +--------- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/ayanova/devdocs/rando-todo.txt b/ayanova/devdocs/rando-todo.txt index f2256467..4009dcd0 100644 --- a/ayanova/devdocs/rando-todo.txt +++ b/ayanova/devdocs/rando-todo.txt @@ -1,4 +1,18 @@ +###################################################################### Grab bag stuff that didn't fit into official TODO +and may not be worth doing or isn't urgent +###################################################################### + +todo: validation errors not expanded in errorbox, + for example saving a widget with same name results in proper display at name field but in error box says: + Validation error + ErrorAPI2200 + I expect it to say the full errorapi2200 bit or simply "Validation error" + or, maybe it's ok as is? + + + + todo: going to need some default views for certain lists that come with AyaNova automatically (even if migrating) some lists may need a list of all but also a list of all relevant items only (part inventory?) Views that supply common tasks or functionality that was in v7 in another way diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index c058fb6e..e41870d4 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -9,15 +9,7 @@ MISC ITEMS THAT CAME UP ## CLIENT MISC ITEMS -todo: ClientNote form link back to customer disappears on save of NEW record only (not update), should always be present - also on list disappears if go anywhere else and return to it (like column chooser) - -todo: validation errors not expanded in errorbox, - for example saving a widget with same name results in proper display at name field but in error box says: - Validation error - ErrorAPI2200 - I expect it to say the full errorapi2200 bit or simply "Validation error" - or, maybe it's ok as is? + todo: clicking into a decimal field with zero in it already and then clicking out causes the record to be dirty see tax-code for example