added triggers to calculate and store the scrapped quantity of a work order and auto close the work order when the scrap quantity and ship quantity equal the total work order quantity
added performance improvements to reduce unnecessary writes to the WO_LOG table
This commit is contained in:
@ -95,4 +95,5 @@ Equ WO_LOG_SHIP_QTY_STATIC$ To 82
|
||||
Equ WO_LOG_RX_STAMPS$ To 83
|
||||
Equ WO_LOG_REL_STAMPS$ To 84
|
||||
Equ WO_LOG_CURR_STATUS_STATIC$ To 85
|
||||
Equ WO_LOG_SCRAP_QTY_STATIC$ To 86
|
||||
|
||||
|
Reference in New Issue
Block a user