5 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)
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
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\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