This commit is contained in:
@@ -380,47 +380,10 @@ todo: many biz objects are not using new PUT methodology
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
CURRENTLY DOING: Work order notifications
|
CURRENTLY DOING: Work order notifications - PartRequested
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
RESULTS
|
|
||||||
Does open the element in question, but still needs a scroll to action
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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:
|
Steps to test notifications:
|
||||||
plain in app delivery
|
plain in app delivery
|
||||||
email delivery
|
email delivery
|
||||||
@@ -440,8 +403,6 @@ Coded, tested, done:
|
|||||||
|
|
||||||
todo 3: workorder notifications to code and test:
|
todo 3: workorder notifications to code and test:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
PartRequested = 22,//?? HOL UP, isn't this covered by objectCreated?* Workorder object / workorderitempartrequest created tag filterable
|
PartRequested = 22,//?? HOL UP, isn't this covered by objectCreated?* Workorder object / workorderitempartrequest created tag filterable
|
||||||
WorkorderTotalExceedsThreshold = 23,//* "the Andy" Workorder updated / created, based on balance total so conditional on DecValue
|
WorkorderTotalExceedsThreshold = 23,//* "the Andy" Workorder updated / created, based on balance total so conditional on DecValue
|
||||||
WorkorderCreatedForCustomer = 31, //*Service work order is created for Customer, only applies to that customer user notify sub for that customer, customer id is in conditional ID value for subscription
|
WorkorderCreatedForCustomer = 31, //*Service work order is created for Customer, only applies to that customer user notify sub for that customer, customer id is in conditional ID value for subscription
|
||||||
|
|||||||
Reference in New Issue
Block a user