From 1d58630095eef5ec6c8c31e2a33aee00cb05dfab Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 1 Jul 2021 19:01:38 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 5 +- .../src/components/work-order-item-parts.vue | 78 ++++++++++++++++++- ayanova/src/views/svc-workorder.vue | 4 +- 3 files changed, 82 insertions(+), 5 deletions(-) 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 @@ + + + +