diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt
index a8b99ed2..fa738d88 100644
--- a/ayanova/devdocs/todo.txt
+++ b/ayanova/devdocs/todo.txt
@@ -70,8 +70,15 @@ todo: TESTING After customer form is made
OUTSTANDING WITH CUSTOMER
contacts
+ make list of users in grid, shows all contact info
+ can open to cust-user edit form
+ 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
Customer User (contacts) UI for this client (generate, view)
case for this and notes, sb very simple way to create and send creds for user
+ Customer User / User(s)
+ Label as Contact / Contacts
+ Show customer / head office in generic contacts grid view
Copy address to clipboard?
Show all
workorders
diff --git a/ayanova/src/api/initialize.js b/ayanova/src/api/initialize.js
index cf9ca424..85212ac3 100644
--- a/ayanova/src/api/initialize.js
+++ b/ayanova/src/api/initialize.js
@@ -277,7 +277,7 @@ function initNavPanel() {
//Customer / Headoffice Users subitem
sub.push({
- title: "UserList",
+ title: "Contacts",
icon: "$ayiUsers",
route: "/cust-users",
key: key++
diff --git a/ayanova/src/api/translation.js b/ayanova/src/api/translation.js
index 77d5fa13..dd580576 100644
--- a/ayanova/src/api/translation.js
+++ b/ayanova/src/api/translation.js
@@ -123,6 +123,7 @@ export default {
"Service",
"CustomerList",
"HeadOfficeList",
+ "Contacts",
"WorkOrderList",
"WorkOrderServiceTemplate",
"QuoteList",
diff --git a/ayanova/src/views/cust-customer.vue b/ayanova/src/views/cust-customer.vue
index dcb3f701..8bdbf418 100644
--- a/ayanova/src/views/cust-customer.vue
+++ b/ayanova/src/views/cust-customer.vue
@@ -6,7 +6,7 @@
-
+ {{ $ay.t("Customer") }}{{ $ay.t("Address") }}{{ $ay.t("Contacts") }}
@@ -631,15 +631,15 @@
-
+
+
+
- todo: revisit after add customer, ho, to support usertypes
- customer,headoffice TEST SAVE for both types and make sure wont' allow
- without customer / ho chosen and make sure if not error is clear
-