Refactored receive and release codebase.
bug fixes and performance improvements
modified WO_REC form to use the same receive and same release dtm for all cassettes released in a given batch
Related work items: #259878
Added in a check for the active flag when adding an operation to a lot. Added in material handler group to the CanUserModifyLot check.
Given the addition of a check for the active flag to allow adding an operation. I checked all OPERATION records to ensure that flag has already been set. The only operations that had a value other than true were the OPERATION records related to Return To Fab Lot processing.
Tested and verified creating test wafer lots, and creating RTF forms.
Initial commit.
Create FQASignatureReady service in QA_SERVICES.
Create SignFQA service in SIGNATURE_SERVICES.
Commit remaining portion of project.
Implement changes requested in review meeting.
Fix typo. Add new MU logic to final entry point.
Restrict logic to only apply to 'THICK'
inspections.
Bypass new logic if Biorad 4 and 5 are down.
Refactored Lot Event methods.
1. Moved all lot event methods to a new LOT_EVENT_SERVICES service module.
2. Simplified CreateLotEvent routine
3. Updated all calling stored procedures.
Added field to lot table to store most recent event id. Maintained column by writing to it upon successful creation of a lot event. Added the most recent event dtm to the json object for lot records. Added related text view in NDW_VIEW_LOT form and method to read that data and populate the field.
Related work items: #249625
Changed LOT_OPERATION key generation to be a unique GUID rather than LOTNAME-OPERATIONID. This will allow us to have multiples of a specified operation. Useful for rework.
Related work items: #137429, #247316
Includes services and functions to create new
test wafer lot. Tables included outside of git push
New Tables:
1. LOT
2. LOT_EVENT
3. LOT_OPERATION
4. PRODUCT_OPERATION
5. OPERATION
6. Added PRODUCT_OPERATIONS field in TEST_WAFER_PROD table.
All relational indexes and btree indexes.