From 67c57291a42fbbd6e0a78986237bdeb13509a105 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 17 Nov 2020 16:05:47 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 1 + ayanova/src/views/cust-customer.vue | 8 ++- ayanova/src/views/home-user-settings.vue | 67 +++++++++++++++++++++++- 3 files changed, 74 insertions(+), 2 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index d53cc436..8482ce8c 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -71,6 +71,7 @@ todo: TESTING After customer form is made OUTSTANDING WITH CUSTOMER contacts USER object needs the full contact fields added first + Phone1, Phone2, Phone3 (formerly pager address) shows all contact info directly in grid Change cust-user edit form (and other user edit form) and add tabs and user options section so that it can all be set there as well Add button to email the user their creds and login and invite them to change the password once they login diff --git a/ayanova/src/views/cust-customer.vue b/ayanova/src/views/cust-customer.vue index 78a39d65..a878318c 100644 --- a/ayanova/src/views/cust-customer.vue +++ b/ayanova/src/views/cust-customer.vue @@ -1416,7 +1416,13 @@ async function fetchTranslatedText(vm) { "CustomerCustom13", "CustomerCustom14", "CustomerCustom15", - "CustomerCustom16" + "CustomerCustom16", + "UserEmailAddress", + "UserPhone1", + "UserPhone2", + "UserPageAddress", + "User", + "LastLogin" ]); } diff --git a/ayanova/src/views/home-user-settings.vue b/ayanova/src/views/home-user-settings.vue index 49c2d1d0..350646a4 100644 --- a/ayanova/src/views/home-user-settings.vue +++ b/ayanova/src/views/home-user-settings.vue @@ -30,6 +30,65 @@ type="email" > + + + + + + + + + + +