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"
>
+
+
+
+
+
+
+
+
+
+
+