From 8cf5173aa1f9a7a814c37f0d03c6771b5a79f242 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 8 Sep 2021 20:11:50 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 3 +- ayanova/src/views/customer-csr.vue | 179 ++++++++++++++++++++++++++--- 2 files changed, 167 insertions(+), 15 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index ff36a9dc..feaa49c4 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -222,7 +222,8 @@ todo:3 Whats new in this release popup or link tied into the update process of t 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 todo:1 Joyce case 3931 test restore of 4alarm data Get a copy from Joyce on the red drive, it's about 5gb diff --git a/ayanova/src/views/customer-csr.vue b/ayanova/src/views/customer-csr.vue index e9d91539..8b226983 100644 --- a/ayanova/src/views/customer-csr.vue +++ b/ayanova/src/views/customer-csr.vue @@ -1,25 +1,176 @@