This commit is contained in:
@@ -249,6 +249,30 @@ export default function initialize() {
|
|||||||
key: key++
|
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)
|
//**** Service (TOP GROUP)
|
||||||
addNavItem(
|
addNavItem(
|
||||||
window.$gz.locale.get("Service"),
|
window.$gz.locale.get("Service"),
|
||||||
|
|||||||
@@ -66,6 +66,9 @@ export default {
|
|||||||
"WorkorderPreventiveMaintenanceTemplate",
|
"WorkorderPreventiveMaintenanceTemplate",
|
||||||
"UnitList",
|
"UnitList",
|
||||||
"UnitModels",
|
"UnitModels",
|
||||||
|
"ContractList",
|
||||||
|
"ClientServiceRequestList",
|
||||||
|
"LoanItemList",
|
||||||
//"Dispatch",
|
//"Dispatch",
|
||||||
"Inventory",
|
"Inventory",
|
||||||
"Accounting",
|
"Accounting",
|
||||||
|
|||||||
Reference in New Issue
Block a user