9352923aa0Added in a loading indicator.
master
ouellette
2023-11-14 11:00:43 -07:00
c1bb74433bepi-pro-reactor-pm-verification ready to testMike Phares2023-11-13 10:27:52 -07:00
7b1c044730Fixed date sorting in YieldStatistics.cs to sort the dates as datetimes instead of as strings.
Infineon\StieberD
2023-11-10 09:34:10 -07:00
6c8788dae5Removed the reverseLists function call, which reverses the scrapbyday values
ouellette
2023-11-01 13:30:08 -07:00
b76fe99aa9Added links to other reports
ouellette
2023-10-30 12:04:58 -07:00
c50a3e103bDaily Report adds zeros for down days
Chase Tucker
2023-10-27 14:37:15 -07:00
00042711ddFixed null values returned from SQL query.
ouellette
2023-10-13 13:06:33 -07:00
cc4cb9f304Had to adjust the query to account for days that are in a week that started in a different quarter
ouellette
2023-09-30 23:53:44 -07:00
3dcc986584Adjusted quarter start date queries to be inclusive of last day of quarter
ouellette
2023-09-29 14:38:10 -07:00
1633c82323Fixed issue with previous week quarterly targets in daily report
Daniel Wathen
2023-07-05 15:31:28 -07:00
32182e8f7cAdded R52 and R54 together for Hot WO's running.
Daniel Wathen
2023-06-21 10:09:08 -07:00
93c8554d7fFixed bug in YieldStatistics when reading a null value.
Daniel Wathen
2023-06-12 13:50:31 -07:00
e4624749aeUpdated "UP" status to include UP_WITH_INCREASED_SAMPLING_METROLOGY
Daniel Wathen
2023-05-25 09:00:23 -07:00
3a2e68043cAdded new mode to production to stop it from showing on the downed tools.
Daniel Wathen
2023-04-26 17:25:00 -07:00
78c9421913Removed references to Blazor implementation due to issue with release.
Daniel Wathen
2023-04-03 10:03:19 -07:00
72e7a55ab4Updated daily report to show correct information when two work weeks split quarters.
Daniel Wathen
2023-04-03 09:58:28 -07:00
f77d723576Added new reactor mode to for ENG APP
Daniel Wathen
2023-03-03 13:24:57 -07:00
7ca02958dcChanged reactor event query to only use REACT_EVENT table
Daniel Wathen
2023-03-01 16:45:47 -07:00
57ef8d8d25Updated query for hold lot report
Daniel Wathen
2023-02-20 12:00:41 -07:00
c11de01602Made report header partial view which includes report title and date pulled to be included in each report.
Daniel Wathen
2023-01-26 15:16:43 -07:00
c8d712bf8dUpdated NCR report with the correct column name
Daniel Wathen
2023-01-26 15:06:33 -07:00
39d152ca48Made breadcrumbs dynamic and moved it to a shared partial view.
Daniel Wathen
2023-01-26 15:05:27 -07:00
a02b544f58Fixed spacing of headers on hold lot report an open ncr report
Daniel Wathen
2023-01-24 16:29:04 -07:00
d82e19ad68Relabeled a field in NCR model but forgot to check all references.
Daniel Wathen
2023-01-24 16:16:58 -07:00
476e72ced2Changed NCR query to pull loss comments instead of assign cause description
Daniel Wathen
2023-01-24 16:04:47 -07:00
e8556c9176Modified query for NCRs to pull in RDS number appropriately.
Daniel Wathen
2023-01-24 10:48:04 -07:00
348c233eb1Added Open NCR report.
Daniel Wathen
2023-01-23 21:27:01 -07:00
f40cee57a7Fixed bug in downtime calculation.
Daniel Wathen
2023-01-23 20:16:30 -07:00
a085c84b2bFixed display of completed and projected part changes
Daniel Wathen
2023-01-23 15:42:17 -07:00
35dfd6a23cRemoved EPP TW "Prod" scrap from Reactor Yielded Outs calculation and removed Customer scrap from Yield calculation
Daniel Wathen
2023-01-23 14:08:50 -07:00
a67cc55abeRemoved console logging for hold date and added display of daily and weekly part changes (completed and projected).
Daniel Wathen
2023-01-23 13:47:17 -07:00
649805bde6Added date when daily report was pulled to display on report.
Daniel Wathen
2023-01-20 11:21:52 -07:00
8b1cf80dedFixed calculation in part changes
Daniel Wathen
2023-01-19 15:27:51 -07:00
0de14ec886When EPP tools have Hot WOs assigned, it also brings in the pairing tools (40 brings in 42, 44 brings in 46, 48 brings in 50)
Daniel Wathen
2023-01-19 15:13:16 -07:00
29936b8571Changed display of current hot work orders running.
Daniel Wathen
2023-01-19 15:04:03 -07:00
8722400e3dFixed bug where icon wasn't changing from plus to minus on second table.
Daniel Wathen
2023-01-19 15:00:56 -07:00
afdd487b7dMoved all of the file paths to appsettings file.
Daniel Wathen
2023-01-19 13:05:54 -07:00
715f3709a9Added sorting to Hold Lot table.
Daniel Wathen
2023-01-19 10:28:44 -07:00
92086395edUpdated nuget package
Daniel Wathen
2023-01-19 09:04:08 -07:00
a963525b43Added Hot Work Order information into downed tool table and as a line item in the daily report.
Daniel Wathen
2023-01-18 16:03:42 -07:00
930360a7a9Added Category Description to downed tools table
Daniel Wathen
2023-01-18 12:19:35 -07:00
9cccd00fedDisabling API tests for now.
Daniel Wathen
2023-01-17 15:56:23 -07:00
b428464a02Added test for APIs
Daniel Wathen
2023-01-17 15:51:47 -07:00
a0c3e66dc1Fixed a typo in appsettings.Development.json file for API and setting base URL in the planning report controller.
Daniel Wathen
2023-01-17 15:33:01 -07:00
94ea7502a3Created appsettings class to pull from appsettings.json files
Daniel Wathen
2023-01-17 15:25:20 -07:00
7cde09d7b8Fixed typo in Daily Report, added IDLE and ENGINEERING_DEVELOPMENT to IsInProduction list, and changed unscheduled reactors calculations.
Daniel Wathen
2023-01-17 08:31:59 -07:00
9525355b55Added Hold Report to the production reports.
Daniel Wathen
2023-01-16 12:28:48 -07:00
bbd396c25eFixed failing test
Daniel Wathen
2023-01-16 00:59:26 -07:00
62df6323d0SLLTools.json file and DailyReportInfo.json file automatically clear the first time it runs on Monday, and fixed bug when scrap is resolved as null.
Daniel Wathen
2023-01-16 00:55:07 -07:00
11a24b26a0Revert "Client only"
Daniel Wathen
2023-01-15 13:49:27 -07:00
a2512b41e1Changed metric for determining wafers needed for quarter, included reactor log comments, made downed tools table larger, fixed bug in determining reactor capcity
Daniel Wathen
2023-01-13 14:25:01 -07:00
8d65b82af6Ran formatting through code
Daniel Wathen
2023-01-12 13:19:05 -07:00
ba6d7b19e7Changed API endpoint URL
Daniel Wathen
2023-01-12 10:57:11 -07:00
096043d6caFixed HTR downed tools header, added quarter to date information, and put extended downtime into tool downed tables.
Daniel Wathen
2023-01-12 10:50:10 -07:00
41b98891a8Added SSR report link to production directory.
Daniel Wathen
2023-01-11 14:05:46 -07:00
efa3ef6ad2Updated error page to remove references to Development Mode.
Daniel Wathen
2023-01-11 12:57:53 -07:00
a0a8b5aabbChanged url to for API endpoints
Daniel Wathen
2023-01-11 12:55:49 -07:00
7bd530e72bFixed bug with editing manual entries.
Daniel Wathen
2023-01-11 12:52:21 -07:00
f23c7136c0Migrated to using free library of icons for images and fixed button layout for index pages.
Daniel Wathen
2023-01-11 12:36:28 -07:00
7fbbca61b8Fixed issue with footer display.
Daniel Wathen
2023-01-11 10:59:07 -07:00
a3f73e58d8Fixed footer
Daniel Wathen
2023-01-11 10:32:24 -07:00
012cb4bd56Updated url for accessing API endpoints.
Daniel Wathen
2023-01-11 10:16:52 -07:00
9a7184841dChanged port for accessing the APIs
Daniel Wathen
2023-01-11 10:11:32 -07:00
6436465fa1Removed all references to FabTime
Daniel Wathen
2023-01-11 10:00:39 -07:00
43e5ec3e28Used queries to get data from scrape database instead of FabTime to use a single data source.
Daniel Wathen
2023-01-11 09:46:03 -07:00
cb14e93ad5Changed API url for fabtime endpoints
Daniel Wathen
2023-01-06 13:38:25 -07:00
63f442ef07Additional logging in APIs
Daniel Wathen
2023-01-06 12:31:40 -07:00
569fd84725Updated logging.
Daniel Wathen
2023-01-06 11:52:50 -07:00
8077f6222eHardcoded all production string references.
Daniel Wathen
2023-01-06 11:15:56 -07:00
ddbd8fd281Fixed appsettings.json file
Daniel Wathen
2023-01-06 11:05:42 -07:00
4ab4f6230cChanged logging directory for release version.
Daniel Wathen
2023-01-06 10:30:17 -07:00
9ee0b14ee9Added logging to application.
Daniel Wathen
2023-01-06 09:15:40 -07:00
6de41bc8daUpdated appsettings.json file to change base api url based on environment. Also fixed bug in calculation of yield percentage.
Daniel Wathen
2023-01-05 15:10:40 -07:00
3922d28a8bAdded testing endpoing to API
Daniel Wathen
2023-01-05 12:49:30 -07:00
2ce4109047Updated Filename for API Project
Daniel Wathen
2023-01-05 12:10:04 -07:00
5b43483e82Reconfigured project references
Daniel Wathen
2023-01-05 11:45:37 -07:00
0bad914be4Clean up directories
Daniel Wathen
2023-01-05 10:49:15 -07:00
32df1449ccAdded Report Generator package
Daniel Wathen
2023-01-05 10:27:50 -07:00
9f08d6630cAdded calculation for daily planned wafer outs and display on production report.
Daniel Wathen
2023-01-04 19:26:33 -07:00
03668e1335Fixed bug that prevented week from showing if it is Monday.
Daniel Wathen
2023-01-04 18:05:11 -07:00
8bc7d7bddeChanged several synchronous database calls to asynchronous calls.
Daniel Wathen
2023-01-04 17:17:24 -07:00
81f7e1a57bSimplified Manual Report Entry
Daniel Wathen
2023-01-04 16:34:31 -07:00
83525d0149Updated UnloadTemps repo to get data for whole week instead of just the last day.
Daniel Wathen
2023-01-04 15:33:52 -07:00
e3b4e68425Cleaned up references to repositories in the UI that were overlooked
Daniel Wathen
2023-01-04 14:32:13 -07:00
1adb303d99Added backend API project to segregate responsibilites - Data is now handled in API project and business is all handled in UI project.
Daniel Wathen
2023-01-04 14:19:59 -07:00
80696e5fe6Reorganized project structure to separate backend process from frontend process.
Daniel Wathen
2022-12-22 12:10:18 -07:00
b5def3da89Refactored code, restructured project organization, and added new unit tests.
Daniel Wathen
2022-12-13 12:11:28 -07:00
8f96e31121Fixed failing test
Daniel Wathen
2022-12-09 15:13:13 -07:00
0b28c39b16Pulled connection string out to appsettings.json file.
Daniel Wathen
2022-12-09 15:04:08 -07:00
43957fe66dAdded logging nuget packages to allow for logging capabilities.
Daniel Wathen
2022-12-09 14:17:39 -07:00
32d8ad8b3cAdded Dual Layer data in the report (pulling from the database and displaying it back on the main form)
Daniel Wathen
2022-12-08 12:03:19 -07:00
4592b035b6Added data pull for previous week and capability for production passdown to view previous week data, added tool state mapping json file and production passdown report shows owners, removed unnecessary jQuery package.
Daniel Wathen
2022-12-07 10:44:11 -07:00
3409ad58b7Fixed bug for expanding yield columns in javascript file, added database calls for unload temps and tools by wafer size, and included unload temps and tools by wafer size in production passdown report.
Daniel Wathen
2022-12-02 15:48:06 -07:00
740896adf0Moved API and DB methods to interfaces in order to leverage Dependency Injection, disolved APICaller class, including functionality in several other functions, included Single Load Lock information into Production Passdown report, changed persistant data file to json instead of xml, and adjusted persistant data file to include a week's worth of data instead of a single day.
Daniel Wathen
2022-12-02 14:41:19 -07:00
e9c071c8f7Cleaned up project files, removing unnecessary using statements and getting rid of unecessary directories and files.
Daniel Wathen
2022-12-01 08:40:13 -07:00
c38bb0c740Updated Nuget Packages
Daniel Wathen
2022-11-30 14:22:45 -07:00
f996dcfb36First Commit
Daniel Wathen
2022-11-30 13:15:01 -07:00