This commit is contained in:
@@ -346,7 +346,8 @@ CURRENTLY DOING: workorderitem part, front end
|
|||||||
|
|
||||||
ORDER: parts, part requests, loans, units, outside service
|
ORDER: parts, part requests, loans, units, outside service
|
||||||
|
|
||||||
|
todo: prior woitem* override column header using wrong key, repeats priceviz not override
|
||||||
|
labor, travel etc
|
||||||
|
|
||||||
todo: "DispatchFull" and "DispatchLimited" roles MUST be renamed to "ServiceFull" and "ServiceLimited" to match other roles and intent
|
todo: "DispatchFull" and "DispatchLimited" roles MUST be renamed to "ServiceFull" and "ServiceLimited" to match other roles and intent
|
||||||
dispatch is a subset of a service manager job
|
dispatch is a subset of a service manager job
|
||||||
|
|||||||
@@ -670,7 +670,7 @@ export default {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.form().showMe(this, "LaborPriceViz")) {
|
if (this.form().showMe(this, "LaborPriceOverrideViz")) {
|
||||||
headers.push({
|
headers.push({
|
||||||
text: this.$ay.t("PriceOverride"),
|
text: this.$ay.t("PriceOverride"),
|
||||||
align: "right",
|
align: "right",
|
||||||
|
|||||||
@@ -683,13 +683,7 @@ export default {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.form().showMe(this, "WorkOrderItemPartNoChargeQuantity")) {
|
|
||||||
headers.push({
|
|
||||||
text: this.$ay.t("WorkOrderItemPartNoChargeQuantity"),
|
|
||||||
align: "right",
|
|
||||||
value: "noChargeQuantity"
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
if (this.form().showMe(this, "PartUnitOfMeasureViz")) {
|
if (this.form().showMe(this, "PartUnitOfMeasureViz")) {
|
||||||
headers.push({
|
headers.push({
|
||||||
@@ -703,7 +697,7 @@ export default {
|
|||||||
headers.push({
|
headers.push({
|
||||||
text: this.$ay.t("Cost"),
|
text: this.$ay.t("Cost"),
|
||||||
align: "right",
|
align: "right",
|
||||||
value: "costViz"
|
value: "cost"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -711,7 +705,7 @@ export default {
|
|||||||
headers.push({
|
headers.push({
|
||||||
text: this.$ay.t("ListPrice"),
|
text: this.$ay.t("ListPrice"),
|
||||||
align: "right",
|
align: "right",
|
||||||
value: "listPriceViz"
|
value: "listPrice"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -673,7 +673,7 @@ export default {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.form().showMe(this, "TravelPriceViz")) {
|
if (this.form().showMe(this, "TravelPriceOverrideViz")) {
|
||||||
headers.push({
|
headers.push({
|
||||||
text: this.$ay.t("PriceOverride"),
|
text: this.$ay.t("PriceOverride"),
|
||||||
align: "right",
|
align: "right",
|
||||||
|
|||||||
Reference in New Issue
Block a user