This commit is contained in:
2021-03-24 20:57:52 +00:00
parent 7951221cb5
commit 4d338d620b
2 changed files with 7 additions and 4 deletions

View File

@@ -91,7 +91,7 @@ todo: remove widget now? Back and front (comment out obvs not remove entirely)
todo: reconsider "DispatchFull" and "DispatchLimited" roles should be renamed to "ServiceFull" and "ServiceLimited" to match other roles and intent
dispatch is a subset of a service manager job
NOW
....
@@ -190,7 +190,9 @@ todo: many biz objects are not using new PUT methodology
CURRENTLY DOING: workorder (status), then a bit of research on api structure (see below) then get going from Client end backwards once have rough idea and flesh it out as I go along and refine
CURRENTLY DOING: workorder (status) FRONT END UI (make it accessible from workorder form menu)
then a bit of research on api structure (see below) then get going from Client end backwards once have rough idea and flesh it out as I go along and refine
todo: workorder status list first, it's a table of created items, keep properties from v7 but add the following properties:
SelectRoles - who can select the status (still shows if they can't select but that's the current status, like active does)

View File

@@ -15,8 +15,8 @@ export default {
PartWarehouse: { Change: 98, ReadFullRecord: 29, Select: 131071 },
PartAssembly: { Change: 98, ReadFullRecord: 29, Select: 131071 },
PurchaseOrder: { Change: 98, ReadFullRecord: 29, Select: 131071 },
PartInventoryRestock: { Change: 98, ReadFullRecord: 29, Select: 131071 },
PartInventoryRequest: { Change: 98, ReadFullRecord: 29, Select: 131071 },
PartInventoryRestock: { Change: 98, ReadFullRecord: 29, Select: 131071 },
PM: { Change: 33098, ReadFullRecord: 65669, Select: 131071 },
PMItem: { Change: 33098, ReadFullRecord: 65669, Select: 131071 },
PMTemplate: { Change: 33098, ReadFullRecord: 65669, Select: 131071 },
@@ -32,7 +32,8 @@ export default {
QuoteTemplateItem: { Change: 33098, ReadFullRecord: 65669, Select: 131071 },
Unit: { Change: 33098, ReadFullRecord: 65669, Select: 131071 },
UnitModel: { Change: 33098, ReadFullRecord: 65669, Select: 131071 },
Vendor: { Change: 33098, ReadFullRecord: 65669, Select: 131071 },
Vendor: { Change: 33130, ReadFullRecord: 65669, Select: 131071 },
WorkOrderStatus: { Change: 10, ReadFullRecord: 131071, Select: 131071 },
WorkOrder: { Change: 1354, ReadFullRecord: 105093, Select: 131071 },
WorkOrderItem: { Change: 1354, ReadFullRecord: 105093, Select: 131071 },
WorkOrderItemExpense: { Change: 1354, ReadFullRecord: 98949, Select: 131071 },