ltkey stuff

This commit is contained in:
2020-05-09 00:29:55 +00:00
parent 563d62790d
commit 15c5dd1a56
14 changed files with 33 additions and 27 deletions

View File

@@ -251,7 +251,7 @@ export default function initialize() {
])
) {
sub.push({
title: t("WorkorderServiceList"),
title: t("WorkOrderServiceList"),
icon: "fa-tools",
route: "/svc-workorders",
key: key++
@@ -262,7 +262,7 @@ export default function initialize() {
//this will be an item inside the workorders NEW menu or grid or wherever but it's not top level worthy
//there used to be an array for 3rd level shit but that's whack yo! ;)
// subSub.push({
// title: t("WorkorderServiceTemplate"),
// title: t("WorkOrderServiceTemplate"),
// icon: "fa-stamp",
// route: "/svc-workorder-templates",
// 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
//so there is no separate role check here as the service group role check supersedes this
sub.push({
title: t("WorkorderQuoteList"),
title: t("WorkOrderQuoteList"),
icon: "fa-pencil-alt",
route: "/svc-quotes",
key: key++
@@ -290,7 +290,7 @@ export default function initialize() {
])
) {
sub.push({
title: t("WorkorderPreventiveMaintenanceList"),
title: t("WorkOrderPreventiveMaintenanceList"),
icon: "fa-business-time",
route: "/svc-pm-list",
key: key++
@@ -421,7 +421,7 @@ export default function initialize() {
//PART REQUESTS
sub.push({
title: t("WorkorderItemPartRequestList"),
title: t("WorkOrderItemPartRequestList"),
icon: "fa-paper-plane",
route: "/inv-part-requests",
key: key++
@@ -720,7 +720,7 @@ export default function initialize() {
//WORKORDERS subitem
sub.push({
title: t("WorkorderServiceList"),
title: t("WorkOrderServiceList"),
icon: "fa-tools",
route: "/customer-workorders",
key: key++

View File

@@ -62,22 +62,22 @@ export default {
"NotifySubscriptionList",
"UserPreferences",
"Service",
"ClientList",
"CustomerList",
"HeadOfficeList",
"WorkorderServiceList",
"WorkorderServiceTemplate",
"WorkorderQuoteList",
"WorkorderQuoteTemplate",
"WorkorderPreventiveMaintenanceList",
"WorkorderPreventiveMaintenanceTemplate",
"WorkOrderServiceList",
"WorkOrderServiceTemplate",
"WorkOrderQuoteList",
"WorkOrderQuoteTemplate",
"WorkOrderPreventiveMaintenanceList",
"WorkOrderPreventiveMaintenanceTemplate",
"UnitList",
"UnitModels",
"ContractList",
"ClientServiceRequestList",
"CUstomerServiceRequestList",
"LoanItemList",
"PartList",
"PartByWarehouseInventoryList",
"WorkorderItemPartRequestList",
"WorkOrderItemPartRequestList",
"InventoryPurchaseOrders",
"InventoryPurchaseOrderReceipts",
"InventoryPartInventoryAdjustments",