This commit is contained in:
2021-05-11 17:17:24 +00:00
parent cd7702fddb
commit e11b8a9811
2 changed files with 10 additions and 2 deletions

View File

@@ -308,6 +308,8 @@ todo: many biz objects are not using new PUT methodology
CURRENTLY DOING: labors CURRENTLY DOING: labors
todo: wo set prices on save, also do need to lookup during entry for grid?? (like po?) todo: wo set prices on save, also do need to lookup during entry for grid?? (like po?)
ORDER: Travel, tasks, parts, loans, units, outside service
TODO: test new from scratch wo regularly TODO: test new from scratch wo regularly

View File

@@ -620,6 +620,7 @@ export default {
id: 0, id: 0,
concurrency: 0, concurrency: 0,
userId: null, userId: null,
userViz: null,
serviceStartDate: window.$gz.locale.nowUTC8601String(), serviceStartDate: window.$gz.locale.nowUTC8601String(),
serviceStopDate: window.$gz.locale.nowUTC8601String(), //TODO:sb now plus one hour to match v7 serviceStopDate: window.$gz.locale.nowUTC8601String(), //TODO:sb now plus one hour to match v7
serviceRateId: null, serviceRateId: null,
@@ -628,6 +629,7 @@ export default {
noChargeQuantity: 0, noChargeQuantity: 0,
serviceBankId: null, serviceBankId: null,
taxCodeSaleId: null, taxCodeSaleId: null,
taxCodeSaleViz: null,
basePrice: 0, basePrice: 0,
price: 0, price: 0,
manualDiscountPct: 0, manualDiscountPct: 0,
@@ -847,8 +849,12 @@ export default {
x.noChargeQuantity, x.noChargeQuantity,
this.pvm.languageName this.pvm.languageName
), ),
taxCodeSaleViz: taxCodeSaleViz, taxCodeSaleViz: x.taxCodeSaleViz,
manualDiscountPct: manualDiscountPct + "TODO PCT", manualDiscountPct:
window.$gz.locale.decimalLocalized(
x.manualDiscountPct,
this.pvm.languageName
) + "%",
basePrice: window.$gz.locale.currencyLocalized( basePrice: window.$gz.locale.currencyLocalized(
x.basePrice, x.basePrice,