This commit is contained in:
@@ -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
|
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
|
dispatch is a subset of a service manager job
|
||||||
|
|
||||||
NOW
|
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:
|
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)
|
SelectRoles - who can select the status (still shows if they can't select but that's the current status, like active does)
|
||||||
|
|||||||
@@ -15,8 +15,8 @@ export default {
|
|||||||
PartWarehouse: { Change: 98, ReadFullRecord: 29, Select: 131071 },
|
PartWarehouse: { Change: 98, ReadFullRecord: 29, Select: 131071 },
|
||||||
PartAssembly: { Change: 98, ReadFullRecord: 29, Select: 131071 },
|
PartAssembly: { Change: 98, ReadFullRecord: 29, Select: 131071 },
|
||||||
PurchaseOrder: { 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 },
|
PartInventoryRequest: { Change: 98, ReadFullRecord: 29, Select: 131071 },
|
||||||
|
PartInventoryRestock: { Change: 98, ReadFullRecord: 29, Select: 131071 },
|
||||||
PM: { Change: 33098, ReadFullRecord: 65669, Select: 131071 },
|
PM: { Change: 33098, ReadFullRecord: 65669, Select: 131071 },
|
||||||
PMItem: { Change: 33098, ReadFullRecord: 65669, Select: 131071 },
|
PMItem: { Change: 33098, ReadFullRecord: 65669, Select: 131071 },
|
||||||
PMTemplate: { 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 },
|
QuoteTemplateItem: { Change: 33098, ReadFullRecord: 65669, Select: 131071 },
|
||||||
Unit: { Change: 33098, ReadFullRecord: 65669, Select: 131071 },
|
Unit: { Change: 33098, ReadFullRecord: 65669, Select: 131071 },
|
||||||
UnitModel: { 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 },
|
WorkOrder: { Change: 1354, ReadFullRecord: 105093, Select: 131071 },
|
||||||
WorkOrderItem: { Change: 1354, ReadFullRecord: 105093, Select: 131071 },
|
WorkOrderItem: { Change: 1354, ReadFullRecord: 105093, Select: 131071 },
|
||||||
WorkOrderItemExpense: { Change: 1354, ReadFullRecord: 98949, Select: 131071 },
|
WorkOrderItemExpense: { Change: 1354, ReadFullRecord: 98949, Select: 131071 },
|
||||||
|
|||||||
Reference in New Issue
Block a user