This commit is contained in:
@@ -10,15 +10,16 @@ todo: NEXT DEPLOY TO DEVOPS attach a photo from phone, no error just does nothin
|
|||||||
worked here locally latest build
|
worked here locally latest build
|
||||||
retest on server after next deploy
|
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
|
todo: Help for list / editor form combo should be combined into list help alone
|
||||||
no reason to have separate
|
no reason to have separate
|
||||||
grid part can just say what's unique and link to standard grid help
|
grid part can just say what's unique and link to standard grid help
|
||||||
form part below with all the deets
|
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
|
TODO: //MIGRATE_OUTSTANDING comment tag
|
||||||
|
|||||||
@@ -954,7 +954,7 @@ function generateMenu(vm) {
|
|||||||
readOnly: vm.formState.readOnly,
|
readOnly: vm.formState.readOnly,
|
||||||
icon: "$ayiUser",
|
icon: "$ayiUser",
|
||||||
title: "User",
|
title: "User",
|
||||||
helpUrl: "form-adm-user",
|
helpUrl: "form-adm-users",
|
||||||
formData: {
|
formData: {
|
||||||
ayaType: window.$gz.type.User,
|
ayaType: window.$gz.type.User,
|
||||||
recordId: vm.$route.params.recordid,
|
recordId: vm.$route.params.recordid,
|
||||||
|
|||||||
@@ -439,7 +439,7 @@ function generateMenu(vm) {
|
|||||||
readOnly: vm.formState.readOnly,
|
readOnly: vm.formState.readOnly,
|
||||||
icon: "$ayiClipboard",
|
icon: "$ayiClipboard",
|
||||||
title: "CustomerNoteNotes",
|
title: "CustomerNoteNotes",
|
||||||
helpUrl: "form-customer-note",
|
helpUrl: "form-customer-notes",
|
||||||
formData: {
|
formData: {
|
||||||
ayaType: window.$gz.type.CustomerNote,
|
ayaType: window.$gz.type.CustomerNote,
|
||||||
recordId: vm.$route.params.recordid
|
recordId: vm.$route.params.recordid
|
||||||
|
|||||||
@@ -1406,7 +1406,7 @@ function generateMenu(vm) {
|
|||||||
readOnly: vm.formState.readOnly,
|
readOnly: vm.formState.readOnly,
|
||||||
icon: "$ayiAddressCard",
|
icon: "$ayiAddressCard",
|
||||||
title: "Customer",
|
title: "Customer",
|
||||||
helpUrl: "form-customer",
|
helpUrl: "form-customers",
|
||||||
formData: {
|
formData: {
|
||||||
ayaType: window.$gz.type.Customer,
|
ayaType: window.$gz.type.Customer,
|
||||||
recordId: vm.$route.params.recordid,
|
recordId: vm.$route.params.recordid,
|
||||||
|
|||||||
@@ -126,7 +126,7 @@ function generateMenu(vm) {
|
|||||||
isMain: true,
|
isMain: true,
|
||||||
icon: "$ayiAddressCard",
|
icon: "$ayiAddressCard",
|
||||||
title: "CustomerList",
|
title: "CustomerList",
|
||||||
helpUrl: "form-cust-customers",
|
helpUrl: "form-customers",
|
||||||
menuItems: [],
|
menuItems: [],
|
||||||
formData: {
|
formData: {
|
||||||
ayaType: window.$gz.type.Customer
|
ayaType: window.$gz.type.Customer
|
||||||
|
|||||||
@@ -1303,7 +1303,7 @@ function generateMenu(vm) {
|
|||||||
readOnly: vm.formState.readOnly,
|
readOnly: vm.formState.readOnly,
|
||||||
icon: "$ayiAddressCard",
|
icon: "$ayiAddressCard",
|
||||||
title: "HeadOffice",
|
title: "HeadOffice",
|
||||||
helpUrl: "form-head-office",
|
helpUrl: "form-head-offices",
|
||||||
formData: {
|
formData: {
|
||||||
ayaType: window.$gz.type.HeadOffice,
|
ayaType: window.$gz.type.HeadOffice,
|
||||||
recordId: vm.$route.params.recordid,
|
recordId: vm.$route.params.recordid,
|
||||||
|
|||||||
@@ -127,7 +127,7 @@ function generateMenu(vm) {
|
|||||||
isMain: true,
|
isMain: true,
|
||||||
icon: "$ayiSitemap",
|
icon: "$ayiSitemap",
|
||||||
title: "HeadOfficeList",
|
title: "HeadOfficeList",
|
||||||
helpUrl: "form-cust-head-offices",
|
helpUrl: "form-head-offices",
|
||||||
menuItems: [],
|
menuItems: [],
|
||||||
formData: {
|
formData: {
|
||||||
ayaType: window.$gz.type.HeadOffice
|
ayaType: window.$gz.type.HeadOffice
|
||||||
|
|||||||
@@ -963,7 +963,7 @@ function generateMenu(vm) {
|
|||||||
readOnly: vm.formState.readOnly,
|
readOnly: vm.formState.readOnly,
|
||||||
icon: "$ayiUser",
|
icon: "$ayiUser",
|
||||||
title: "Contact",
|
title: "Contact",
|
||||||
helpUrl: "form-cust-contact",
|
helpUrl: "form-cust-contacts",
|
||||||
formData: {
|
formData: {
|
||||||
ayaType: window.$gz.type.User,
|
ayaType: window.$gz.type.User,
|
||||||
recordId: vm.$route.params.recordid,
|
recordId: vm.$route.params.recordid,
|
||||||
|
|||||||
@@ -155,7 +155,7 @@ function generateMenu(vm) {
|
|||||||
isMain: true,
|
isMain: true,
|
||||||
icon: "$ayiUsers",
|
icon: "$ayiUsers",
|
||||||
title: "Contacts",
|
title: "Contacts",
|
||||||
helpUrl: "form-acustdm-users",
|
helpUrl: "form-cust-contacts",
|
||||||
menuItems: [],
|
menuItems: [],
|
||||||
formData: {
|
formData: {
|
||||||
ayaType: window.$gz.type.User
|
ayaType: window.$gz.type.User
|
||||||
|
|||||||
@@ -1111,7 +1111,7 @@ function generateMenu(vm) {
|
|||||||
readOnly: vm.formState.readOnly,
|
readOnly: vm.formState.readOnly,
|
||||||
icon: "$ayiStore",
|
icon: "$ayiStore",
|
||||||
title: "Vendor",
|
title: "Vendor",
|
||||||
helpUrl: "form-vendor",
|
helpUrl: "form-vendors",
|
||||||
formData: {
|
formData: {
|
||||||
ayaType: window.$gz.type.Vendor,
|
ayaType: window.$gz.type.Vendor,
|
||||||
recordId: vm.$route.params.recordid,
|
recordId: vm.$route.params.recordid,
|
||||||
|
|||||||
@@ -661,7 +661,7 @@ function generateMenu(vm) {
|
|||||||
readOnly: vm.formState.readOnly,
|
readOnly: vm.formState.readOnly,
|
||||||
icon: "$ayiSplotch",
|
icon: "$ayiSplotch",
|
||||||
title: "Widget",
|
title: "Widget",
|
||||||
helpUrl: "form-widget",
|
helpUrl: "form-widgets",
|
||||||
formData: {
|
formData: {
|
||||||
ayaType: window.$gz.type.Widget,
|
ayaType: window.$gz.type.Widget,
|
||||||
recordId: vm.$route.params.recordid,
|
recordId: vm.$route.params.recordid,
|
||||||
|
|||||||
@@ -123,7 +123,7 @@ function generateMenu(vm) {
|
|||||||
isMain: true,
|
isMain: true,
|
||||||
icon: "$ayiVial",
|
icon: "$ayiVial",
|
||||||
title: "WidgetList",
|
title: "WidgetList",
|
||||||
helpUrl: "form-ay-data-list-view",
|
helpUrl: "form-widgets",
|
||||||
menuItems: [],
|
menuItems: [],
|
||||||
formData: {
|
formData: {
|
||||||
ayaType: window.$gz.type.Widget
|
ayaType: window.$gz.type.Widget
|
||||||
|
|||||||
Reference in New Issue
Block a user