This commit is contained in:
@@ -400,7 +400,14 @@ todo 3: signature: report helper display signature and form ui control to captur
|
|||||||
|
|
||||||
3873 3: subtree woitem lists implement
|
3873 3: subtree woitem lists implement
|
||||||
must be some planning on this, forget what I decided exactly
|
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
|
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
|
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
|
||||||
|
|||||||
@@ -322,7 +322,7 @@ export default {
|
|||||||
default:
|
default:
|
||||||
window.$gz.eventBus.$emit(
|
window.$gz.eventBus.$emit(
|
||||||
"notify-warning",
|
"notify-warning",
|
||||||
`open-object-handler: unknown [${tid.type},${tid.id}]`
|
`open-object-handler: unknown [type:${tid.type}, id:${tid.id}]`
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user