This commit is contained in:
2022-02-08 00:21:34 +00:00
parent ae789b0c57
commit fcc41fc4d0
7 changed files with 9 additions and 8 deletions

View File

@@ -910,8 +910,9 @@ BUILD 8.0.0-beta.0.14 CHANGES OF NOTE
- work order item parts, removed serials from the table so it only displays in the edit form as during documentation realized it's eating up huge screen real estate
- Work order item labor, removed the service details from the Table so it only displays in the edit form as it's eating up a large amount of UI space unnecessarily.
- Work order item travel, removed the service details from the Table so it only displays in the edit form as it's eating up a large amount of UI space unnecessarily.
- work order, fixed null reference bug that would prevent a work order from being opened if it had a contract and a labor item with a null service rate (not set)
- work order, fixed null reference bug that would prevent a work order from being opened or saved if it had a contract and a labor or travel item with a null labor or travel rate (not set)
- Changed work order item outside service section of wo/quote/pm to use title "Outside services" (translation key "OutsideServiceList") instead of formerly "Outside service list" (translation key "WorkOrderItemOutsideServiceList")
this is to be consistent with other sections

View File

@@ -8,7 +8,7 @@
<v-icon large :color="hasData ? 'primary' : null" class="mr-2"
>$ayiLuggageCart</v-icon
>
{{ $ay.t("WorkOrderItemOutsideServiceList") }}
{{ $ay.t("OutsideServiceList") }}
<v-btn v-if="!parentDeleted" large icon v-bind="attrs" v-on="on">
<v-icon small color="primary">$ayiEllipsisV</v-icon>
</v-btn>

View File

@@ -8,7 +8,7 @@
<v-icon large :color="hasData ? 'primary' : null" class="mr-2"
>$ayiLuggageCart</v-icon
>
{{ $ay.t("WorkOrderItemOutsideServiceList") }}
{{ $ay.t("OutsideServiceList") }}
<v-btn v-if="!parentDeleted" large icon v-bind="attrs" v-on="on">
<v-icon small color="primary">$ayiEllipsisV</v-icon>
</v-btn>

View File

@@ -8,7 +8,7 @@
<v-icon large :color="hasData ? 'primary' : null" class="mr-2"
>$ayiLuggageCart</v-icon
>
{{ $ay.t("WorkOrderItemOutsideServiceList") }}
{{ $ay.t("OutsideServiceList") }}
<v-btn v-if="!parentDeleted" large icon v-bind="attrs" v-on="on">
<v-icon small color="primary">$ayiEllipsisV</v-icon>
</v-btn>

View File

@@ -2073,7 +2073,7 @@ async function fetchTranslatedText() {
"PurchaseOrder",
"PurchaseOrderExpectedReceiveDate",
"PurchaseOrderOrderedDate",
"WorkOrderItemOutsideServiceList",
"OutsideServiceList",
"WorkOrderItemOutsideServiceNotes",
"WorkOrderItemOutsideServiceVendorSentToID",
"WorkOrderItemOutsideServiceVendorSentViaID",

View File

@@ -2150,7 +2150,7 @@ async function fetchTranslatedText() {
"PurchaseOrder",
"PurchaseOrderExpectedReceiveDate",
"PurchaseOrderOrderedDate",
"WorkOrderItemOutsideServiceList",
"OutsideServiceList",
"WorkOrderItemOutsideServiceNotes",
"WorkOrderItemOutsideServiceVendorSentToID",
"WorkOrderItemOutsideServiceVendorSentViaID",

View File

@@ -2345,7 +2345,7 @@ async function fetchTranslatedText() {
"PurchaseOrderOrderedDate",
"WorkOrderItemPartRequestOnOrder",
"WorkOrderItemPartRequestReceived",
"WorkOrderItemOutsideServiceList",
"OutsideServiceList",
"WorkOrderItemOutsideServiceNotes",
"WorkOrderItemOutsideServiceVendorSentToID",
"WorkOrderItemOutsideServiceVendorSentViaID",