This commit is contained in:
2021-02-09 23:51:26 +00:00
parent f1525671cf
commit 9d86220f94
96 changed files with 102 additions and 105 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -281,7 +281,7 @@ function generateMenu(vm) {
isMain: true,
icon: "$ayiFolder",
title: "Attachments",
helpUrl: "form-adm-attachments",
helpUrl: "adm-attachments",
menuItems: []
};

View File

@@ -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: []
};

View File

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

View File

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

View File

@@ -73,7 +73,7 @@ function generateMenu(vm) {
isMain: true,
icon: "$ayiHistory",
title: "History",
helpUrl: "form-adm-history",
helpUrl: "adm-history",
hideSearch: true,
menuItems: []
};

View File

@@ -146,7 +146,7 @@ function generateMenu(vm) {
isMain: true,
icon: "$ayiFileImport",
title: "Import",
helpUrl: "form-adm-import",
helpUrl: "adm-import",
menuItems: []
};

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -193,7 +193,7 @@ function generateMenu(vm) {
isMain: false,
icon: "$ayiInfoCircle",
title: "HelpAboutAyaNova",
helpUrl: "form-ay-about",
helpUrl: "ay-about",
menuItems: [
{
title: "CopySupportInfo",

View File

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

View File

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

View File

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

View File

@@ -22,7 +22,7 @@ export default {
isMain: false,
icon: "$ayiInfoCircle",
title: "Log",
helpUrl: "form-ay-log",
helpUrl: "ay-log",
menuItems: []
});

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -14,7 +14,7 @@ export default {
isMain: true,
icon: "$ayiConciergeBell",
title: "CustomerServiceRequestList",
helpUrl: "form-customer-csr-list"
helpUrl: "customer-csr-list"
});
}
};

View File

@@ -14,7 +14,7 @@ export default {
isMain: true,
icon: "$ayiTools",
title: "WorkOrderList",
helpUrl: "form-customer-workorders"
helpUrl: "customer-workorders"
});
}
};

View File

@@ -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: []
};

View File

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

View File

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

View File

@@ -266,7 +266,7 @@ function generateMenu(vm) {
isMain: true,
icon: "$ayiBell",
title: "Notifications",
helpUrl: "form-home-notifications",
helpUrl: "home-notifications",
menuItems: []
};

View File

@@ -272,7 +272,7 @@ function generateMenu(vm) {
isMain: true,
icon: "$ayiCommentAlt",
title: "DirectNotification",
helpUrl: "form-home-notify-direct",
helpUrl: "home-notify-direct",
menuItems: []
};

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -14,7 +14,7 @@ export default {
isMain: true,
icon: "$ayiCalendarDay",
title: "Schedule",
helpUrl: "form-home-schedule"
helpUrl: "home-schedule"
});
}
};

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -14,7 +14,7 @@ export default {
isMain: true,
icon: "$ayiPaperPlane",
title: "WorkOrderItemPartRequestList",
helpUrl: "form-inv-part-requests"
helpUrl: "inv-part-requests"
});
}
};

View File

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

View File

@@ -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: []
};

View File

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

View File

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

View File

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

View File

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

View File

@@ -14,7 +14,7 @@ export default {
isMain: true,
icon: "$ayiDollyFlatbed",
title: "InventoryPurchaseOrderReceipts",
helpUrl: "form-inv-purchase-order-receipts"
helpUrl: "inv-purchase-order-receipts"
});
}
};

View File

@@ -14,7 +14,7 @@ export default {
isMain: true,
icon: "$ayiShippingFast",
title: "InventoryPurchaseOrders",
helpUrl: "form-inv-purchase-orders"
helpUrl: "inv-purchase-orders"
});
}
};

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -14,7 +14,7 @@ export default {
isMain: true,
icon: "$ayiFileContract",
title: "ContractList",
helpUrl: "form-svc-contracts"
helpUrl: "svc-contracts"
});
}
};

View File

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

View File

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

View File

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

View File

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

View File

@@ -14,7 +14,7 @@ export default {
isMain: true,
icon: "$ayiBusinessTime",
title: "PMList",
helpUrl: "form-svc-pm-list"
helpUrl: "svc-pm-list"
});
}
};

View File

@@ -14,7 +14,7 @@ export default {
isMain: true,
icon: "$ayiStamp",
title: "PMTemplate",
helpUrl: "form-svc-pm-templates"
helpUrl: "svc-pm-templates"
});
}
};

View File

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

View File

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

View File

@@ -14,7 +14,7 @@ export default {
isMain: true,
icon: "$ayiStamp",
title: "WorkOrderQuoteTemplate",
helpUrl: "form-svc-quote-templates"
helpUrl: "svc-quote-templates"
});
}
};

View File

@@ -14,7 +14,7 @@ export default {
isMain: true,
icon: "$ayiPencilAlt",
title: "QuoteList",
helpUrl: "form-svc-quotes"
helpUrl: "svc-quotes"
});
}
};

View File

@@ -14,7 +14,7 @@ export default {
isMain: true,
icon: "$ayiCalendarAlt",
title: "Schedule",
helpUrl: "form-svc-schedule"
helpUrl: "svc-schedule"
});
}
};

View File

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

View File

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

View File

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

View File

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

View File

@@ -14,7 +14,7 @@ export default {
isMain: true,
icon: "$ayiStamp",
title: "WorkOrderServiceTemplate",
helpUrl: "form-svc-workorder-templates"
helpUrl: "svc-workorder-templates"
});
}
};

View File

@@ -14,7 +14,7 @@ export default {
isMain: true,
icon: "$ayiTools",
title: "WorkOrderList",
helpUrl: "form-svc-workorders"
helpUrl: "svc-workorders"
});
}
};

View File

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

View File

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

View File

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

View File

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