1d32ec4fbb
minor bug fix to release lock if record not updated
2025-07-11 10:44:14 -07:00
eb85afaf35
Updated WO_LOG_ACTIONS to also set the legacy status field in the WO_LOG table. Updated GetIQSViolationData to only update the Reactor record if something has changed.
2025-07-11 08:08:31 -07:00
269e5f9bd4
cache TW Lot JSON unless changed
2025-07-10 10:26:10 -07:00
d4ce96337b
fixed bug in GetAvailableMakeupWafers which was using the CustPartNo instead of the EpiPartNo to find available makeup wafers
2025-07-10 09:16:00 -07:00
af6cd757de
Remove TW_All_Signed CC dependency
2025-07-09 09:36:17 -07:00
ce252bf885
added additional checks in WO_LOG WRITE_PRE action to only set the closes date and closed status if the work order is not already closed
2025-07-08 11:08:54 -07:00
28d5b81b30
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
2025-07-08 10:31:25 -07:00
563871008e
Move WO_MAT_LOG creation to background
2025-07-08 19:10:10 +02:00
272b2ce7d8
updated copy and delete record from sql routines to allow for a null pkey
2025-07-07 16:13:27 -07:00
14c77d9edf
Merged PR 20357: Fixed typo in log object reference.
...
Fixed typo in log object reference.
2025-07-08 00:38:42 +02:00
d15cd38daf
added UpdateOpenWorkOrderStatuses and UpdateWorkOrderStatus services
2025-07-07 15:10:47 -07:00
e3dbea2b7a
fixed service manager group name
2025-07-07 11:48:36 -07:00
01fa3f8202
fixed logic determining which wafers can be NCRed
2025-07-04 01:58:45 +02:00
98ac420462
Modified copy and delete record to sql routines to lock the queue record before attempting to prevent long running copy or delete calls form being processed more than once and wasting resources.
2025-07-03 14:06:04 -07:00
5ca3778719
VNAV bug fix
2025-07-02 09:54:16 -07:00
5d27afcd68
minor bug fix
2025-07-01 14:41:29 -07:00
c786fce37b
Deprecating old services. Refactored codebase to not use SwapResources GoSub.
2025-07-01 14:14:04 -07:00
b796060529
Updated CreateLotEvent to use Transaction Queue instead of Proc Queue to avoid locking errors.
2025-07-01 10:41:54 -07:00
ff0036d4c2
Fixed some error throwing in LOT_SERVICES
2025-07-01 09:31:50 -07:00
fd55fe06a9
Removing JSON not used by scanner app
2025-07-01 18:10:56 +02:00
653ba1619f
Added square brackets around OPEN column in LOT table to prevent SQL insert/update errors. Updated PROC_QUEUE monitor to monitor the PROC_QUEUE2 table.
2025-07-01 08:54:24 -07:00
8f25d78fe6
Final fixes.
2025-06-30 23:23:55 +02:00
521c35af8f
Fix column display issue on ENG_OPTIONS popup.
2025-06-30 23:23:55 +02:00
d021ab64b9
Commit to switch branches.
2025-06-30 23:23:55 +02:00
df5b217fe7
Merged PR 19805: Modified form and removed form items for the MU Inventory Report(Replaced by...
...
Modified form and removed form items for the MU Inventory Report(Replaced by Reporting Services) and thruput report also replaced my Reporting services
2025-06-30 22:46:32 +02:00
8415e99055
Switching to fast stringify
2025-06-30 11:39:40 -07:00
da208b2908
Remove duplicate calc column read
2025-06-30 18:33:40 +02:00
7b7f501145
added service to get nicaBaseInstructionId from NicaIntegrationService based on name of instruction/document
...
added UpdateNicaChecklistBaseInstructionIds call to GetOrderUpdates service
2025-06-30 18:04:37 +02:00
03e85359d1
ready for unit testing
2025-06-30 18:02:16 +02:00
401c03d752
Merged PR 19733: Bug Fix #2 . TW Lot Qty Adjust
...
Fixed improper usage of CreateTestRunRecord.
Removed unnecessary development gates and unnecessary code usages.
2025-06-27 22:15:12 +02:00
a878c9bb2e
Merged PR 19663: Modified the decrease lot qty functionality to reduce qty via test wafer usag...
...
Modified the decrease lot qty functionality to reduce qty via test wafer usage rather than directly reducing the qty.,
2025-06-27 21:39:06 +02:00
60b5386f27
modified logging dtm to include seconds
2025-06-26 16:24:10 -07:00
46f070e9cc
Updated some logging to OConv the datetime.
2025-06-26 16:17:00 -07:00
2180ba3fb4
refactored Mona_Services to queue requests and send them in bulk via the Service Manager
...
Added queue count to mona monitors. Added email notification on ProcessMonaQueue.
Added hard limit of 2000 requests to be sent to MonInBufferedWorker at one time. Fixed outdated Shipment_Services in SharedTest environment.
2025-06-26 15:20:01 -07:00
c6910c14c2
modified ProcessProcedureQueue to mark requests as queued and only re-queue them if they have been queued for over ten minutes
2025-06-25 15:35:54 -07:00
38e7b6e276
Switched to RList from Select...By to prevent read issues.
2025-06-25 09:34:01 -07:00
e523f2085d
moved log variables to prevent VNAVS when failing to read transaction record
2025-06-24 19:41:20 -07:00
7b386fe856
modified CLEAN_INSP_ACTIONS WRITE action to post to transaction queue and proc queue
2025-06-25 00:10:11 +02:00
bcdfbe0534
created transaction queue to process database writes and deletes in first in first out order
2025-06-24 13:25:47 -07:00
52499b7616
Merged PR 19430: Fix references to old supplement system.
2025-06-24 21:20:40 +02:00
1db89a3d3f
fixing typo
2025-06-24 09:53:29 -07:00
de67e45c9a
updated WRITE_PRE action to not use GetStackTrace and to notify FI of field name being cleared
2025-06-24 09:32:00 -07:00
3becd9cf4d
updated WO_MAT_ACTIONS to block write operations if certain fields are cleared
2025-06-24 00:43:16 +02:00
d570e3cfef
Merged PR 19340: Test wafer quantity
2025-06-23 20:22:02 +02:00
49f6cf505a
Adding addtional smart scanner metrics
2025-06-23 18:21:12 +02:00
17e320923f
Merged PR 19265: Moved call to MonA Metric setting above the local service error setting as th...
...
Moved call to MonA Metric setting above the local service error setting as the call to that MonA service was clearing out errors and preventing them from making their way back to the GUI.
2025-06-21 01:33:55 +02:00
c4a3edece2
fixed bug in generate material track rows that would clear user comments and kit demand values
2025-06-18 14:46:22 -07:00
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
5cb17c6d52
removing old notification code
2025-06-18 22:02:42 +02:00
0c7a1d55e2
fixed email notifications on failed calls to obj_WM_IN('Create') and obj_WM_OUT('Create')
2025-06-18 11:52:52 -07:00