From ceb79a48ca1203086ed16f661ae1346d96a2767a Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 30 Jun 2021 19:17:14 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 13 +- ayanova/src/App.vue | 4 +- ayanova/src/views/adm-user.vue | 7 +- ayanova/src/views/cust-user.vue | 234 +++++++++++++++-------- ayanova/src/views/cust-users.vue | 30 +-- ayanova/src/views/home-notifications.vue | 6 +- 6 files changed, 180 insertions(+), 114 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index d24782c3..4b931242 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -65,6 +65,9 @@ todo: workorders - need to set billing and service address from customers on mig bugbug: direct notification errors out user->direct notification +todo: Customer login should show notifications in app screen always just like regular users in the event that a direct notification is sent + i.e. right now it assumes only needs to show it if they have subscription ability but in-app should always show for direct or error or what have you. + todo: notifications screen add delete all menu item that will just remove all the notifications present Maybe a checkbox and delete selected and select all?? That way can also be a dual useful feature also should delete *from* the client so that it deletes only what it has in view so user doesn't accidentally delete unseen yet to be delivered ones? @@ -416,20 +419,16 @@ todo: many biz objects are not using new PUT methodology -CURRENTLY DOING: make sure tags is fixed fully after created change - +CURRENTLY DOING: -todo: User duplicate not working, error about optionsobj - Message:_vm.optionsObj is undefined - probably need to populate that object as well as main obj on dupe - doesn't work on devops either, broken for a while - also dupe check on the customer contact object too +todo: User duplicate locally, improvements, port to customer user form identically todo: purchase order dupe code at server is a bit sus. it has a todo to set qty to zero but doesn't for some reason so it effectively is affecting inventory on duplicate?? Look into it. + IDEALLY REPLACE WITH LOCAL COPY LIKE WO todo: workorder "template" replacement via duplicate requires some changes: V7 notes: diff --git a/ayanova/src/App.vue b/ayanova/src/App.vue index fb748afa..f396d0e9 100644 --- a/ayanova/src/App.vue +++ b/ayanova/src/App.vue @@ -152,8 +152,8 @@ > - -