Commit Graph

18 Commits

Author SHA1 Message Date
273b7f67a6 Merged PR 19143: Require 100 percent centerpoint on MU conversion.
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.
2025-06-18 22:23:57 +02:00
ebd8b36d13 smart scanner metrics 2025-06-10 08:57:13 -07:00
27d55d83a1 Merged PR 17495: fixed WM_OUT form Special Instruction source
fixed WM_OUT form Special Instruction source
2025-05-23 19:41:15 +02:00
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
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
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
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
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
b76db6bc72 Merged PR 13813: Lot void routines enhancement
Lot void routines enhancement

Related work items: #110807
2025-03-27 18:51:25 +01:00
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
a275005358 Added menu item in NDW Main to launch OI Wizard Create TW Lot 2025-01-23 09:17:36 -07:00
953129af6e Added new form the adjust wafer quantity on lot 2024-11-25 21:44:51 +01:00
e4cca79a08 First final commit 2024-11-25 21:44:51 +01:00
3a2ff00722 Re-adding from old branch 2024-11-25 21:44:51 +01:00
507106971b added case for when lot record does not exist 2024-11-05 18:15:20 -07:00
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
508707f0f2 Added in functionality for TW WIP Reporting
Refactored error logging and catching.
2024-10-31 16:23:34 +01:00
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