diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 0facf5c9..a8876af8 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -400,7 +400,14 @@ todo 3: signature: report helper display signature and form ui control to captur 3873 3: subtree woitem lists implement must be some planning on this, forget what I decided exactly - + +todo 2: open object handler for workorder descendants **VERY IMPORTANT** + 1) get the id of the workorder and item to open from the server using descendant to wo ID + 2) pass that on to the workorder from + 3) workorder form must open the wo in question then navigate to the descendant in question automatically + + + todo 2-3: test and confirm can duplicate workorder and it works properly inventory affecting items are handled how? Because duplicate happens AT the server so it can't just do the same exact items and serials and quantities etc diff --git a/ayanova/src/api/open-object-handler.js b/ayanova/src/api/open-object-handler.js index bf64de35..b1a8ffd6 100644 --- a/ayanova/src/api/open-object-handler.js +++ b/ayanova/src/api/open-object-handler.js @@ -322,7 +322,7 @@ export default { default: window.$gz.eventBus.$emit( "notify-warning", - `open-object-handler: unknown [${tid.type},${tid.id}]` + `open-object-handler: unknown [type:${tid.type}, id:${tid.id}]` ); } }