fixed overlay not clearing delete bug

This commit is contained in:
2021-09-30 21:46:34 +00:00
parent 9a9abe4d19
commit b89281575d
37 changed files with 384 additions and 401 deletions

View File

@@ -14,20 +14,14 @@
# Schedule form
todo: svc-schedule once had time to test out personal schedule (give it a few days then move on to this)
todo: #1 client / server items below
CASES
todo: svc-schedule once had time to test out personal schedule (give it a few days then move on to this)
SVC-SCHEDULE CASES
3766 - view schedule filtered by customer so can see at a glance all past and future for a single customer (more data table filter similarity)
"show all " but on a schedule to view that way instead of a data table
3697 - arbitrarily order schedule by user instead of built in by lastname
3698 - hide unassigned tech slot (or case 3697 above would take care of that too)
//..........
cases to do
3698 - hide unassigned tech slot (or case 3697 above would take care of that too)
Customer work order form / view / open???
Customer CSR form has a bunch of todo in the template, WTF?
@@ -100,15 +94,6 @@ Coded by importance
| |____| |____ _| |_| |____| |\ | | |
\_____|______|_____|______|_| \_| |_|
- 1 refactoring let to const
remove all these:
@@ -289,7 +274,7 @@ todo: 3 Schedule form reporting?
todo: 1 Reviews need to be removed when corebiz are deleted (any reviewable object)
see customer delete for example, probably need to move this to a static function in Review since it will be called from everywhere
should be a bizobject built int?
todo: boot complete server open message to console should include server version number
todo: 1 boot complete server open message to console should include server version number
todo:1 update to latest postgres portable and document how to do it as well or a link to how to do it
todo: 1 if a customer type logs in, does Auth check to see that customer or headoffice is active?
because if it isn't the user shouldn't be allowed to login either