This commit is contained in:
2021-05-26 13:55:02 +00:00
parent 420a72692f
commit e3538f9866
4 changed files with 7 additions and 12 deletions

View File

@@ -346,7 +346,8 @@ CURRENTLY DOING: workorderitem part, front end
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
dispatch is a subset of a service manager job

View File

@@ -670,7 +670,7 @@ export default {
});
}
if (this.form().showMe(this, "LaborPriceViz")) {
if (this.form().showMe(this, "LaborPriceOverrideViz")) {
headers.push({
text: this.$ay.t("PriceOverride"),
align: "right",

View File

@@ -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")) {
headers.push({
@@ -703,7 +697,7 @@ export default {
headers.push({
text: this.$ay.t("Cost"),
align: "right",
value: "costViz"
value: "cost"
});
}
@@ -711,7 +705,7 @@ export default {
headers.push({
text: this.$ay.t("ListPrice"),
align: "right",
value: "listPriceViz"
value: "listPrice"
});
}

View File

@@ -673,7 +673,7 @@ export default {
});
}
if (this.form().showMe(this, "TravelPriceViz")) {
if (this.form().showMe(this, "TravelPriceOverrideViz")) {
headers.push({
text: this.$ay.t("PriceOverride"),
align: "right",