15 Commits

Author SHA1 Message Date
Ouellette Jonathan (CSC FI SPS MESLEO)
4037b2fa45 Merged PR 15668: Refactored Lot Event
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.
2025-04-28 21:02:24 +02:00
Ouellette Jonathan (CSC FI SPS MESLEO)
07054d0075 Merged PR 14225: Changed reference to get lot operation id after last week enhancement to make...
Changed reference to get lot operation id after last week enhancement to make LOT_OPERATION keys more unique.
2025-04-01 23:50:51 +02:00
Ouellette Jonathan (CSC FI SPS MESLEO)
c477b8df58 Merged PR 14215: Lot Last Event Datetime
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
2025-04-01 19:27:10 +02:00
Ouellette Jonathan (CSC FI SPS MESLEO)
58c800b504 Merged PR 14000: uncommented out a needed commented out line in GetLotIdByLegacyLotIdAndType
uncommented out a needed commented out line in GetLotIdByLegacyLotIdAndType
2025-03-28 17:59:33 +01:00
Ouellette Jonathan (CSC FI SPS MESLEO)
19908620e2 Merged PR 13912: Changed LOT_OPERATION key generation to be a unique GUID rather than LOTNAME-...
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
2025-03-27 23:23:15 +01:00
Ouellette Jonathan (CSC FI SPS MESLEO)
b76db6bc72 Merged PR 13813: Lot void routines enhancement
Lot void routines enhancement

Related work items: #110807
2025-03-27 18:51:25 +01:00
Ouellette Jonathan (CSC FI SPS MESLEO)
7a633a6cb5 Merged PR 13301: Added test wafer auto close routines upon zero wafer quantity.
Added test wafer auto close routines upon zero wafer quantity.
2025-03-20 22:09:00 +01:00
Infineon\Ouellette
a275005358 Added menu item in NDW Main to launch OI Wizard Create TW Lot 2025-01-23 09:17:36 -07:00
Infineon\Ouellette
953129af6e Added new form the adjust wafer quantity on lot 2024-11-25 21:44:51 +01:00
Infineon\Ouellette
e4cca79a08 First final commit 2024-11-25 21:44:51 +01:00
Infineon\Ouellette
3a2ff00722 Re-adding from old branch 2024-11-25 21:44:51 +01:00
Infineon\StieberD
507106971b added case for when lot record does not exist 2024-11-05 18:15:20 -07:00
Infineon\StieberD
24a246a99b added logic to RDS_ACTIONS to restore load signatures if erased unexpectedly
refactored solution to leverage the LOT and LOT_EVENT tables

minor fix
2024-11-05 17:51:13 -07:00
Infineon\Ouellette
508707f0f2 Added in functionality for TW WIP Reporting
Refactored error logging and catching.
2024-10-31 16:23:34 +01:00
Infineon\Ouellette
9651c48539 Initial addition for Test Wafer Tracking Phase 2
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.
2024-10-24 20:23:15 +02:00