This commit is contained in:
2021-07-08 23:20:24 +00:00
parent 698b9c36d8
commit e951dd2c87
2 changed files with 12 additions and 2 deletions

View File

@@ -429,7 +429,16 @@ TODO 2 (all 2's): V7 features on wo I haven't coded yet
Part
Generate unit from selected part (already a v7 feature, didn't even realize)
UPC select by UPC (just confirm this)
Unit generated from part fields:
owner is workorder customer
Description is part name
purchased here is true
purchased date is service date of workorder
Serial number is part serial number if set
Icon is Unit icon with an arrow
Trans key is "WorkOrderGenerateUnit"
todo 1: Implemente Tech scheduleable user notes in workorder form ALERT area
right now it only shows from customers "Alert notes" field

View File

@@ -2184,7 +2184,8 @@ async function fetchTranslatedText(vm) {
"UnitPurchaseFromID",
"UnitPurchasedDate",
"UnitReceipt",
"RecentWorkOrders"
"RecentWorkOrders",
"WorkOrderGenerateUnit"
]);
}