This commit is contained in:
2021-08-25 19:20:25 +00:00
parent b9f850c597
commit fabd69c0d8
4 changed files with 23 additions and 41 deletions

View File

@@ -104,7 +104,7 @@ export default {
PartInventory: 67,
DataListColumnView: 68,
PartInventoryRestock: 69, //for list only, synthetic object
PartInventoryRequest: 70, //for list only not, synthetic object
PartInventoryRequest: 70, //for list only, synthetic object
WorkOrderStatus: 71,
TaskGroup: 72,
WorkOrderItemOutsideService: 73,
@@ -123,7 +123,8 @@ export default {
PMItemTask: 86,
PMItemTravel: 87,
PMItemUnit: 88,
PMItemOutsideService: 89
PMItemOutsideService: 89,
PartInventoryDataList: 90 //for list/reporting only, synthetic object
};
/**
*

View File

@@ -17,6 +17,7 @@ export default {
PurchaseOrder: { Change: 98, ReadFullRecord: 29, Select: 131071 },
PartInventoryRequest: { Change: 98, ReadFullRecord: 29, Select: 131071 },
PartInventoryRestock: { Change: 98, ReadFullRecord: 29, Select: 131071 },
PartInventoryDataList: { 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 },