From 5f64cd01f3724159e646574654429c80f6c18d6d Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 10 Jun 2021 23:21:26 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index c41fd029..0b8fdc96 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -386,11 +386,39 @@ TODO: Notification related todos that came up: OPENOBJECT HANDLER FOR WORKORDERS: Need to be able to open a workorder from a descendant and be taken directly to that item in the UI scheduledonworkorder event for example will be a woitemscheduleduserid openable object + TESTING + WorkOrderItemOutsideService: 73, + http://localhost:8080/open/73/88 + WorkOrderItem: 35, + http://localhost:8080/open/35/43 + WorkOrderItemExpense: 36, + http://localhost:8080/open/36/86 + WorkOrderItemLabor: 37, + http://localhost:8080/open/37/86 + WorkOrderItemLoan: 38, + http://localhost:8080/open/38/86 + WorkOrderItemPart: 39, + http://localhost:8080/open/39/86 + WorkOrderItemPartRequest: 40, + http://localhost:8080/open/40/85 + WorkOrderItemScheduledUser: 41, + http://localhost:8080/open/41/86 + WorkOrderItemTask: 42, + http://localhost:8080/open/42/214 + WorkOrderItemTravel: 43, + http://localhost:8080/open/43/85 + WorkOrderItemUnit: 44, + http://localhost:8080/open/44/85 + + + + + Need customer view of workorder just the basics object opener needs to check if customer BEFORE it opens the work order as there needs to be a customer view with different data sent etc to avoid leaking private data customerWorkorder object instead of workorder with summary I guess Report can handle more detail when we get there - + UNTESTED Steps to test notifications: plain in app delivery