From 9b422ee37ac371247f5010eb63e505f3dc8cf280 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 17 Mar 2021 15:22:14 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 029de058..45fe665e 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -60,7 +60,7 @@ todo: v8 migrate additions .......................................................................................................... * todo JC misc list: -taxcode form has default of .05 in taxa, change to zero +percent control hide insignificant trailing zeros? Tag extension should have tag picker instead of empty field in cases where you are picking from existing tags Tag extension to report results of operation? i.e. how many tags deleted etc Tag extension or any extension refresh main data table it was run from after operation (so can see results) automatically @@ -944,6 +944,13 @@ MID CENTURY MODERN TUNES - https://www.allmusic.com/album/ultra-lounge-vol-14-bo BUILD CHANGES OF NOTE +Notes: +Tax rates and decimal places: + Many places globally have 3 decimal place tax rates, even in the US https://taxfoundation.org/2020-sales-taxes/ + I saw online developers asking how to set to 4 decimals for certain products so there is also 4 decimal out there + At the bac end I define tax rates in the db DECIMAL(8,5) that's 3 digits to left and 5 to right but at the front end I set it to show 3 but that can be changed if necessary + without affecting back end data + build 105 - direct report url now works again properly. Used by notification to send links to reports and possible future other links to provide an url that opens in teh AyaNova client directly to viewing a report, so that the url [clienturl]/viewreport?oid=1&rid=1 for example will open report id 1 with object id 1 - Can now hide columns that are filtered or sorted without error in data tables; Data Table column selector button will change to larger and accented when this is the case and the column selector form will highlight these hidden columns that affect the view with raised elevation, accent color and filter/sort icon (both show, there is no distinction which type of way it's affecting) @@ -952,4 +959,5 @@ build 105 Notification events list (notify subscription) needs variant that controls what they have role access to memo to dropdown list shows all users for selection then after selecting one shows only that selected when you next drop down, should show all users still like first time. memo click on reply or forward should put cursor into top of edit message control (notes) - memo read now flags correctly \ No newline at end of file + memo read now flags correctly + taxcode form has default of .05 in taxa, change to zero \ No newline at end of file