This commit is contained in:
@@ -308,6 +308,8 @@ todo: many biz objects are not using new PUT methodology
|
||||
CURRENTLY DOING: labors
|
||||
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
|
||||
|
||||
|
||||
@@ -620,6 +620,7 @@ export default {
|
||||
id: 0,
|
||||
concurrency: 0,
|
||||
userId: null,
|
||||
userViz: null,
|
||||
serviceStartDate: window.$gz.locale.nowUTC8601String(),
|
||||
serviceStopDate: window.$gz.locale.nowUTC8601String(), //TODO:sb now plus one hour to match v7
|
||||
serviceRateId: null,
|
||||
@@ -628,6 +629,7 @@ export default {
|
||||
noChargeQuantity: 0,
|
||||
serviceBankId: null,
|
||||
taxCodeSaleId: null,
|
||||
taxCodeSaleViz: null,
|
||||
basePrice: 0,
|
||||
price: 0,
|
||||
manualDiscountPct: 0,
|
||||
@@ -847,8 +849,12 @@ export default {
|
||||
x.noChargeQuantity,
|
||||
this.pvm.languageName
|
||||
),
|
||||
taxCodeSaleViz: taxCodeSaleViz,
|
||||
manualDiscountPct: manualDiscountPct + "TODO PCT",
|
||||
taxCodeSaleViz: x.taxCodeSaleViz,
|
||||
manualDiscountPct:
|
||||
window.$gz.locale.decimalLocalized(
|
||||
x.manualDiscountPct,
|
||||
this.pvm.languageName
|
||||
) + "%",
|
||||
|
||||
basePrice: window.$gz.locale.currencyLocalized(
|
||||
x.basePrice,
|
||||
|
||||
Reference in New Issue
Block a user