This commit is contained in:
2019-12-17 19:15:46 +00:00
parent 93fa6dcd26
commit 3e62548992
2 changed files with 27 additions and 0 deletions

View File

@@ -249,6 +249,30 @@ export default function initialize() {
key: key++
});
//CONTRACTS subitem
sub.push({
title: window.$gz.locale.get("ContractList"),
icon: "file-contract",
route: "/contracts",
key: key++
});
//CUSTOMER SERVICE REQUESTS subitem
sub.push({
title: window.$gz.locale.get("ClientServiceRequestList"),
icon: "child",
route: "/csr",
key: key++
});
//LOANERS subitem
sub.push({
title: window.$gz.locale.get("LoanItemList"),
icon: "plug",
route: "/loaners",
key: key++
});
//**** Service (TOP GROUP)
addNavItem(
window.$gz.locale.get("Service"),

View File

@@ -66,6 +66,9 @@ export default {
"WorkorderPreventiveMaintenanceTemplate",
"UnitList",
"UnitModels",
"ContractList",
"ClientServiceRequestList",
"LoanItemList",
//"Dispatch",
"Inventory",
"Accounting",