cbb52c469b
updated reactor print dialog form to allow users to select printer
2025-10-16 14:58:44 -07:00
712cec903a
Merged PR 28374: Auto-Populate Kit Demand
...
Updated GenerateMaterialTrackRows service in Report_Services to auto-populate the kit demand based on rules defined by the business.
Related work items: #294433
2025-10-15 17:19:33 +00:00
6e829bd06a
Modified current Calibration_Services 'SendReminders' service to not include out of service calibrations. Deleted deprecated obj_calib_list module.
2025-10-13 09:29:28 -07:00
8604a83966
Merged PR 28044: RE-Order - Consolidation of Lot Events for Fabtime.
...
1. Moved the call to add an ARRIVAL event to within the MoveOutLot function. After the move out is performed to allow for arrival at the next operation.
2. Create a IsLastOperation function to determine if the current operation is the last operation of the lot.
3. Added a call to function IsLastOperation from the MoveOutLot function. If IsLastOperation returns true then instead of an ARRIVAL, it creates a CLOSE event to and sets the CLOSE flag by calling CloseLot function.
4. Modified the AutoCloseTestWaferLot routine to be more generic. Renamed to AutoCloseLot routine.
5. Modified two calls in the from the RDS modules to call the AutoCloseLot function rather than use redundant calls to Move In and Move Out repeatedly until the lot reach it's last operation.
2025-10-10 00:18:39 +00:00
52504272f9
HgCV metrology validation from upstream
2025-10-08 21:49:39 +00:00
b485de10ef
Removed extra set of tool controls from TOOL_STATUS form
2025-10-08 13:59:44 -07:00
261e13ceac
Removed Out of Service calibrations from notifications being sent
2025-10-08 20:19:01 +00:00
ad6ed9c002
Merged PR 27907: Made changes to tracked records and forms to add PACK1 and PACK2 tools to Ope...
...
Made changes to tracked records and forms to add PACK1 and PACK2 tools to OpenInsight TOOL_STATUS form.
2025-10-08 19:59:09 +00:00
beaac0d38a
Added calls to verify indexes and update indexes right after receiving and releasing material. Refactored codebase to adjust work order quantities instead of recalculate quantities.
...
Removing reliance on transaction queue for receive and releaase
Added unlock call in case write fails
2025-10-03 16:07:25 -07:00
a2f61d11c9
Fixed scheduler bug causing cassettes to be marked as complete if they have not been received yet. Updated WIP commuter module to handle old react item wafer size format.
2025-10-02 14:02:16 -07:00
acd7949e85
Trim spec values with whitespece
2025-10-02 16:48:15 +00:00
128bf2ef8d
Fixed a bug in obj_WO_Mat_Log('Post') function that would fail to properly process transactions out of order
2025-10-01 15:23:42 -07:00
705237545f
Merged PR 27478: Changed the comparison operator to force the values to be looked at as a string
...
Changed the comparison operator to force the values to be looked at as a string
2025-10-01 16:56:13 +00:00
baa9af3e1a
Merged PR 27477: Removed Error setting if ScanNotAcceptableReason is due to RDS Layer Params n...
...
Removed Error setting if ScanNotAcceptableReason is due to RDS Layer Params needing to be verified. Also added this same check for lots at the VER stage
Related work items: #330648
2025-10-01 16:46:26 +00:00
2fa474880d
Cleared local ErrMsg variable in VER stage section.
2025-09-30 16:35:41 -07:00
399f568b15
Updated Scan_Services to clear local ErrMsg variable when ROTR error is encountered to ensure override process can continue.
2025-09-30 15:57:52 -07:00
99d6abc3f2
Merged PR 27364: Modified the routine to add default RTF Operations to utilize SYSTEM in lieu...
...
Modified the routine to add default RTF Operations to utilize SYSTEM in lieu UserId. This is to avoid any issues with permissions for the ininitialization
2025-09-30 17:33:12 +00:00
a2c467e9cb
Implemented bug fix for comparing sub lot nos beginning and ending with numbers
2025-09-30 10:02:27 -07:00
af279541ae
Reduced available react item part types to just ASM, HTR, and EPP to prevent validation issues.
2025-09-26 15:12:37 -07:00
2036ed3289
Fixed an issue which was preventing work orders without received material from being scheduled.
2025-09-26 13:40:16 -07:00
edd09af821
Fixed obj_Prod_Spec('GetQAMet'). Added RDS_Test_Services('UpdateRDSTestSpecs').
2025-09-26 11:30:17 -07:00
febe660fcf
Updated WEB_OI_WIZARD form to launch centered on the screen sized to 3/4 of the client area. Updated the UpdateOpenWorkOrderData service to also update all work order quantities to ensure the OPEN_QTY_STATIC is set after routing a work order.
2025-09-25 16:30:41 -07:00
245f832445
Modified UpdateQAMet service to support reactor scheduled metrology tests
2025-09-25 22:35:05 +00:00
f07e4476a7
updated schedule related services to account for voided cassettes
2025-09-24 16:00:16 -07:00
12f354dcaa
commented out localhost case until a better way to determine local development is implemented
2025-09-24 10:49:59 -07:00
d2f98a342d
adding in GetOIWizardBaseURL
2025-09-24 10:38:26 -07:00
b83a3fb57b
Merged PR 26794: Added increased error checking in CopyRDSLayerParameters service
...
Added increased error checking in CopyRDSLayerParameters service
2025-09-24 17:12:27 +00:00
3e0991f681
Merged PR 26793: Added a check for an error in copying of RDS Layer Params
...
Added a check for an error in copying of RDS Layer Params
2025-09-24 17:05:55 +00:00
f1a719d279
Merged PR 26784: Error Message buffer variable mismatch. Errors were being set to ErrorMsg and...
...
Error Message buffer variable mismatch. Errors were being set to ErrorMsg and it needed to be set to ErrMsg. LoadSignatureReady was being set to false, but there were no cases to handle that false response with the variable ErrMsg not getting set.
2025-09-24 15:57:32 +00:00
40a7a5e5a1
Set autosize height and width to false in form designer and to true in commuter module to avoid SRP Git serialization issue.
2025-09-23 11:37:41 -07:00
261880fab8
Implemented ReceiveRelease_API.
...
Added OI Wizard Webview form to launch into OI Wizard from OI and
auto-login the user.
Added menu items to NDW_MAIN to launch the OI Wizard webview form and
navigated to the appropriate page.
2025-09-23 09:41:57 -07:00
4b7417c1a8
RDS Test spec recipe and pattern list pull from TOOL_CLASS
2025-09-22 22:44:59 +00:00
c183da951a
Modified QA met complete check before wafer counter to only apply to FQA location scans
2025-09-22 22:20:25 +00:00
9d6c4c154f
Modified ApplyQA100PercentADE service to delete the @VM delimited test instead of just clearing it.
2025-09-22 14:31:06 -07:00
18f17f1d77
Add surf scan recipes to PSN JSON
2025-09-22 09:06:42 -07:00
4020095d79
Making Daniel's suggested changes -.-
2025-09-19 16:37:53 +00:00
422dc69da7
Added in checking that QA stage exists. This allows for lack of QA stage measurements
2025-09-19 16:37:53 +00:00
a0897d19df
Add PSN MET test recipes and patterns to JSON
2025-09-18 23:57:07 +00:00
8c11300455
removed makeup wafer qa met check until a new solution is ready
2025-09-18 12:36:28 -07:00
537d46ba21
Bugfix Commit
2025-09-17 12:01:08 -07:00
9dcead4eff
Modfified IQS_HGCV_ALARM Nica order trigger to not also check for active CHANGEOVER orders before triggering
2025-09-17 09:09:35 -07:00
0872e88869
Merged PR 25852: Temporary fix to address false positives for missing QA tests
...
Temporary fix to address false positives for missing QA tests
2025-09-16 00:03:32 +00:00
c316aa9164
Swapped Count with DCount
2025-09-15 12:31:13 -07:00
ed6f6cfc0d
Merged PR 25836: Weekend Bug Fixes
...
1. Change to exlude on-hold WMO's from showing up as available.
2. Change to Test Run Services -> Get Test Runs By Username to not utilize the @DICT variable in a btree extract.
Related work items: #325597
2025-09-15 16:42:20 +00:00
f1316d0e8f
Bumped the case statement for closed above the hot flag to ensure closed hot events are colored accordingly
2025-09-12 13:39:13 -07:00
487246af46
Removed unnecessary code in GetRDSKeys
2025-09-12 11:32:07 -07:00
3acaf60a5f
replaced global variables with local variables to prevent dictionary getting clobbered
2025-09-11 13:27:31 -07:00
26198b343a
Merged PR 25502: Test Wafer Stat view
...
Declare new service GetTestRuns.
Commit final changes.
Related work items: #294890
2025-09-10 21:47:21 +00:00
30372169ba
added scrape routines for the TEST_WAFER_PROD (i.e., PRODUCT) table
2025-09-10 12:21:49 -07:00
557221c0d3
Removed WO_MAT_QA write action block event emails. Removed failure to unlock emails from obj_Tables.
2025-09-08 14:43:40 -07:00