ltkey stuff
This commit is contained in:
@@ -13,7 +13,7 @@ export default {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-address-card",
|
||||
title: this.$ay.t("ClientList"),
|
||||
title: this.$ay.t("CustomerList"),
|
||||
helpUrl: "form-cust-customers"
|
||||
});
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ export default {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-child",
|
||||
title: this.$ay.t("ClientServiceRequestList"),
|
||||
title: this.$ay.t("CustomerServiceRequestList"),
|
||||
helpUrl: "form-customer-csr-list"
|
||||
});
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ export default {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-tools",
|
||||
title: this.$ay.t("WorkorderServiceList"),
|
||||
title: this.$ay.t("WorkOrderServiceList"),
|
||||
helpUrl: "form-customer-workorders"
|
||||
});
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ export default {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-paper-plane",
|
||||
title: this.$ay.t("WorkorderItemPartRequestList"),
|
||||
title: this.$ay.t("WorkOrderItemPartRequestList"),
|
||||
helpUrl: "form-inv-part-requests"
|
||||
});
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ export default {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-child",
|
||||
title: this.$ay.t("ClientServiceRequestList"),
|
||||
title: this.$ay.t("CustomerServiceRequestList"),
|
||||
helpUrl: "form-svc-csr-list"
|
||||
});
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ export default {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-business-time",
|
||||
title: this.$ay.t("WorkorderPreventiveMaintenanceList"),
|
||||
title: this.$ay.t("WorkOrderPreventiveMaintenanceList"),
|
||||
helpUrl: "form-svc-pm-list"
|
||||
});
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ export default {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-stamp",
|
||||
title: this.$ay.t("WorkorderPreventiveMaintenanceTemplate"),
|
||||
title: this.$ay.t("WorkOrderPreventiveMaintenanceTemplate"),
|
||||
helpUrl: "form-svc-pm-templates"
|
||||
});
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ export default {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-stamp",
|
||||
title: this.$ay.t("WorkorderQuoteTemplate"),
|
||||
title: this.$ay.t("WorkOrderQuoteTemplate"),
|
||||
helpUrl: "form-svc-quote-templates"
|
||||
});
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ export default {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-pencil-alt",
|
||||
title: this.$ay.t("WorkorderQuoteList"),
|
||||
title: this.$ay.t("WorkOrderQuoteList"),
|
||||
helpUrl: "form-svc-quotes"
|
||||
});
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ export default {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-stamp",
|
||||
title: this.$ay.t("WorkorderServiceTemplate"),
|
||||
title: this.$ay.t("WorkOrderServiceTemplate"),
|
||||
helpUrl: "form-svc-workorder-templates"
|
||||
});
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ export default {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-tools",
|
||||
title: this.$ay.t("WorkorderServiceList"),
|
||||
title: this.$ay.t("WorkOrderServiceList"),
|
||||
helpUrl: "form-svc-workorders"
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user