This commit is contained in:
2021-11-03 23:04:34 +00:00
parent ac324b0149
commit 9c6b526a2c
2 changed files with 6 additions and 3 deletions

View File

@@ -413,7 +413,9 @@ 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
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

View File

@@ -188,6 +188,7 @@
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].rmaNumber`
)
"
data-cy="outsideServices.rma"
></v-text-field>
</v-col>
<v-col
@@ -209,7 +210,7 @@
:ref="
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].repairCost`
"
data-cy="outsideServicepriceoverride"
data-cy="outsideServices.repairCost"
:error-messages="
form().serverErrors(
this,
@@ -249,7 +250,7 @@
:ref="
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].repairPrice`
"
data-cy="outsideServicepriceoverride"
data-cy="outsideServices.repairPrice"
:error-messages="
form().serverErrors(
this,