diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 4c91a375..ea784795 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -342,15 +342,14 @@ todo: many biz objects are not using new PUT methodology -CURRENTLY DOING: workorderitem part, front end +CURRENTLY DOING: part request -ORDER: parts, part requests, loans, units, outside service +ORDER: part requests, loans, units, outside service -todo: test all Override column header visibility, still funky after fix earlier I bet todo: viz fields display in edit part of form when only one record, but hide when multiple as they show in the table instead?? show as a line where the table would be?? But..then why not just show one line table instead?? - + 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 Rename at both ends and all translations and docs as well. diff --git a/ayanova/src/components/work-order-item-labors.vue b/ayanova/src/components/work-order-item-labors.vue index b4e2e1c3..6ceea8d9 100644 --- a/ayanova/src/components/work-order-item-labors.vue +++ b/ayanova/src/components/work-order-item-labors.vue @@ -657,7 +657,7 @@ export default { }); } - if (this.form().showMe(this, "LaborPriceOverrideViz")) { + if (this.form().showMe(this, "LaborPriceOverride")) { headers.push({ text: this.$ay.t("PriceOverride"), align: "right", diff --git a/ayanova/src/components/work-order-item-travels.vue b/ayanova/src/components/work-order-item-travels.vue index 50e040ec..a8b98d40 100644 --- a/ayanova/src/components/work-order-item-travels.vue +++ b/ayanova/src/components/work-order-item-travels.vue @@ -659,7 +659,7 @@ export default { }); } - if (this.form().showMe(this, "TravelPriceOverrideViz")) { + if (this.form().showMe(this, "TravelPriceOverride")) { headers.push({ text: this.$ay.t("PriceOverride"), align: "right",