diff --git a/ayanova/src/api/initialize.js b/ayanova/src/api/initialize.js index ea184aa9..d2f9f5eb 100644 --- a/ayanova/src/api/initialize.js +++ b/ayanova/src/api/initialize.js @@ -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"), diff --git a/ayanova/src/api/locale.js b/ayanova/src/api/locale.js index 0b4c9ac3..680a5100 100644 --- a/ayanova/src/api/locale.js +++ b/ayanova/src/api/locale.js @@ -66,6 +66,9 @@ export default { "WorkorderPreventiveMaintenanceTemplate", "UnitList", "UnitModels", + "ContractList", + "ClientServiceRequestList", + "LoanItemList", //"Dispatch", "Inventory", "Accounting",