This commit is contained in:
2021-03-09 21:41:21 +00:00
parent 2c0275e064
commit b745e4b70a

View File

@@ -84,14 +84,17 @@ todo: NOT import PO's unless they are current, active and unreceived
.....
todo Joyce misc list:
todo JC misc list:
Search form object types selection need enum list variant of object types to only show for roles allowed then change search form picklist to use that variant
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)
memobiz getasync flags read but as it's notracking the save does nothing, do a second fetch and update in there when necessary
taxcode form has default of .05 in taxa, change to zero
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
.....
@@ -1088,20 +1091,26 @@ Taxes
*****************
Is this as expected? When create a NEW taxcode, a default number 0.05 is pre-entered into Tax "A"
If is an "example" shouldn't it show UNDER the entry field as a suggestion, NOT actually entered into the field?
[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]
********************
Extensions
********************
When trying to do something with tags, there is no "list" of tags given to work with. For example, checkmark all parts -> Extensions -> expand Tags -> start typing in BUT does NOT populate or allow selection from a list of tags? Right now the end user HAS to know exactly what the tag is to delete OR add, can't just select from list of possible tags. Is this (having to KNOW the exact spelling of the tag) desired for some reason?
[I see the issue there, will look into switching to a tag picker for where existing ones need to be set like in delete etc]
Is this as expected? - Can only delete a single tag at a time? I tried to enter in multiple, and it automatically puts a dash - in between and won't let me commma separate.
Is this as expected? - Can only delete a single tag at a time? I tried to enter in multiple, and it automatically puts a dash - in between and won't let me commma separate.
[Yes as intended one at a time]
Is this as expected? When I click on Start Job -> then shows popup "Job completed" BUT does NOT say IF actually removed anything NOR does it identify HOW MANY objects removed from. In other words it says completed but doesn't actually give any information on what just happened so that end-user gets useful feedback. Suggestions for useful would be such as: how many records updated/changed.
[will look into]
Is this as expected? - After I add/remove the List using Extensions, the data shown in columns are NOT updated automatically (i.e. Tags column after I removed a tag), requires user to Refresh.
[will look into, I think I coded it that way on purpose but maybe not]
*******************