This commit is contained in:
@@ -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
|
||||
};
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -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 },
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user