This commit is contained in:
@@ -384,10 +384,6 @@ todo: many biz objects are not using new PUT methodology
|
||||
|
||||
CURRENTLY DOING:
|
||||
|
||||
todo: squeeze in more fields for workorder list shwoing customer etc??
|
||||
headoffice sb there
|
||||
workorder last status sb there and openable
|
||||
may have to add a mirror field to wo to ease query time as ordering and filtering each status may be underperformant
|
||||
|
||||
todo: check Joyce's cases
|
||||
|
||||
|
||||
@@ -484,7 +484,7 @@ export default {
|
||||
taxCodeChange(newName) {
|
||||
this.value.items[this.activeWoItemIndex].labors[
|
||||
this.activeItemIndex
|
||||
].taxCodeSaleViz = newName;
|
||||
].TaxCodeViz = newName;
|
||||
},
|
||||
newItem() {
|
||||
let newIndex = this.value.items[this.activeWoItemIndex].labors.length;
|
||||
@@ -775,7 +775,7 @@ export default {
|
||||
headers.push({
|
||||
text: this.$ay.t("Tax"),
|
||||
align: "left",
|
||||
value: "taxCodeSaleViz"
|
||||
value: "TaxCodeViz"
|
||||
});
|
||||
}
|
||||
|
||||
@@ -856,7 +856,7 @@ export default {
|
||||
this.pvm.languageName,
|
||||
this.pvm.currencyName
|
||||
),
|
||||
taxCodeSaleViz: x.taxCodeSaleViz,
|
||||
TaxCodeViz: x.TaxCodeViz,
|
||||
priceOverride: window.$gz.locale.currencyLocalized(
|
||||
x.priceOverride,
|
||||
this.pvm.languageName,
|
||||
|
||||
@@ -484,7 +484,7 @@ export default {
|
||||
taxCodeChange(newName) {
|
||||
this.value.items[this.activeWoItemIndex].travels[
|
||||
this.activeItemIndex
|
||||
].taxCodeSaleViz = newName;
|
||||
].TaxCodeViz = newName;
|
||||
},
|
||||
newItem() {
|
||||
let newIndex = this.value.items[this.activeWoItemIndex].travels.length;
|
||||
@@ -776,7 +776,7 @@ export default {
|
||||
headers.push({
|
||||
text: this.$ay.t("Tax"),
|
||||
align: "left",
|
||||
value: "taxCodeSaleViz"
|
||||
value: "TaxCodeViz"
|
||||
});
|
||||
}
|
||||
|
||||
@@ -857,7 +857,7 @@ export default {
|
||||
this.pvm.languageName,
|
||||
this.pvm.currencyName
|
||||
),
|
||||
taxCodeSaleViz: x.taxCodeSaleViz,
|
||||
TaxCodeViz: x.TaxCodeViz,
|
||||
priceOverride: window.$gz.locale.currencyLocalized(
|
||||
x.priceOverride,
|
||||
this.pvm.languageName,
|
||||
|
||||
Reference in New Issue
Block a user