This commit is contained in:
@@ -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"),
|
||||
|
||||
@@ -66,6 +66,9 @@ export default {
|
||||
"WorkorderPreventiveMaintenanceTemplate",
|
||||
"UnitList",
|
||||
"UnitModels",
|
||||
"ContractList",
|
||||
"ClientServiceRequestList",
|
||||
"LoanItemList",
|
||||
//"Dispatch",
|
||||
"Inventory",
|
||||
"Accounting",
|
||||
|
||||
Reference in New Issue
Block a user