From 4d338d620b7b4b8e29a3c11c1b6f313fe6c765d4 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 24 Mar 2021 20:57:52 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 6 ++++-- ayanova/src/api/biz-role-rights.js | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 1bbacd80..8a2c9346 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -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) diff --git a/ayanova/src/api/biz-role-rights.js b/ayanova/src/api/biz-role-rights.js index c5f140da..de01ec63 100644 --- a/ayanova/src/api/biz-role-rights.js +++ b/ayanova/src/api/biz-role-rights.js @@ -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 },