This commit is contained in:
2021-09-02 23:16:59 +00:00
parent cddbf85a8e
commit 56909a73f7
5 changed files with 219 additions and 8 deletions

View File

@@ -124,7 +124,8 @@ export default {
PMItemTravel: 87,
PMItemUnit: 88,
PMItemOutsideService: 89,
PartInventoryDataList: 90 //for list/reporting only, synthetic object
PartInventoryDataList: 90, //for list/reporting only, synthetic object
PartInventoryRequestDataList: 91 //same
};
/**
*

View File

@@ -18,6 +18,11 @@ export default {
PartInventoryRequest: { Change: 98, ReadFullRecord: 29, Select: 131071 },
PartInventoryRestock: { Change: 98, ReadFullRecord: 29, Select: 131071 },
PartInventoryDataList: { Change: 98, ReadFullRecord: 29, Select: 131071 },
PartInventoryRequestDataList: {
Change: 98,
ReadFullRecord: 29,
Select: 131071
},
Project: { Change: 33098, ReadFullRecord: 65669, Select: 131071 },
ServiceRate: { Change: 74, ReadFullRecord: 33037, Select: 131071 },
TravelRate: { Change: 74, ReadFullRecord: 33037, Select: 131071 },

View File

@@ -415,7 +415,7 @@ function initNavPanel() {
});
}
//PURCHASE ORDERS
//PURCHASE ORDERS / PART REQUESTS
if (useInventory && window.$gz.role.canOpen(window.$gz.type.PurchaseOrder)) {
sub.push({
title: "InventoryPurchaseOrders",
@@ -423,6 +423,13 @@ function initNavPanel() {
route: "/inv-purchase-orders",
key: key++
});
sub.push({
title: "WorkOrderItemPartRequestList",
icon: "$ayiParachuteBox",
route: "/inv-part-requests",
key: key++
});
}
//INVENTORY