This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -89,6 +89,7 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
:aya-type="$ay.ayt().LoanUnit"
|
||||
:variant="availableonly"
|
||||
:show-edit-icon="!value.userIsRestrictedType"
|
||||
v-model="
|
||||
value.items[activeWoItemIndex].loans[activeItemIndex].loanUnitId
|
||||
|
||||
Reference in New Issue
Block a user