diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 421864ee..d8759f53 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -1125,7 +1125,7 @@ If is an "example" shouldn't it show UNDER the entry field as a suggestion, NOT [will fix] Taxes don't allow entering of more than two decimal places. I.e. CAN NOT enter a 7.5% tax, can only enter in a 7 (as in 0.07). For example, Australia has a 28.5% taxcode, so would need to be able to enter 0.285, not just 0.28 -[Fixed with new percentage control] +[Fixed with new percentage control implemented here in version 103 not posted yet] ******************** @@ -1167,7 +1167,7 @@ UNSURE what we used to call a grid in AyaNova 7 do we call a "listview" (I don't UNSURE a dropdown list to select a specific record name such as Dropship to Customer and select a customer = DROPDOWN LIST ["Select list" is how it's been translated already, I'd stick with that] What is the keyboard shortcut to Save a record? I.e. let's say a user is editing parts a lot, how to do so without having to switch between mouse and keyboard constantly? -[I looked into this early on and it was very problematic, maybe if the user could assign but there are so many potential conflicts with every device / browser / os having their own built in ones: https://stackoverflow.com/questions/3329420/what-are-cross-browser-and-cross-os-safe-keyboard-shortcuts-usable-for-web-appli ] +[I looked into this early on and it was very problematic, maybe if the user could assign but there are so many potential conflicts with every device / browser / os having their own built in ones: https://stackoverflow.com/questions/3329420/what-are-cross-browser-and-cross-os-safe-keyboard-shortcuts-usable-for-web-appli I have a case to look into it again later on as a potentially user selectable thing but we cannot offer any default for this (see link)] ***************************