diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 61c3a527..c4a85b20 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -10,14 +10,15 @@ todo: NEXT DEPLOY TO DEVOPS attach a photo from phone, no error just does nothin worked here locally latest build retest on server after next deploy -todo: v8 MIGRATE do not export empty strings, do null instead - confirm whatever method I use works for certain - - todo: Help for list / editor form combo should be combined into list help alone no reason to have separate grid part can just say what's unique and link to standard grid help form part below with all the deets + +todo: v8 MIGRATE do not export empty strings, do null instead + confirm whatever method I use works for certain + + diff --git a/ayanova/src/views/adm-user.vue b/ayanova/src/views/adm-user.vue index d7fa5b6f..675176a5 100644 --- a/ayanova/src/views/adm-user.vue +++ b/ayanova/src/views/adm-user.vue @@ -954,7 +954,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiUser", title: "User", - helpUrl: "form-adm-user", + helpUrl: "form-adm-users", formData: { ayaType: window.$gz.type.User, recordId: vm.$route.params.recordid, diff --git a/ayanova/src/views/cust-customer-note.vue b/ayanova/src/views/cust-customer-note.vue index 73a29e32..e905873b 100644 --- a/ayanova/src/views/cust-customer-note.vue +++ b/ayanova/src/views/cust-customer-note.vue @@ -439,7 +439,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiClipboard", title: "CustomerNoteNotes", - helpUrl: "form-customer-note", + helpUrl: "form-customer-notes", formData: { ayaType: window.$gz.type.CustomerNote, recordId: vm.$route.params.recordid diff --git a/ayanova/src/views/cust-customer.vue b/ayanova/src/views/cust-customer.vue index 814e1326..683637ad 100644 --- a/ayanova/src/views/cust-customer.vue +++ b/ayanova/src/views/cust-customer.vue @@ -1406,7 +1406,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiAddressCard", title: "Customer", - helpUrl: "form-customer", + helpUrl: "form-customers", formData: { ayaType: window.$gz.type.Customer, recordId: vm.$route.params.recordid, diff --git a/ayanova/src/views/cust-customers.vue b/ayanova/src/views/cust-customers.vue index 9b1a4873..03044ea9 100644 --- a/ayanova/src/views/cust-customers.vue +++ b/ayanova/src/views/cust-customers.vue @@ -126,7 +126,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiAddressCard", title: "CustomerList", - helpUrl: "form-cust-customers", + helpUrl: "form-customers", menuItems: [], formData: { ayaType: window.$gz.type.Customer diff --git a/ayanova/src/views/cust-head-office.vue b/ayanova/src/views/cust-head-office.vue index d3324af6..76f79186 100644 --- a/ayanova/src/views/cust-head-office.vue +++ b/ayanova/src/views/cust-head-office.vue @@ -1303,7 +1303,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiAddressCard", title: "HeadOffice", - helpUrl: "form-head-office", + helpUrl: "form-head-offices", formData: { ayaType: window.$gz.type.HeadOffice, recordId: vm.$route.params.recordid, diff --git a/ayanova/src/views/cust-head-offices.vue b/ayanova/src/views/cust-head-offices.vue index 368db87a..ac95f907 100644 --- a/ayanova/src/views/cust-head-offices.vue +++ b/ayanova/src/views/cust-head-offices.vue @@ -127,7 +127,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiSitemap", title: "HeadOfficeList", - helpUrl: "form-cust-head-offices", + helpUrl: "form-head-offices", menuItems: [], formData: { ayaType: window.$gz.type.HeadOffice diff --git a/ayanova/src/views/cust-user.vue b/ayanova/src/views/cust-user.vue index 60c77647..43c7ad5b 100644 --- a/ayanova/src/views/cust-user.vue +++ b/ayanova/src/views/cust-user.vue @@ -963,7 +963,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiUser", title: "Contact", - helpUrl: "form-cust-contact", + helpUrl: "form-cust-contacts", formData: { ayaType: window.$gz.type.User, recordId: vm.$route.params.recordid, diff --git a/ayanova/src/views/cust-users.vue b/ayanova/src/views/cust-users.vue index 688f1e6e..b674bfa1 100644 --- a/ayanova/src/views/cust-users.vue +++ b/ayanova/src/views/cust-users.vue @@ -155,7 +155,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiUsers", title: "Contacts", - helpUrl: "form-acustdm-users", + helpUrl: "form-cust-contacts", menuItems: [], formData: { ayaType: window.$gz.type.User diff --git a/ayanova/src/views/vendor.vue b/ayanova/src/views/vendor.vue index 80774742..991315c9 100644 --- a/ayanova/src/views/vendor.vue +++ b/ayanova/src/views/vendor.vue @@ -1111,7 +1111,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiStore", title: "Vendor", - helpUrl: "form-vendor", + helpUrl: "form-vendors", formData: { ayaType: window.$gz.type.Vendor, recordId: vm.$route.params.recordid, diff --git a/ayanova/src/views/widget.vue b/ayanova/src/views/widget.vue index 5fac2125..316dcd61 100644 --- a/ayanova/src/views/widget.vue +++ b/ayanova/src/views/widget.vue @@ -661,7 +661,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiSplotch", title: "Widget", - helpUrl: "form-widget", + helpUrl: "form-widgets", formData: { ayaType: window.$gz.type.Widget, recordId: vm.$route.params.recordid, diff --git a/ayanova/src/views/widgets.vue b/ayanova/src/views/widgets.vue index e13fc0e1..3fa29987 100644 --- a/ayanova/src/views/widgets.vue +++ b/ayanova/src/views/widgets.vue @@ -123,7 +123,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiVial", title: "WidgetList", - helpUrl: "form-ay-data-list-view", + helpUrl: "form-widgets", menuItems: [], formData: { ayaType: window.$gz.type.Widget