From acb5964362cbc3cd9b9ebe6da4b1336e36ce155f Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 2 Jul 2021 21:09:22 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 19 +-- .../src/components/work-order-item-parts.vue | 109 +++++++++--------- ayanova/src/views/svc-workorder.vue | 2 +- 3 files changed, 58 insertions(+), 72 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 5abd2b9e..06dfeb6f 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -420,24 +420,9 @@ todo: many biz objects are not using new PUT methodology -CURRENTLY DOING: serials on wo +CURRENTLY DOING: -issue: serials probably shouldn't be a free-form text box or stored or handled that way but instead as a list like tags are at the back end - and in a list control at the front end - UI: - entry mode - table below a single entry box - click on a row to edit in the entry box - click on a delete button to remove an entry - display mode - shows as a table - maybe don't need modes, can just use the same ui to view and edit and just remove the edit bits if readonly -todo: make sure serials are de-duped at the server anywhere it accepts raw serial data from client - -todo: picking from existing serial numbers for parts on workorder - see work order item parts for notes and what to do - close 3839 when done todo: as part of duplication above, REMOVE TEMPLATES ENTIRELY?? If can duplicate this way at client and can easily change customer etc do we even need the wo templates anymore? @@ -1286,6 +1271,8 @@ Build 111 - WorkorderItemPart PartAssembly implemented - can now choose part assembly to populate work order item parts list from menu item in workorderitemparts vertical dots menu Serials implemented - can now choose and append from existing serials for part using icon beside serial entry text area in addition to just typing or pasting them in + case 3899 Fixed issue where cost and listprice were not preserved on any update to woitempart record + https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3899 - User / Custom contact on create / duplicate now allows entry of new user options before first User save rather than previous behaviour of having to save new record first then edit and save user options diff --git a/ayanova/src/components/work-order-item-parts.vue b/ayanova/src/components/work-order-item-parts.vue index 7192e761..53b89dfa 100644 --- a/ayanova/src/components/work-order-item-parts.vue +++ b/ayanova/src/components/work-order-item-parts.vue @@ -85,61 +85,6 @@ }}$ayiTrashRestoreAlt - - - - - + + + +