This commit is contained in:
2021-06-03 20:09:48 +00:00
parent 668ef3364d
commit 2c32b27032
2 changed files with 9 additions and 2 deletions

View File

@@ -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

View File

@@ -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}]`
);
}
}