This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -2,18 +2,18 @@
|
||||
<div>
|
||||
<gz-report-selector ref="reportSelector"></gz-report-selector>
|
||||
<gz-extensions
|
||||
:ayaType="ayType"
|
||||
:selectedItems="selectedItems"
|
||||
:aya-type="ayType"
|
||||
:selected-items="selectedItems"
|
||||
ref="extensions"
|
||||
>
|
||||
</gz-extensions>
|
||||
<gz-data-table
|
||||
ref="gzdatatable"
|
||||
formKey="travel-rate-list"
|
||||
dataListKey="TravelRateDataList"
|
||||
:showSelect="rights.read"
|
||||
form-key="travel-rate-list"
|
||||
data-list-key="TravelRateDataList"
|
||||
:show-select="rights.read"
|
||||
:reload="reload"
|
||||
v-on:selection-change="handleSelected"
|
||||
@selection-change="handleSelected"
|
||||
data-cy="travelRatesTable"
|
||||
>
|
||||
</gz-data-table>
|
||||
@@ -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
|
||||
|
||||
@@ -281,7 +281,7 @@ function generateMenu(vm) {
|
||||
isMain: true,
|
||||
icon: "$ayiFolder",
|
||||
title: "Attachments",
|
||||
helpUrl: "form-adm-attachments",
|
||||
helpUrl: "adm-attachments",
|
||||
menuItems: []
|
||||
};
|
||||
|
||||
|
||||
@@ -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: []
|
||||
};
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -73,7 +73,7 @@ function generateMenu(vm) {
|
||||
isMain: true,
|
||||
icon: "$ayiHistory",
|
||||
title: "History",
|
||||
helpUrl: "form-adm-history",
|
||||
helpUrl: "adm-history",
|
||||
hideSearch: true,
|
||||
menuItems: []
|
||||
};
|
||||
|
||||
@@ -146,7 +146,7 @@ function generateMenu(vm) {
|
||||
isMain: true,
|
||||
icon: "$ayiFileImport",
|
||||
title: "Import",
|
||||
helpUrl: "form-adm-import",
|
||||
helpUrl: "adm-import",
|
||||
menuItems: []
|
||||
};
|
||||
|
||||
|
||||
@@ -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
|
||||
},
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -193,7 +193,7 @@ function generateMenu(vm) {
|
||||
isMain: false,
|
||||
icon: "$ayiInfoCircle",
|
||||
title: "HelpAboutAyaNova",
|
||||
helpUrl: "form-ay-about",
|
||||
helpUrl: "ay-about",
|
||||
menuItems: [
|
||||
{
|
||||
title: "CopySupportInfo",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -22,7 +22,7 @@ export default {
|
||||
isMain: false,
|
||||
icon: "$ayiInfoCircle",
|
||||
title: "Log",
|
||||
helpUrl: "form-ay-log",
|
||||
helpUrl: "ay-log",
|
||||
|
||||
menuItems: []
|
||||
});
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "$ayiConciergeBell",
|
||||
title: "CustomerServiceRequestList",
|
||||
helpUrl: "form-customer-csr-list"
|
||||
helpUrl: "customer-csr-list"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "$ayiTools",
|
||||
title: "WorkOrderList",
|
||||
helpUrl: "form-customer-workorders"
|
||||
helpUrl: "customer-workorders"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -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: []
|
||||
};
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -266,7 +266,7 @@ function generateMenu(vm) {
|
||||
isMain: true,
|
||||
icon: "$ayiBell",
|
||||
title: "Notifications",
|
||||
helpUrl: "form-home-notifications",
|
||||
helpUrl: "home-notifications",
|
||||
menuItems: []
|
||||
};
|
||||
|
||||
|
||||
@@ -272,7 +272,7 @@ function generateMenu(vm) {
|
||||
isMain: true,
|
||||
icon: "$ayiCommentAlt",
|
||||
title: "DirectNotification",
|
||||
helpUrl: "form-home-notify-direct",
|
||||
helpUrl: "home-notify-direct",
|
||||
|
||||
menuItems: []
|
||||
};
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
},
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "$ayiCalendarDay",
|
||||
title: "Schedule",
|
||||
helpUrl: "form-home-schedule"
|
||||
helpUrl: "home-schedule"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
},
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "$ayiPaperPlane",
|
||||
title: "WorkOrderItemPartRequestList",
|
||||
helpUrl: "form-inv-part-requests"
|
||||
helpUrl: "inv-part-requests"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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: []
|
||||
};
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "$ayiDollyFlatbed",
|
||||
title: "InventoryPurchaseOrderReceipts",
|
||||
helpUrl: "form-inv-purchase-order-receipts"
|
||||
helpUrl: "inv-purchase-order-receipts"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "$ayiShippingFast",
|
||||
title: "InventoryPurchaseOrders",
|
||||
helpUrl: "form-inv-purchase-orders"
|
||||
helpUrl: "inv-purchase-orders"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -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
|
||||
},
|
||||
|
||||
@@ -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
|
||||
},
|
||||
|
||||
@@ -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
|
||||
},
|
||||
|
||||
@@ -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
|
||||
},
|
||||
|
||||
@@ -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
|
||||
},
|
||||
|
||||
@@ -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
|
||||
},
|
||||
|
||||
@@ -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
|
||||
},
|
||||
|
||||
@@ -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
|
||||
},
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "$ayiFileContract",
|
||||
title: "ContractList",
|
||||
helpUrl: "form-svc-contracts"
|
||||
helpUrl: "svc-contracts"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "$ayiBusinessTime",
|
||||
title: "PMList",
|
||||
helpUrl: "form-svc-pm-list"
|
||||
helpUrl: "svc-pm-list"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "$ayiStamp",
|
||||
title: "PMTemplate",
|
||||
helpUrl: "form-svc-pm-templates"
|
||||
helpUrl: "svc-pm-templates"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "$ayiStamp",
|
||||
title: "WorkOrderQuoteTemplate",
|
||||
helpUrl: "form-svc-quote-templates"
|
||||
helpUrl: "svc-quote-templates"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "$ayiPencilAlt",
|
||||
title: "QuoteList",
|
||||
helpUrl: "form-svc-quotes"
|
||||
helpUrl: "svc-quotes"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "$ayiCalendarAlt",
|
||||
title: "Schedule",
|
||||
helpUrl: "form-svc-schedule"
|
||||
helpUrl: "svc-schedule"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "$ayiStamp",
|
||||
title: "WorkOrderServiceTemplate",
|
||||
helpUrl: "form-svc-workorder-templates"
|
||||
helpUrl: "svc-workorder-templates"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "$ayiTools",
|
||||
title: "WorkOrderList",
|
||||
helpUrl: "form-svc-workorders"
|
||||
helpUrl: "svc-workorders"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user