This commit is contained in:
@@ -429,7 +429,16 @@ TODO 2 (all 2's): V7 features on wo I haven't coded yet
|
|||||||
|
|
||||||
Part
|
Part
|
||||||
Generate unit from selected part (already a v7 feature, didn't even realize)
|
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
|
todo 1: Implemente Tech scheduleable user notes in workorder form ALERT area
|
||||||
right now it only shows from customers "Alert notes" field
|
right now it only shows from customers "Alert notes" field
|
||||||
|
|||||||
@@ -2184,7 +2184,8 @@ async function fetchTranslatedText(vm) {
|
|||||||
"UnitPurchaseFromID",
|
"UnitPurchaseFromID",
|
||||||
"UnitPurchasedDate",
|
"UnitPurchasedDate",
|
||||||
"UnitReceipt",
|
"UnitReceipt",
|
||||||
"RecentWorkOrders"
|
"RecentWorkOrders",
|
||||||
|
"WorkOrderGenerateUnit"
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user