ltkey stuff

This commit is contained in:
2020-05-09 00:33:54 +00:00
parent 32fc31429b
commit d02cb84f82
8 changed files with 18 additions and 18 deletions

View File

@@ -251,7 +251,7 @@ export default function initialize() {
]) ])
) { ) {
sub.push({ sub.push({
title: t("WorkOrderServiceList"), title: t("WorkOrderList"),
icon: "fa-tools", icon: "fa-tools",
route: "/svc-workorders", route: "/svc-workorders",
key: key++ key: key++
@@ -272,7 +272,7 @@ export default function initialize() {
//NOTE: this is the only item in this service level area that is visible to Sales //NOTE: this is the only item in this service level area that is visible to Sales
//so there is no separate role check here as the service group role check supersedes this //so there is no separate role check here as the service group role check supersedes this
sub.push({ sub.push({
title: t("WorkOrderQuoteList"), title: t("QuoteList"),
icon: "fa-pencil-alt", icon: "fa-pencil-alt",
route: "/svc-quotes", route: "/svc-quotes",
key: key++ key: key++
@@ -290,7 +290,7 @@ export default function initialize() {
]) ])
) { ) {
sub.push({ sub.push({
title: t("WorkOrderPreventiveMaintenanceList"), title: t("PMList"),
icon: "fa-business-time", icon: "fa-business-time",
route: "/svc-pm-list", route: "/svc-pm-list",
key: key++ key: key++
@@ -335,7 +335,7 @@ export default function initialize() {
]) ])
) { ) {
sub.push({ sub.push({
title: t("LoanItemList"), title: t("LoanUnitList"),
icon: "fa-plug", icon: "fa-plug",
route: "/svc-loaners", route: "/svc-loaners",
key: key++ key: key++
@@ -373,7 +373,7 @@ export default function initialize() {
]) ])
) { ) {
sub.push({ sub.push({
title: t("ClientServiceRequestList"), title: t("CustomerServiceRequestList"),
icon: "fa-child", icon: "fa-child",
route: "/svc-csr-list", route: "/svc-csr-list",
key: key++ key: key++
@@ -712,7 +712,7 @@ export default function initialize() {
//CSR LIST subitem //CSR LIST subitem
sub.push({ sub.push({
title: t("ClientServiceRequestList"), title: t("CustomerServiceRequestList"),
icon: "fa-child", icon: "fa-child",
route: "/customer-csr-list", route: "/customer-csr-list",
key: key++ key: key++
@@ -720,7 +720,7 @@ export default function initialize() {
//WORKORDERS subitem //WORKORDERS subitem
sub.push({ sub.push({
title: t("WorkOrderServiceList"), title: t("WorkOrderList"),
icon: "fa-tools", icon: "fa-tools",
route: "/customer-workorders", route: "/customer-workorders",
key: key++ key: key++

View File

@@ -64,17 +64,17 @@ export default {
"Service", "Service",
"CustomerList", "CustomerList",
"HeadOfficeList", "HeadOfficeList",
"WorkOrderServiceList", "WorkOrderList",
"WorkOrderServiceTemplate", "WorkOrderServiceTemplate",
"WorkOrderQuoteList", "QuoteList",
"WorkOrderQuoteTemplate", "WorkOrderQuoteTemplate",
"WorkOrderPreventiveMaintenanceList", "PMList",
"WorkOrderPreventiveMaintenanceTemplate", "PMTemplate",
"UnitList", "UnitList",
"UnitModels", "UnitModels",
"ContractList", "ContractList",
"CUstomerServiceRequestList", "CUstomerServiceRequestList",
"LoanItemList", "LoanUnitList",
"PartList", "PartList",
"PartByWarehouseInventoryList", "PartByWarehouseInventoryList",
"WorkOrderItemPartRequestList", "WorkOrderItemPartRequestList",

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", { window.$gz.eventBus.$emit("menu-change", {
isMain: true, isMain: true,
icon: "fa-tools", icon: "fa-tools",
title: this.$ay.t("WorkOrderServiceList"), title: this.$ay.t("WorkOrderList"),
helpUrl: "form-customer-workorders" helpUrl: "form-customer-workorders"
}); });
} }

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", { window.$gz.eventBus.$emit("menu-change", {
isMain: true, isMain: true,
icon: "fa-plug", icon: "fa-plug",
title: this.$ay.t("LoanItemList"), title: this.$ay.t("LoanUnitList"),
helpUrl: "form-svc-loaners" helpUrl: "form-svc-loaners"
}); });
} }

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", { window.$gz.eventBus.$emit("menu-change", {
isMain: true, isMain: true,
icon: "fa-business-time", icon: "fa-business-time",
title: this.$ay.t("WorkOrderPreventiveMaintenanceList"), title: this.$ay.t("PMList"),
helpUrl: "form-svc-pm-list" helpUrl: "form-svc-pm-list"
}); });
} }

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", { window.$gz.eventBus.$emit("menu-change", {
isMain: true, isMain: true,
icon: "fa-stamp", icon: "fa-stamp",
title: this.$ay.t("WorkOrderPreventiveMaintenanceTemplate"), title: this.$ay.t("PMTemplate"),
helpUrl: "form-svc-pm-templates" helpUrl: "form-svc-pm-templates"
}); });
} }

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", { window.$gz.eventBus.$emit("menu-change", {
isMain: true, isMain: true,
icon: "fa-pencil-alt", icon: "fa-pencil-alt",
title: this.$ay.t("WorkOrderQuoteList"), title: this.$ay.t("QuoteList"),
helpUrl: "form-svc-quotes" helpUrl: "form-svc-quotes"
}); });
} }

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", { window.$gz.eventBus.$emit("menu-change", {
isMain: true, isMain: true,
icon: "fa-tools", icon: "fa-tools",
title: this.$ay.t("WorkOrderServiceList"), title: this.$ay.t("WorkOrderList"),
helpUrl: "form-svc-workorders" helpUrl: "form-svc-workorders"
}); });
} }