This commit is contained in:
@@ -414,6 +414,8 @@ todo: 3 Schedule form reporting?
|
|||||||
|_____/|______|_| \_\ \/ |______|_| \_\
|
|_____/|______|_| \_\ \/ |______|_| \_\
|
||||||
|
|
||||||
|
|
||||||
|
todo: 1 seeding - seeded vendors should be tagged with type i.e. Shipping, Supplier whatever replaces the old vendortype property so trial users can make sense of it
|
||||||
|
|
||||||
todo: 1`don't log user logins in INFO level, move down to debug or trace
|
todo: 1`don't log user logins in INFO level, move down to debug or trace
|
||||||
however, *do* maybe insert it into the event log as a special event, I think there is a case here or in rockfish for that
|
however, *do* maybe insert it into the event log as a special event, I think there is a case here or in rockfish for that
|
||||||
it fills the server log with useless info
|
it fills the server log with useless info
|
||||||
|
|||||||
@@ -188,6 +188,7 @@
|
|||||||
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].rmaNumber`
|
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].rmaNumber`
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
|
data-cy="outsideServices.rma"
|
||||||
></v-text-field>
|
></v-text-field>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col
|
<v-col
|
||||||
@@ -209,7 +210,7 @@
|
|||||||
:ref="
|
:ref="
|
||||||
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].repairCost`
|
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].repairCost`
|
||||||
"
|
"
|
||||||
data-cy="outsideServicepriceoverride"
|
data-cy="outsideServices.repairCost"
|
||||||
:error-messages="
|
:error-messages="
|
||||||
form().serverErrors(
|
form().serverErrors(
|
||||||
this,
|
this,
|
||||||
@@ -249,7 +250,7 @@
|
|||||||
:ref="
|
:ref="
|
||||||
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].repairPrice`
|
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].repairPrice`
|
||||||
"
|
"
|
||||||
data-cy="outsideServicepriceoverride"
|
data-cy="outsideServices.repairPrice"
|
||||||
:error-messages="
|
:error-messages="
|
||||||
form().serverErrors(
|
form().serverErrors(
|
||||||
this,
|
this,
|
||||||
|
|||||||
Reference in New Issue
Block a user