This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -2073,7 +2073,7 @@ async function fetchTranslatedText() {
|
||||
"PurchaseOrder",
|
||||
"PurchaseOrderExpectedReceiveDate",
|
||||
"PurchaseOrderOrderedDate",
|
||||
"WorkOrderItemOutsideServiceList",
|
||||
"OutsideServiceList",
|
||||
"WorkOrderItemOutsideServiceNotes",
|
||||
"WorkOrderItemOutsideServiceVendorSentToID",
|
||||
"WorkOrderItemOutsideServiceVendorSentViaID",
|
||||
|
||||
@@ -2150,7 +2150,7 @@ async function fetchTranslatedText() {
|
||||
"PurchaseOrder",
|
||||
"PurchaseOrderExpectedReceiveDate",
|
||||
"PurchaseOrderOrderedDate",
|
||||
"WorkOrderItemOutsideServiceList",
|
||||
"OutsideServiceList",
|
||||
"WorkOrderItemOutsideServiceNotes",
|
||||
"WorkOrderItemOutsideServiceVendorSentToID",
|
||||
"WorkOrderItemOutsideServiceVendorSentViaID",
|
||||
|
||||
@@ -2345,7 +2345,7 @@ async function fetchTranslatedText() {
|
||||
"PurchaseOrderOrderedDate",
|
||||
"WorkOrderItemPartRequestOnOrder",
|
||||
"WorkOrderItemPartRequestReceived",
|
||||
"WorkOrderItemOutsideServiceList",
|
||||
"OutsideServiceList",
|
||||
"WorkOrderItemOutsideServiceNotes",
|
||||
"WorkOrderItemOutsideServiceVendorSentToID",
|
||||
"WorkOrderItemOutsideServiceVendorSentViaID",
|
||||
|
||||
Reference in New Issue
Block a user