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

@@ -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

View File

@@ -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,