diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index dbbcc5fb..c1fff19c 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -10,9 +10,6 @@ MISC ITEMS THAT CAME UP ## CLIENT MISC ITEMS -todo: standardize routes and route names and form names - Use plural and singular names throughout for consistency - i.e. "-edit" forms shoudl be standardized to just th singular name so "part-assembly-edit" sb "part-assembly" todo: help docs and urls sb standardized and shortened / simplified for example remove "form-" from names of help files so "form-inv-part-assemblies" becomes "inv-part-assemblies" diff --git a/ayanova/src/views/acc-service-bank.vue b/ayanova/src/views/acc-service-bank.vue index c258e218..7f8f0af7 100644 --- a/ayanova/src/views/acc-service-bank.vue +++ b/ayanova/src/views/acc-service-bank.vue @@ -387,7 +387,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiCarBattery", title: "ServiceBank", - helpUrl: "form-home-service-banks", + helpUrl: "home-service-banks", formData: { ayaType: window.$gz.type.ServiceBank, recordId: vm.$route.params.recordid, diff --git a/ayanova/src/views/acc-service-banks.vue b/ayanova/src/views/acc-service-banks.vue index 9a1e850f..9670e6e0 100644 --- a/ayanova/src/views/acc-service-banks.vue +++ b/ayanova/src/views/acc-service-banks.vue @@ -181,7 +181,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiCarBattery", title: "ServiceBankList", - helpUrl: "form-acc-service-banks", + helpUrl: "acc-service-banks", menuItems: [], formData: { ayaType: window.$gz.type.ServiceBank diff --git a/ayanova/src/views/acc-service-rate.vue b/ayanova/src/views/acc-service-rate.vue index 7556c15d..9081b1a6 100644 --- a/ayanova/src/views/acc-service-rate.vue +++ b/ayanova/src/views/acc-service-rate.vue @@ -593,7 +593,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiCalculator", title: "ServiceRate", - helpUrl: "form-acc-service-rates", + helpUrl: "acc-service-rates", formData: { ayaType: window.$gz.type.ServiceRate, recordId: vm.$route.params.recordid, diff --git a/ayanova/src/views/acc-service-rates.vue b/ayanova/src/views/acc-service-rates.vue index 820d3c82..d8df6488 100644 --- a/ayanova/src/views/acc-service-rates.vue +++ b/ayanova/src/views/acc-service-rates.vue @@ -121,7 +121,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiCalculator", title: "ServiceRateList", - helpUrl: "form-acc-service-rates", + helpUrl: "acc-service-rates", menuItems: [], formData: { ayaType: window.$gz.type.ServiceRate diff --git a/ayanova/src/views/acc-tax-code.vue b/ayanova/src/views/acc-tax-code.vue index 1add67e3..0258ff6f 100644 --- a/ayanova/src/views/acc-tax-code.vue +++ b/ayanova/src/views/acc-tax-code.vue @@ -574,7 +574,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiPercent", title: "TaxCode", - helpUrl: "form-acc-tax-codes", + helpUrl: "acc-tax-codes", formData: { ayaType: window.$gz.type.TaxCode, recordId: vm.$route.params.recordid, diff --git a/ayanova/src/views/acc-tax-codes.vue b/ayanova/src/views/acc-tax-codes.vue index d3d0d840..ea7eef0b 100644 --- a/ayanova/src/views/acc-tax-codes.vue +++ b/ayanova/src/views/acc-tax-codes.vue @@ -117,7 +117,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiPercent", title: "TaxCodeList", - helpUrl: "form-acc-tax-codes", + helpUrl: "acc-tax-codes", menuItems: [], formData: { ayaType: window.$gz.type.TaxCode diff --git a/ayanova/src/views/acc-travel-rate.vue b/ayanova/src/views/acc-travel-rate.vue index 45bd5d19..70ed76d3 100644 --- a/ayanova/src/views/acc-travel-rate.vue +++ b/ayanova/src/views/acc-travel-rate.vue @@ -593,7 +593,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiCalculator", title: "TravelRate", - helpUrl: "form-acc-travel-rates", + helpUrl: "acc-travel-rates", formData: { ayaType: window.$gz.type.TravelRate, recordId: vm.$route.params.recordid, diff --git a/ayanova/src/views/acc-travel-rates.vue b/ayanova/src/views/acc-travel-rates.vue index 96f54a5c..74cbeb00 100644 --- a/ayanova/src/views/acc-travel-rates.vue +++ b/ayanova/src/views/acc-travel-rates.vue @@ -2,18 +2,18 @@
@@ -121,7 +121,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiCalculator", title: "TravelRateList", - helpUrl: "form-acc-travel-rates", + helpUrl: "acc-travel-rates", menuItems: [], formData: { ayaType: window.$gz.type.TravelRate diff --git a/ayanova/src/views/adm-attachments.vue b/ayanova/src/views/adm-attachments.vue index f3d657a6..be57bbb1 100644 --- a/ayanova/src/views/adm-attachments.vue +++ b/ayanova/src/views/adm-attachments.vue @@ -281,7 +281,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiFolder", title: "Attachments", - helpUrl: "form-adm-attachments", + helpUrl: "adm-attachments", menuItems: [] }; diff --git a/ayanova/src/views/adm-global-logo.vue b/ayanova/src/views/adm-global-logo.vue index 339e3ac2..e19ffdd2 100644 --- a/ayanova/src/views/adm-global-logo.vue +++ b/ayanova/src/views/adm-global-logo.vue @@ -257,7 +257,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: null, title: "GlobalLogo", - helpUrl: "form-adm-global-logo", + helpUrl: "adm-global-logo", menuItems: [] }; diff --git a/ayanova/src/views/adm-global-select-templates.vue b/ayanova/src/views/adm-global-select-templates.vue index 308d3fe3..2f90b770 100644 --- a/ayanova/src/views/adm-global-select-templates.vue +++ b/ayanova/src/views/adm-global-select-templates.vue @@ -402,7 +402,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: null, title: "PickListTemplates", - helpUrl: "form-adm-global-select-templates", + helpUrl: "adm-global-select-templates", formData: { ayaType: window.$gz.type.FormCustom, formCustomTemplateKey: undefined diff --git a/ayanova/src/views/adm-global-settings.vue b/ayanova/src/views/adm-global-settings.vue index 9513c6ff..03798bda 100644 --- a/ayanova/src/views/adm-global-settings.vue +++ b/ayanova/src/views/adm-global-settings.vue @@ -302,7 +302,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiCogs", title: "AdministrationGlobalSettings", - helpUrl: "form-adm-global-settings", + helpUrl: "adm-global-settings", formData: { ayaType: window.$gz.type.Project, recordId: vm.$route.params.recordid diff --git a/ayanova/src/views/adm-history.vue b/ayanova/src/views/adm-history.vue index ec372e14..3e5bf055 100644 --- a/ayanova/src/views/adm-history.vue +++ b/ayanova/src/views/adm-history.vue @@ -73,7 +73,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiHistory", title: "History", - helpUrl: "form-adm-history", + helpUrl: "adm-history", hideSearch: true, menuItems: [] }; diff --git a/ayanova/src/views/adm-import.vue b/ayanova/src/views/adm-import.vue index 076460a6..3e694aa7 100644 --- a/ayanova/src/views/adm-import.vue +++ b/ayanova/src/views/adm-import.vue @@ -146,7 +146,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiFileImport", title: "Import", - helpUrl: "form-adm-import", + helpUrl: "adm-import", menuItems: [] }; diff --git a/ayanova/src/views/adm-license.vue b/ayanova/src/views/adm-license.vue index dee1936d..fc2d8008 100644 --- a/ayanova/src/views/adm-license.vue +++ b/ayanova/src/views/adm-license.vue @@ -552,7 +552,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiTicket", title: "HelpLicense", - helpUrl: "form-adm-license", + helpUrl: "adm-license", formData: { ayaType: window.$gz.type.License }, diff --git a/ayanova/src/views/adm-report-templates.vue b/ayanova/src/views/adm-report-templates.vue index e934a26c..28dd2265 100644 --- a/ayanova/src/views/adm-report-templates.vue +++ b/ayanova/src/views/adm-report-templates.vue @@ -119,7 +119,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiDraftingCompass", title: "ReportList", - helpUrl: "form-adm-report-templates", + helpUrl: "adm-report-templates", menuItems: [], formData: { ayaType: window.$gz.type.Report diff --git a/ayanova/src/views/adm-translation.vue b/ayanova/src/views/adm-translation.vue index d0f49f69..af6c7a3d 100644 --- a/ayanova/src/views/adm-translation.vue +++ b/ayanova/src/views/adm-translation.vue @@ -562,7 +562,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiLanguage", title: "Translation", - helpUrl: "form-adm-translation", + helpUrl: "adm-translation", formData: { ayaType: window.$gz.type.Translation, recordId: vm.$route.params.recordid, diff --git a/ayanova/src/views/adm-translations.vue b/ayanova/src/views/adm-translations.vue index 46103ce8..65014882 100644 --- a/ayanova/src/views/adm-translations.vue +++ b/ayanova/src/views/adm-translations.vue @@ -115,7 +115,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiLanguage", title: "TranslationList", - helpUrl: "form-adm-translations", + helpUrl: "adm-translations", menuItems: [], formData: { ayaType: window.$gz.type.Translation diff --git a/ayanova/src/views/adm-user.vue b/ayanova/src/views/adm-user.vue index 8a835e76..cfd2c57f 100644 --- a/ayanova/src/views/adm-user.vue +++ b/ayanova/src/views/adm-user.vue @@ -947,7 +947,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiUser", title: "User", - helpUrl: "form-adm-users", + helpUrl: "adm-users", formData: { ayaType: window.$gz.type.User, recordId: vm.$route.params.recordid, diff --git a/ayanova/src/views/adm-users.vue b/ayanova/src/views/adm-users.vue index bc62d0b1..9d40a194 100644 --- a/ayanova/src/views/adm-users.vue +++ b/ayanova/src/views/adm-users.vue @@ -133,7 +133,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiUsers", title: "UserList", - helpUrl: "form-adm-users", + helpUrl: "adm-users", menuItems: [], formData: { ayaType: window.$gz.type.User diff --git a/ayanova/src/views/ay-about.vue b/ayanova/src/views/ay-about.vue index 2ce34cb7..77993510 100644 --- a/ayanova/src/views/ay-about.vue +++ b/ayanova/src/views/ay-about.vue @@ -193,7 +193,7 @@ function generateMenu(vm) { isMain: false, icon: "$ayiInfoCircle", title: "HelpAboutAyaNova", - helpUrl: "form-ay-about", + helpUrl: "ay-about", menuItems: [ { title: "CopySupportInfo", diff --git a/ayanova/src/views/ay-customize.vue b/ayanova/src/views/ay-customize.vue index 7771fbbd..aea5c406 100644 --- a/ayanova/src/views/ay-customize.vue +++ b/ayanova/src/views/ay-customize.vue @@ -278,7 +278,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiCustomize", title: "Customize", - helpUrl: "form-ay-customize", + helpUrl: "ay-customize", formData: { ayaType: window.$gz.type.FormCustom, formCustomTemplateKey: undefined diff --git a/ayanova/src/views/ay-data-list-column-view.vue b/ayanova/src/views/ay-data-list-column-view.vue index 8767a460..7da56cd6 100644 --- a/ayanova/src/views/ay-data-list-column-view.vue +++ b/ayanova/src/views/ay-data-list-column-view.vue @@ -308,7 +308,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiColumns", title: "Columns", - helpUrl: "form-ay-data-list-column-view", + helpUrl: "ay-data-list-column-view", formData: { ayaType: window.$gz.type.FormCustom, formCustomTemplateKey: undefined, diff --git a/ayanova/src/views/ay-history.vue b/ayanova/src/views/ay-history.vue index 2c2b3cdf..ffb2353c 100644 --- a/ayanova/src/views/ay-history.vue +++ b/ayanova/src/views/ay-history.vue @@ -362,7 +362,7 @@ function generateMenu(vm) { isMain: false, icon: "$ayiHistory", title: "History", - helpUrl: "form-ay-history", + helpUrl: "ay-history", menuItems: [] }; window.$gz.eventBus.$emit("menu-change", menuOptions); diff --git a/ayanova/src/views/ay-log.vue b/ayanova/src/views/ay-log.vue index fa203333..0467f70e 100644 --- a/ayanova/src/views/ay-log.vue +++ b/ayanova/src/views/ay-log.vue @@ -22,7 +22,7 @@ export default { isMain: false, icon: "$ayiInfoCircle", title: "Log", - helpUrl: "form-ay-log", + helpUrl: "ay-log", menuItems: [] }); diff --git a/ayanova/src/views/ay-report-edit.vue b/ayanova/src/views/ay-report-edit.vue index f8035b07..1b23742f 100644 --- a/ayanova/src/views/ay-report-edit.vue +++ b/ayanova/src/views/ay-report-edit.vue @@ -990,7 +990,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiDraftingCompass", title: "ReportDesignReport", - helpUrl: "form-ay-report-edit", + helpUrl: "ay-report-edit", formData: { ayaType: window.$gz.type.Report, recordId: vm.$route.params.recordid, diff --git a/ayanova/src/views/cust-customer-note.vue b/ayanova/src/views/cust-customer-note.vue index f91d1376..c700841e 100644 --- a/ayanova/src/views/cust-customer-note.vue +++ b/ayanova/src/views/cust-customer-note.vue @@ -437,7 +437,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiClipboard", title: "CustomerNoteNotes", - helpUrl: "form-customer-notes", + helpUrl: "customer-notes", formData: { ayaType: window.$gz.type.CustomerNote, recordId: vm.$route.params.recordid diff --git a/ayanova/src/views/cust-customer-notes.vue b/ayanova/src/views/cust-customer-notes.vue index ec2950f2..1ba81093 100644 --- a/ayanova/src/views/cust-customer-notes.vue +++ b/ayanova/src/views/cust-customer-notes.vue @@ -151,7 +151,7 @@ function generateMenu(vm) { readOnly: !vm.rights.change, icon: "$ayiClipboard", title: "CustomerNoteList", - helpUrl: "form-customer-notes", + helpUrl: "customer-notes", menuItems: [], formData: { ayaType: window.$gz.type.CustomerNote diff --git a/ayanova/src/views/cust-customer.vue b/ayanova/src/views/cust-customer.vue index 14031b76..b83e5fa7 100644 --- a/ayanova/src/views/cust-customer.vue +++ b/ayanova/src/views/cust-customer.vue @@ -1422,7 +1422,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiAddressCard", title: "Customer", - helpUrl: "form-customers", + helpUrl: "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 88e0e126..8fa35bb2 100644 --- a/ayanova/src/views/cust-customers.vue +++ b/ayanova/src/views/cust-customers.vue @@ -120,7 +120,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiAddressCard", title: "CustomerList", - helpUrl: "form-customers", + helpUrl: "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 84d83013..2dfdb5a1 100644 --- a/ayanova/src/views/cust-head-office.vue +++ b/ayanova/src/views/cust-head-office.vue @@ -1321,7 +1321,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiAddressCard", title: "HeadOffice", - helpUrl: "form-head-offices", + helpUrl: "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 1bc35768..299cc3d4 100644 --- a/ayanova/src/views/cust-head-offices.vue +++ b/ayanova/src/views/cust-head-offices.vue @@ -121,7 +121,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiSitemap", title: "HeadOfficeList", - helpUrl: "form-head-offices", + helpUrl: "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 b4f60221..67737da4 100644 --- a/ayanova/src/views/cust-user.vue +++ b/ayanova/src/views/cust-user.vue @@ -956,7 +956,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiUser", title: "Contact", - helpUrl: "form-cust-contacts", + helpUrl: "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 9c1d5401..9313ca4c 100644 --- a/ayanova/src/views/cust-users.vue +++ b/ayanova/src/views/cust-users.vue @@ -133,7 +133,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiUsers", title: "Contacts", - helpUrl: "form-cust-contacts", + helpUrl: "cust-contacts", menuItems: [], formData: { ayaType: window.$gz.type.User diff --git a/ayanova/src/views/customer-csr-list.vue b/ayanova/src/views/customer-csr-list.vue index b0c892d9..e67522c1 100644 --- a/ayanova/src/views/customer-csr-list.vue +++ b/ayanova/src/views/customer-csr-list.vue @@ -14,7 +14,7 @@ export default { isMain: true, icon: "$ayiConciergeBell", title: "CustomerServiceRequestList", - helpUrl: "form-customer-csr-list" + helpUrl: "customer-csr-list" }); } }; diff --git a/ayanova/src/views/customer-workorders.vue b/ayanova/src/views/customer-workorders.vue index e9b7415c..33dfbdcc 100644 --- a/ayanova/src/views/customer-workorders.vue +++ b/ayanova/src/views/customer-workorders.vue @@ -14,7 +14,7 @@ export default { isMain: true, icon: "$ayiTools", title: "WorkOrderList", - helpUrl: "form-customer-workorders" + helpUrl: "customer-workorders" }); } }; diff --git a/ayanova/src/views/home-dashboard.vue b/ayanova/src/views/home-dashboard.vue index 690ee7fd..ebd2de1c 100644 --- a/ayanova/src/views/home-dashboard.vue +++ b/ayanova/src/views/home-dashboard.vue @@ -90,7 +90,7 @@ export default { isMain: true, icon: "$ayiTachometer", title: "Dashboard", - helpUrl: "form-home-dashboard" + helpUrl: "home-dashboard" }); }, async created() { @@ -346,7 +346,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiTachometer", title: "Dashboard", - helpUrl: "form-home-dashboard", + helpUrl: "home-dashboard", menuItems: [] }; diff --git a/ayanova/src/views/home-memo.vue b/ayanova/src/views/home-memo.vue index 7e094293..4e80482a 100644 --- a/ayanova/src/views/home-memo.vue +++ b/ayanova/src/views/home-memo.vue @@ -607,7 +607,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiInbox", title: "Memo", - helpUrl: "form-home-memos", + helpUrl: "home-memos", formData: { ayaType: window.$gz.type.Memo, recordId: vm.$route.params.recordid, diff --git a/ayanova/src/views/home-memos.vue b/ayanova/src/views/home-memos.vue index fdf736b6..05281ed5 100644 --- a/ayanova/src/views/home-memos.vue +++ b/ayanova/src/views/home-memos.vue @@ -117,7 +117,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiInbox", title: "MemoList", - helpUrl: "form-home-memos", + helpUrl: "home-memos", menuItems: [], formData: { ayaType: window.$gz.type.Memo diff --git a/ayanova/src/views/home-notifications.vue b/ayanova/src/views/home-notifications.vue index 6aa50b22..e343bb5c 100644 --- a/ayanova/src/views/home-notifications.vue +++ b/ayanova/src/views/home-notifications.vue @@ -266,7 +266,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiBell", title: "Notifications", - helpUrl: "form-home-notifications", + helpUrl: "home-notifications", menuItems: [] }; diff --git a/ayanova/src/views/home-notify-direct.vue b/ayanova/src/views/home-notify-direct.vue index d5dec367..ce52c777 100644 --- a/ayanova/src/views/home-notify-direct.vue +++ b/ayanova/src/views/home-notify-direct.vue @@ -272,7 +272,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiCommentAlt", title: "DirectNotification", - helpUrl: "form-home-notify-direct", + helpUrl: "home-notify-direct", menuItems: [] }; diff --git a/ayanova/src/views/home-notify-subscription.vue b/ayanova/src/views/home-notify-subscription.vue index 3b97d157..910dcd2c 100644 --- a/ayanova/src/views/home-notify-subscription.vue +++ b/ayanova/src/views/home-notify-subscription.vue @@ -631,7 +631,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiBullhorn", title: "NotifySubscription", - helpUrl: "form-home-notify-subscriptions", + helpUrl: "home-notify-subscriptions", formData: { ayaType: window.$gz.type.NotifySubscription, recordId: vm.$route.params.recordid diff --git a/ayanova/src/views/home-notify-subscriptions.vue b/ayanova/src/views/home-notify-subscriptions.vue index ed2925c7..dbb94e78 100644 --- a/ayanova/src/views/home-notify-subscriptions.vue +++ b/ayanova/src/views/home-notify-subscriptions.vue @@ -155,7 +155,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiBullhorn", title: "NotifySubscriptionList", - helpUrl: "form-home-notify-subscriptions", + helpUrl: "home-notify-subscriptions", menuItems: [], formData: { ayaType: window.$gz.type.NotifySubscription diff --git a/ayanova/src/views/home-password.vue b/ayanova/src/views/home-password.vue index 2e12763c..41818e65 100644 --- a/ayanova/src/views/home-password.vue +++ b/ayanova/src/views/home-password.vue @@ -266,7 +266,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiKey", title: "SetLoginPassword", - helpUrl: "form-home-password", + helpUrl: "home-password", formData: { ayaType: window.$gz.type.UserOptions }, diff --git a/ayanova/src/views/home-reminder.vue b/ayanova/src/views/home-reminder.vue index 2aabd897..f3742f72 100644 --- a/ayanova/src/views/home-reminder.vue +++ b/ayanova/src/views/home-reminder.vue @@ -561,7 +561,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiStickyNote", title: "Reminder", - helpUrl: "form-home-reminders", + helpUrl: "home-reminders", formData: { ayaType: window.$gz.type.Reminder, recordId: vm.$route.params.recordid, diff --git a/ayanova/src/views/home-reminders.vue b/ayanova/src/views/home-reminders.vue index 2c9bcc7f..86788631 100644 --- a/ayanova/src/views/home-reminders.vue +++ b/ayanova/src/views/home-reminders.vue @@ -119,7 +119,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiStickyNote", title: "ReminderList", - helpUrl: "form-home-reminders", + helpUrl: "home-reminders", menuItems: [], formData: { ayaType: window.$gz.type.Reminder diff --git a/ayanova/src/views/home-review.vue b/ayanova/src/views/home-review.vue index 49250fc1..100206f1 100644 --- a/ayanova/src/views/home-review.vue +++ b/ayanova/src/views/home-review.vue @@ -662,7 +662,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiCalendarCheck", title: "Review", - helpUrl: "form-home-reviews", + helpUrl: "home-reviews", formData: { ayaType: window.$gz.type.Review, recordId: vm.$route.params.recordid, diff --git a/ayanova/src/views/home-reviews.vue b/ayanova/src/views/home-reviews.vue index 911e4543..f8bb63ab 100644 --- a/ayanova/src/views/home-reviews.vue +++ b/ayanova/src/views/home-reviews.vue @@ -177,7 +177,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiCalendarCheck", title: "ReviewList", - helpUrl: "form-home-reviews", + helpUrl: "home-reviews", menuItems: [], formData: { ayaType: window.$gz.type.Review diff --git a/ayanova/src/views/home-schedule.vue b/ayanova/src/views/home-schedule.vue index 21169a39..64b707a1 100644 --- a/ayanova/src/views/home-schedule.vue +++ b/ayanova/src/views/home-schedule.vue @@ -14,7 +14,7 @@ export default { isMain: true, icon: "$ayiCalendarDay", title: "Schedule", - helpUrl: "form-home-schedule" + helpUrl: "home-schedule" }); } }; diff --git a/ayanova/src/views/home-search.vue b/ayanova/src/views/home-search.vue index 4114c33a..af3a6c5d 100644 --- a/ayanova/src/views/home-search.vue +++ b/ayanova/src/views/home-search.vue @@ -330,7 +330,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiSearch", title: "Search", - helpUrl: "form-home-search", + helpUrl: "home-search", hideSearch: true, formData: { ayaType: window.$gz.type.UserOptions diff --git a/ayanova/src/views/home-user-settings.vue b/ayanova/src/views/home-user-settings.vue index 8ce1c1d5..f0fa2c38 100644 --- a/ayanova/src/views/home-user-settings.vue +++ b/ayanova/src/views/home-user-settings.vue @@ -445,7 +445,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiUserCog", title: "UserSettings", - helpUrl: "form-home-user-settings", + helpUrl: "home-user-settings", formData: { ayaType: window.$gz.type.UserOptions }, diff --git a/ayanova/src/views/inv-part-adjustment.vue b/ayanova/src/views/inv-part-adjustment.vue index 5509ab77..2cf643c5 100644 --- a/ayanova/src/views/inv-part-adjustment.vue +++ b/ayanova/src/views/inv-part-adjustment.vue @@ -280,7 +280,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiDolly", title: "PartInventoryAdjustment", - helpUrl: "form-inv-part-inventory-transactions", + helpUrl: "inv-part-inventory-transactions", formData: { ayaType: window.$gz.type.PartInventory, recordId: vm.$route.params.recordid, diff --git a/ayanova/src/views/inv-part-assemblies.vue b/ayanova/src/views/inv-part-assemblies.vue index 198c69b1..4d988453 100644 --- a/ayanova/src/views/inv-part-assemblies.vue +++ b/ayanova/src/views/inv-part-assemblies.vue @@ -121,7 +121,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiObjectGroup", title: "PartAssemblyList", - helpUrl: "form-inv-part-assemblies", + helpUrl: "inv-part-assemblies", menuItems: [], formData: { ayaType: window.$gz.type.PartAssembly diff --git a/ayanova/src/views/inv-part-assembly.vue b/ayanova/src/views/inv-part-assembly.vue index 14b041c0..a44b03f6 100644 --- a/ayanova/src/views/inv-part-assembly.vue +++ b/ayanova/src/views/inv-part-assembly.vue @@ -634,7 +634,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiObjectGroup", title: "PartAssembly", - helpUrl: "form-inv-part-assemblies", + helpUrl: "inv-part-assemblies", formData: { ayaType: window.$gz.type.PartAssembly, recordId: vm.$route.params.recordid, diff --git a/ayanova/src/views/inv-part-inventory-transactions.vue b/ayanova/src/views/inv-part-inventory-transactions.vue index b3fcfb85..308ee96a 100644 --- a/ayanova/src/views/inv-part-inventory-transactions.vue +++ b/ayanova/src/views/inv-part-inventory-transactions.vue @@ -139,7 +139,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiDolly", title: "PartInventoryTransactionList", - helpUrl: "form-inv-part-inventory-transactions", + helpUrl: "inv-part-inventory-transactions", menuItems: [], formData: { ayaType: window.$gz.type.PartInventory diff --git a/ayanova/src/views/inv-part-inventory.vue b/ayanova/src/views/inv-part-inventory.vue index faca37d6..73ccfc09 100644 --- a/ayanova/src/views/inv-part-inventory.vue +++ b/ayanova/src/views/inv-part-inventory.vue @@ -139,7 +139,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiPallet", title: "PartInventoryList", - helpUrl: "form-inv-part-inventory", + helpUrl: "inv-part-inventory", menuItems: [], formData: { ayaType: window.$gz.type.PartInventory diff --git a/ayanova/src/views/inv-part-requests.vue b/ayanova/src/views/inv-part-requests.vue index 2441cf2b..95248527 100644 --- a/ayanova/src/views/inv-part-requests.vue +++ b/ayanova/src/views/inv-part-requests.vue @@ -14,7 +14,7 @@ export default { isMain: true, icon: "$ayiPaperPlane", title: "WorkOrderItemPartRequestList", - helpUrl: "form-inv-part-requests" + helpUrl: "inv-part-requests" }); } }; diff --git a/ayanova/src/views/inv-part-serials.vue b/ayanova/src/views/inv-part-serials.vue index 9654e0d7..6a1727db 100644 --- a/ayanova/src/views/inv-part-serials.vue +++ b/ayanova/src/views/inv-part-serials.vue @@ -345,7 +345,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: null, title: "PartSerialNumbersAvailable", - helpUrl: "form-inv-part-serials", + helpUrl: "inv-part-serials", formData: { // ayaType: window.$gz.type.Par, // recordId: vm.$route.params.recordid, diff --git a/ayanova/src/views/inv-part-stock-levels.vue b/ayanova/src/views/inv-part-stock-levels.vue index 79a56b73..4de23a45 100644 --- a/ayanova/src/views/inv-part-stock-levels.vue +++ b/ayanova/src/views/inv-part-stock-levels.vue @@ -381,7 +381,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: null, title: "PartStockingLevels", - helpUrl: "form-inv-part-stock-levels", + helpUrl: "inv-part-stock-levels", formData: {}, menuItems: [] }; diff --git a/ayanova/src/views/inv-part-warehouse.vue b/ayanova/src/views/inv-part-warehouse.vue index 591ac6f2..c8ef4b6f 100644 --- a/ayanova/src/views/inv-part-warehouse.vue +++ b/ayanova/src/views/inv-part-warehouse.vue @@ -521,7 +521,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiWarehouse", title: "PartWarehouse", - helpUrl: "form-inv-part-warehouses", + helpUrl: "inv-part-warehouses", formData: { ayaType: window.$gz.type.PartWarehouse, recordId: vm.$route.params.recordid, diff --git a/ayanova/src/views/inv-part-warehouses.vue b/ayanova/src/views/inv-part-warehouses.vue index da4f4724..4230dd4b 100644 --- a/ayanova/src/views/inv-part-warehouses.vue +++ b/ayanova/src/views/inv-part-warehouses.vue @@ -121,7 +121,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiWarehouse", title: "PartWarehouseList", - helpUrl: "form-inv-part-warehouses", + helpUrl: "inv-part-warehouses", menuItems: [], formData: { ayaType: window.$gz.type.PartWarehouse diff --git a/ayanova/src/views/inv-part.vue b/ayanova/src/views/inv-part.vue index dc66eeed..8a8caa86 100644 --- a/ayanova/src/views/inv-part.vue +++ b/ayanova/src/views/inv-part.vue @@ -749,7 +749,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiBoxes", title: "Part", - helpUrl: "form-inv-parts", + helpUrl: "inv-parts", formData: { ayaType: window.$gz.type.Part, recordId: vm.$route.params.recordid, diff --git a/ayanova/src/views/inv-parts.vue b/ayanova/src/views/inv-parts.vue index 64b95c79..2a120d71 100644 --- a/ayanova/src/views/inv-parts.vue +++ b/ayanova/src/views/inv-parts.vue @@ -117,7 +117,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiBoxes", title: "PartList", - helpUrl: "form-inv-parts", + helpUrl: "inv-parts", menuItems: [], formData: { ayaType: window.$gz.type.Part diff --git a/ayanova/src/views/inv-purchase-order-receipts.vue b/ayanova/src/views/inv-purchase-order-receipts.vue index 8c65e1fc..a274d4cd 100644 --- a/ayanova/src/views/inv-purchase-order-receipts.vue +++ b/ayanova/src/views/inv-purchase-order-receipts.vue @@ -14,7 +14,7 @@ export default { isMain: true, icon: "$ayiDollyFlatbed", title: "InventoryPurchaseOrderReceipts", - helpUrl: "form-inv-purchase-order-receipts" + helpUrl: "inv-purchase-order-receipts" }); } }; diff --git a/ayanova/src/views/inv-purchase-orders.vue b/ayanova/src/views/inv-purchase-orders.vue index 75dcea80..0822ff17 100644 --- a/ayanova/src/views/inv-purchase-orders.vue +++ b/ayanova/src/views/inv-purchase-orders.vue @@ -14,7 +14,7 @@ export default { isMain: true, icon: "$ayiShippingFast", title: "InventoryPurchaseOrders", - helpUrl: "form-inv-purchase-orders" + helpUrl: "inv-purchase-orders" }); } }; diff --git a/ayanova/src/views/ops-backup.vue b/ayanova/src/views/ops-backup.vue index c7a1abd3..a18f292b 100644 --- a/ayanova/src/views/ops-backup.vue +++ b/ayanova/src/views/ops-backup.vue @@ -366,7 +366,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiFileArchive", title: "Backup", - helpUrl: "form-ops-backup", + helpUrl: "ops-backup", formData: { ayaType: window.$gz.type.Backup }, diff --git a/ayanova/src/views/ops-jobs.vue b/ayanova/src/views/ops-jobs.vue index 79644bba..ff9cce98 100644 --- a/ayanova/src/views/ops-jobs.vue +++ b/ayanova/src/views/ops-jobs.vue @@ -175,7 +175,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiRobot", title: "ServerJobs", - helpUrl: "form-ops-jobs", + helpUrl: "ops-jobs", formData: { ayaType: window.$gz.type.ServerJob }, diff --git a/ayanova/src/views/ops-log.vue b/ayanova/src/views/ops-log.vue index 50113a58..4c7bc7ea 100644 --- a/ayanova/src/views/ops-log.vue +++ b/ayanova/src/views/ops-log.vue @@ -145,7 +145,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiHistory", title: "ServerLog", - helpUrl: "form-ops-log", + helpUrl: "ops-log", formData: { ayaType: window.$gz.type.LogFile }, diff --git a/ayanova/src/views/ops-metrics.vue b/ayanova/src/views/ops-metrics.vue index 1fe2e177..5ddce33d 100644 --- a/ayanova/src/views/ops-metrics.vue +++ b/ayanova/src/views/ops-metrics.vue @@ -431,7 +431,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiFileMedicalAlt", title: "ServerMetrics", - helpUrl: "form-ops-metrics", + helpUrl: "ops-metrics", formData: { ayaType: window.$gz.type.ServerMetrics }, diff --git a/ayanova/src/views/ops-notification-settings.vue b/ayanova/src/views/ops-notification-settings.vue index d49cf19c..d6f595e6 100644 --- a/ayanova/src/views/ops-notification-settings.vue +++ b/ayanova/src/views/ops-notification-settings.vue @@ -379,7 +379,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiBullhorn", title: "NotificationSettings", - helpUrl: "form-ops-notification-settings", + helpUrl: "ops-notification-settings", formData: { ayaType: window.$gz.type.OpsNotificationSettings }, diff --git a/ayanova/src/views/ops-notify-queue.vue b/ayanova/src/views/ops-notify-queue.vue index 076e6dc8..4426149d 100644 --- a/ayanova/src/views/ops-notify-queue.vue +++ b/ayanova/src/views/ops-notify-queue.vue @@ -187,7 +187,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiBullhorn", title: "NotifyQueue", - helpUrl: "form-ops-notify-queue", + helpUrl: "ops-notify-queue", formData: { ayaType: window.$gz.type.ServerJob }, diff --git a/ayanova/src/views/ops-profile.vue b/ayanova/src/views/ops-profile.vue index e4f07868..160860bb 100644 --- a/ayanova/src/views/ops-profile.vue +++ b/ayanova/src/views/ops-profile.vue @@ -87,7 +87,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiBinoculars", title: "ServerProfiler", - helpUrl: "form-ops-profile", + helpUrl: "ops-profile", formData: { ayaType: window.$gz.type.ServerMetrics }, diff --git a/ayanova/src/views/ops-server-state.vue b/ayanova/src/views/ops-server-state.vue index 3372fa2f..b1b3e26e 100644 --- a/ayanova/src/views/ops-server-state.vue +++ b/ayanova/src/views/ops-server-state.vue @@ -251,7 +251,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiDoorOpen", title: "ServerState", - helpUrl: "form-ops-server-state", + helpUrl: "ops-server-state", formData: { ayaType: window.$gz.type.ServerState }, diff --git a/ayanova/src/views/svc-contracts.vue b/ayanova/src/views/svc-contracts.vue index 8220de38..913590b0 100644 --- a/ayanova/src/views/svc-contracts.vue +++ b/ayanova/src/views/svc-contracts.vue @@ -14,7 +14,7 @@ export default { isMain: true, icon: "$ayiFileContract", title: "ContractList", - helpUrl: "form-svc-contracts" + helpUrl: "svc-contracts" }); } }; diff --git a/ayanova/src/views/svc-csr.vue b/ayanova/src/views/svc-csr.vue index c029d113..0eb85fcc 100644 --- a/ayanova/src/views/svc-csr.vue +++ b/ayanova/src/views/svc-csr.vue @@ -753,7 +753,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly || vm.obj.status != 0, icon: "$ayiConciergeBell", title: "CustomerServiceRequest", - helpUrl: "form-svc-csr", + helpUrl: "svc-csr", formData: { ayaType: window.$gz.type.CustomerServiceRequest, recordId: vm.$route.params.recordid, diff --git a/ayanova/src/views/svc-csrs.vue b/ayanova/src/views/svc-csrs.vue index e8633e16..be015dd7 100644 --- a/ayanova/src/views/svc-csrs.vue +++ b/ayanova/src/views/svc-csrs.vue @@ -131,7 +131,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiConciergeBell", title: "CustomerServiceRequestList", - helpUrl: "form-svc-csr", + helpUrl: "svc-csr", menuItems: [], formData: { ayaType: window.$gz.type.CustomerServiceRequest diff --git a/ayanova/src/views/svc-loaner.vue b/ayanova/src/views/svc-loaner.vue index 5d06c06c..f25f3962 100644 --- a/ayanova/src/views/svc-loaner.vue +++ b/ayanova/src/views/svc-loaner.vue @@ -740,7 +740,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiPlug", title: "LoanUnit", - helpUrl: "form-svc-loaners", + helpUrl: "svc-loaners", formData: { ayaType: window.$gz.type.LoanUnit, recordId: vm.$route.params.recordid, diff --git a/ayanova/src/views/svc-loaners.vue b/ayanova/src/views/svc-loaners.vue index 04ba3321..c4cce55c 100644 --- a/ayanova/src/views/svc-loaners.vue +++ b/ayanova/src/views/svc-loaners.vue @@ -119,7 +119,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiPlug", title: "LoanUnitList", - helpUrl: "form-svc-loaners", + helpUrl: "svc-loaners", menuItems: [], formData: { ayaType: window.$gz.type.LoanUnit diff --git a/ayanova/src/views/svc-pm-list.vue b/ayanova/src/views/svc-pm-list.vue index cb0134bf..0028f1d7 100644 --- a/ayanova/src/views/svc-pm-list.vue +++ b/ayanova/src/views/svc-pm-list.vue @@ -14,7 +14,7 @@ export default { isMain: true, icon: "$ayiBusinessTime", title: "PMList", - helpUrl: "form-svc-pm-list" + helpUrl: "svc-pm-list" }); } }; diff --git a/ayanova/src/views/svc-pm-templates.vue b/ayanova/src/views/svc-pm-templates.vue index dc16c204..f1ad6c90 100644 --- a/ayanova/src/views/svc-pm-templates.vue +++ b/ayanova/src/views/svc-pm-templates.vue @@ -14,7 +14,7 @@ export default { isMain: true, icon: "$ayiStamp", title: "PMTemplate", - helpUrl: "form-svc-pm-templates" + helpUrl: "svc-pm-templates" }); } }; diff --git a/ayanova/src/views/svc-project.vue b/ayanova/src/views/svc-project.vue index c6c04442..35af81a0 100644 --- a/ayanova/src/views/svc-project.vue +++ b/ayanova/src/views/svc-project.vue @@ -590,7 +590,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiProjectDiagram", title: "Project", - helpUrl: "form-svc-projects", + helpUrl: "svc-projects", formData: { ayaType: window.$gz.type.Project, recordId: vm.$route.params.recordid, diff --git a/ayanova/src/views/svc-projects.vue b/ayanova/src/views/svc-projects.vue index acc37f6b..c1342261 100644 --- a/ayanova/src/views/svc-projects.vue +++ b/ayanova/src/views/svc-projects.vue @@ -117,7 +117,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiProjectDiagram", title: "ProjectList", - helpUrl: "form-svc-projects", + helpUrl: "svc-projects", menuItems: [], formData: { ayaType: window.$gz.type.Project diff --git a/ayanova/src/views/svc-quote-templates.vue b/ayanova/src/views/svc-quote-templates.vue index df398f53..fdd5f804 100644 --- a/ayanova/src/views/svc-quote-templates.vue +++ b/ayanova/src/views/svc-quote-templates.vue @@ -14,7 +14,7 @@ export default { isMain: true, icon: "$ayiStamp", title: "WorkOrderQuoteTemplate", - helpUrl: "form-svc-quote-templates" + helpUrl: "svc-quote-templates" }); } }; diff --git a/ayanova/src/views/svc-quotes.vue b/ayanova/src/views/svc-quotes.vue index 3b3c48fc..c74d750d 100644 --- a/ayanova/src/views/svc-quotes.vue +++ b/ayanova/src/views/svc-quotes.vue @@ -14,7 +14,7 @@ export default { isMain: true, icon: "$ayiPencilAlt", title: "QuoteList", - helpUrl: "form-svc-quotes" + helpUrl: "svc-quotes" }); } }; diff --git a/ayanova/src/views/svc-schedule.vue b/ayanova/src/views/svc-schedule.vue index e6321ac0..b9d8a555 100644 --- a/ayanova/src/views/svc-schedule.vue +++ b/ayanova/src/views/svc-schedule.vue @@ -14,7 +14,7 @@ export default { isMain: true, icon: "$ayiCalendarAlt", title: "Schedule", - helpUrl: "form-svc-schedule" + helpUrl: "svc-schedule" }); } }; diff --git a/ayanova/src/views/svc-unit-model.vue b/ayanova/src/views/svc-unit-model.vue index 7fcceef3..a473fa18 100644 --- a/ayanova/src/views/svc-unit-model.vue +++ b/ayanova/src/views/svc-unit-model.vue @@ -701,7 +701,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiDiceD20", title: "UnitModel", - helpUrl: "form-svc-unit-models", + helpUrl: "svc-unit-models", formData: { ayaType: window.$gz.type.UnitModel, recordId: vm.$route.params.recordid, diff --git a/ayanova/src/views/svc-unit-models.vue b/ayanova/src/views/svc-unit-models.vue index a2758e82..80716d82 100644 --- a/ayanova/src/views/svc-unit-models.vue +++ b/ayanova/src/views/svc-unit-models.vue @@ -119,7 +119,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiDiceD20", title: "UnitModels", - helpUrl: "form-svc-unit-models", + helpUrl: "svc-unit-models", menuItems: [], formData: { ayaType: window.$gz.type.UnitModel diff --git a/ayanova/src/views/svc-unit.vue b/ayanova/src/views/svc-unit.vue index 68614174..743e66af 100644 --- a/ayanova/src/views/svc-unit.vue +++ b/ayanova/src/views/svc-unit.vue @@ -1272,7 +1272,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiFan", title: "Unit", - helpUrl: "form-svc-units", + helpUrl: "svc-units", formData: { ayaType: window.$gz.type.Unit, recordId: vm.$route.params.recordid, diff --git a/ayanova/src/views/svc-units.vue b/ayanova/src/views/svc-units.vue index 6637ba3f..37d03543 100644 --- a/ayanova/src/views/svc-units.vue +++ b/ayanova/src/views/svc-units.vue @@ -117,7 +117,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiFan", title: "UnitList", - helpUrl: "form-svc-units", + helpUrl: "svc-units", menuItems: [], formData: { ayaType: window.$gz.type.Unit diff --git a/ayanova/src/views/svc-workorder-templates.vue b/ayanova/src/views/svc-workorder-templates.vue index cc88c1ae..c719dca3 100644 --- a/ayanova/src/views/svc-workorder-templates.vue +++ b/ayanova/src/views/svc-workorder-templates.vue @@ -14,7 +14,7 @@ export default { isMain: true, icon: "$ayiStamp", title: "WorkOrderServiceTemplate", - helpUrl: "form-svc-workorder-templates" + helpUrl: "svc-workorder-templates" }); } }; diff --git a/ayanova/src/views/svc-workorders.vue b/ayanova/src/views/svc-workorders.vue index ebad7614..bcff5d3f 100644 --- a/ayanova/src/views/svc-workorders.vue +++ b/ayanova/src/views/svc-workorders.vue @@ -14,7 +14,7 @@ export default { isMain: true, icon: "$ayiTools", title: "WorkOrderList", - helpUrl: "form-svc-workorders" + helpUrl: "svc-workorders" }); } }; diff --git a/ayanova/src/views/vendor.vue b/ayanova/src/views/vendor.vue index 1ddf6348..650a111f 100644 --- a/ayanova/src/views/vendor.vue +++ b/ayanova/src/views/vendor.vue @@ -1103,7 +1103,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiStore", title: "Vendor", - helpUrl: "form-vendors", + helpUrl: "vendors", formData: { ayaType: window.$gz.type.Vendor, recordId: vm.$route.params.recordid, diff --git a/ayanova/src/views/vendors.vue b/ayanova/src/views/vendors.vue index d63d483c..ef9d7c66 100644 --- a/ayanova/src/views/vendors.vue +++ b/ayanova/src/views/vendors.vue @@ -117,7 +117,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiStore", title: "VendorList", - helpUrl: "form-vendors", + helpUrl: "vendors", menuItems: [], formData: { ayaType: window.$gz.type.Vendor diff --git a/ayanova/src/views/widget.vue b/ayanova/src/views/widget.vue index 519cd90c..48aa4b81 100644 --- a/ayanova/src/views/widget.vue +++ b/ayanova/src/views/widget.vue @@ -655,7 +655,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiSplotch", title: "Widget", - helpUrl: "form-widgets", + helpUrl: "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 28090262..e675f956 100644 --- a/ayanova/src/views/widgets.vue +++ b/ayanova/src/views/widgets.vue @@ -117,7 +117,7 @@ function generateMenu(vm) { isMain: true, icon: "$ayiVial", title: "WidgetList", - helpUrl: "form-widgets", + helpUrl: "widgets", menuItems: [], formData: { ayaType: window.$gz.type.Widget