This commit is contained in:
2021-06-10 23:21:26 +00:00
parent 9a78173983
commit 5f64cd01f3

View File

@@ -386,11 +386,39 @@ TODO: Notification related todos that came up:
OPENOBJECT HANDLER FOR WORKORDERS: 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 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 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 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 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 customerWorkorder object instead of workorder with summary I guess
Report can handle more detail when we get there Report can handle more detail when we get there
UNTESTED
Steps to test notifications: Steps to test notifications:
plain in app delivery plain in app delivery