This commit is contained in:
@@ -341,11 +341,10 @@ todo: many biz objects are not using new PUT methodology
|
||||
|
||||
CURRENTLY DOING:
|
||||
|
||||
todo: there may be an extraneous formfield item as there is taxname and taxcode id both as customizable.
|
||||
maybe settle on one and use it dual purpose for the picklist as well as the taxname
|
||||
|
||||
todo: special service rates for contract etc currently just pulls all rates (woitemscheuleduser)
|
||||
look for notes on this, I wrote them out somewhere about how to handle via variant and pulling contract etc
|
||||
variant for picklist provide bool check contract and then aytype:id pairs that might have one.
|
||||
or just pass a variant with contractid in it so the server can just use that contract in addition to other means?
|
||||
|
||||
|
||||
|
||||
@@ -379,8 +378,7 @@ todo: "DispatchFull" and "DispatchLimited" roles MUST be renamed to "ServiceFull
|
||||
|
||||
TODO: test new from scratch wo regularly
|
||||
|
||||
TODO: Contract rates pick lists
|
||||
variant for picklist provide bool check contract and then aytype:id pairs that might have one.
|
||||
|
||||
|
||||
todo: Need a preset default for the workorder customization, right now it's just barfing up all fields
|
||||
however this may be more related to the sample data generation because by default it maybe should show all fields
|
||||
|
||||
@@ -199,6 +199,7 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
:aya-type="$ay.ayt().ServiceRate"
|
||||
:variant="'contractid:' + value.contractId"
|
||||
:show-edit-icon="true"
|
||||
v-model="
|
||||
value.items[activeWoItemIndex].labors[activeItemIndex]
|
||||
|
||||
@@ -232,6 +232,7 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
:aya-type="$ay.ayt().ServiceRate"
|
||||
:variant="'contractid:' + value.contractId"
|
||||
:show-edit-icon="true"
|
||||
v-model="
|
||||
value.items[activeWoItemIndex].scheduledUsers[activeItemIndex]
|
||||
|
||||
Reference in New Issue
Block a user