This commit is contained in:
2021-06-17 18:52:40 +00:00
parent d1809fe2ad
commit 461689ceac
3 changed files with 6 additions and 10 deletions

View File

@@ -384,10 +384,6 @@ todo: many biz objects are not using new PUT methodology
CURRENTLY DOING: 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 todo: check Joyce's cases

View File

@@ -484,7 +484,7 @@ export default {
taxCodeChange(newName) { taxCodeChange(newName) {
this.value.items[this.activeWoItemIndex].labors[ this.value.items[this.activeWoItemIndex].labors[
this.activeItemIndex this.activeItemIndex
].taxCodeSaleViz = newName; ].TaxCodeViz = newName;
}, },
newItem() { newItem() {
let newIndex = this.value.items[this.activeWoItemIndex].labors.length; let newIndex = this.value.items[this.activeWoItemIndex].labors.length;
@@ -775,7 +775,7 @@ export default {
headers.push({ headers.push({
text: this.$ay.t("Tax"), text: this.$ay.t("Tax"),
align: "left", align: "left",
value: "taxCodeSaleViz" value: "TaxCodeViz"
}); });
} }
@@ -856,7 +856,7 @@ export default {
this.pvm.languageName, this.pvm.languageName,
this.pvm.currencyName this.pvm.currencyName
), ),
taxCodeSaleViz: x.taxCodeSaleViz, TaxCodeViz: x.TaxCodeViz,
priceOverride: window.$gz.locale.currencyLocalized( priceOverride: window.$gz.locale.currencyLocalized(
x.priceOverride, x.priceOverride,
this.pvm.languageName, this.pvm.languageName,

View File

@@ -484,7 +484,7 @@ export default {
taxCodeChange(newName) { taxCodeChange(newName) {
this.value.items[this.activeWoItemIndex].travels[ this.value.items[this.activeWoItemIndex].travels[
this.activeItemIndex this.activeItemIndex
].taxCodeSaleViz = newName; ].TaxCodeViz = newName;
}, },
newItem() { newItem() {
let newIndex = this.value.items[this.activeWoItemIndex].travels.length; let newIndex = this.value.items[this.activeWoItemIndex].travels.length;
@@ -776,7 +776,7 @@ export default {
headers.push({ headers.push({
text: this.$ay.t("Tax"), text: this.$ay.t("Tax"),
align: "left", align: "left",
value: "taxCodeSaleViz" value: "TaxCodeViz"
}); });
} }
@@ -857,7 +857,7 @@ export default {
this.pvm.languageName, this.pvm.languageName,
this.pvm.currencyName this.pvm.currencyName
), ),
taxCodeSaleViz: x.taxCodeSaleViz, TaxCodeViz: x.TaxCodeViz,
priceOverride: window.$gz.locale.currencyLocalized( priceOverride: window.$gz.locale.currencyLocalized(
x.priceOverride, x.priceOverride,
this.pvm.languageName, this.pvm.languageName,