From 68b69d99e9d74fb7e7eed4432ea598f5a1bcb6ff Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 9 Aug 2021 17:34:12 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 28 ++++++------------- .../src/components/work-order-item-loans.vue | 1 + 2 files changed, 10 insertions(+), 19 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 9d0f6ae8..ffce649a 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -508,21 +508,7 @@ todo:2 many biz objects are not using new PUT methodology ######################################################################################################################## -CURRENTLY DOING: next item in list misc below - - -todo MISC: - - Get rid of loan unit workorder item id flag field entirely? - I think it makes no sense since you can't return a unit and if you want to know where it is or it's history you can click on the menu item in the - loaner (test this to see if true) to see it's history including presumably the current location. - AyaNova doesn't have a return system to return from the workorder anyway so it's not logical - See how it is in v7 first before removing - if removing really remove entirely from the datalist loaners and the backend code just added to wokroderitemloan, db column and reference etc - - - - profit$ +CURRENTLY DOING: ============================ @@ -855,7 +841,11 @@ BUILD 118 - Unhideable fields (case 3916) good catch, thank you for spotting those, fixed, I found some more as well: Purchase order, Service rate, travel rate, tax code, admin->User, Translation (shouldn't have offered Customize), - quote/pm/service work orders made the work order Items font two sizes bigger to make it easier to find when quickly scrolling up and down as a visual "anchor" -- Work order item loan: updated to properly flag the loaner unit with the id of the workorder item so that it can be seen in the loaner data table - Note that this does not enforce anything, there is no system to prevent double loaning it or not returning it, it's just a flag so users can see which workorder loaner units were last tagged on. - if a user selects the same loaner on another work order then it will just change it to that one in the loaner unit - So this can be thought of just like in v7 as the "last workorder" this loan unit was flagged on +- Work order item loan: + Implemented all v7 functionality: + properly flags (and unflags on delete or return) the loaner unit with the id of the workorder item record + filters the loan item picklist so that only available items can be selected + Made it a default column in loan item datalist to show which workorder id it's currently loaned out to + existing menu item in workorderitemloan edit form is available to see all workorder items this loaner was selected on + + diff --git a/ayanova/src/components/work-order-item-loans.vue b/ayanova/src/components/work-order-item-loans.vue index b43ec4aa..f34ab9c1 100644 --- a/ayanova/src/components/work-order-item-loans.vue +++ b/ayanova/src/components/work-order-item-loans.vue @@ -89,6 +89,7 @@ >