diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt
index 39d8c5df..c41f165d 100644
--- a/ayanova/devdocs/todo.txt
+++ b/ayanova/devdocs/todo.txt
@@ -423,9 +423,6 @@ todo: many biz objects are not using new PUT methodology
CURRENTLY DOING:
-todo: how to directly open a workorder quickly when you know the wo number??
- should be supported, otherwise you need to scroll around a list to find it which is fucked
-
todo: picking from part assembly to populate a bunch of parts??
todo: picking from existing serial numbers for parts on workorder??
@@ -1295,6 +1292,8 @@ Build 111
- WorkOrder main table lists for all workorder descendants implemented
i.e. Workorder list menu now has an "Items" item which takes to workorderitems list which in turn now has a menu item for each child of woitem etc
+- Direct open work order by manually entering serial number surfaced in work order list form in menu "Open" item
+
- Global settings Customer signature widget title, header, footer text fields added and implemented
- Signatures on work order implemented
diff --git a/ayanova/src/components/work-order-item-parts.vue b/ayanova/src/components/work-order-item-parts.vue
index 9b8d87c0..d7b300c4 100644
--- a/ayanova/src/components/work-order-item-parts.vue
+++ b/ayanova/src/components/work-order-item-parts.vue
@@ -21,6 +21,12 @@
{{ $ay.t("New") }}
+
+
+ $ayiObjectGroup
+
+ {{ $ay.t("PartAssembly") }}
+
$ayiTrashRestoreAlt
@@ -350,6 +356,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ $ay.t("Cancel")
+ }}
+
+ {{ $ay.t("Add") }}
+
+
+
+
+