This commit is contained in:
2020-12-28 15:16:04 +00:00
parent 6dd387b421
commit d1d8eeb27a
12 changed files with 16 additions and 15 deletions

View File

@@ -10,15 +10,16 @@ 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
TODO: //MIGRATE_OUTSTANDING comment tag

View File

@@ -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,

View File

@@ -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

View File

@@ -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,

View File

@@ -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

View File

@@ -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,

View File

@@ -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

View File

@@ -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,

View File

@@ -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

View File

@@ -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,

View File

@@ -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,

View File

@@ -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