Commit Graph

33 Commits

Author SHA1 Message Date
3b950cf886 updated the report so that we will flag drawers that had errors and also crashed 2026-07-20 19:44:34 -05:00
b270ca9186 added fccs_report.py this generates a report of all the errors in a clean html format 2026-07-19 21:47:31 -05:00
3b2263b529 tweaked the verify output so it logs to its own file 2026-07-11 12:30:16 -05:00
fec7745092 updated our verify logic 2026-07-11 12:27:40 -05:00
2b04210a23 added a check utility so we can scan the export folder and check if the folder that failed during the export run actually failed or managed to complete succesfully 2026-07-11 12:12:41 -05:00
bda12518dd we encoutered a crash due to a corruption in FCCS. Added error handling for that scenario which included a crashed list and modifying the export function. Need to test it on a known crashed folder 2026-07-10 22:28:22 -05:00
7921e91c2c added and removed a delay from the controls dump 2026-07-09 20:06:52 -07:00
705e270004 updated how we are doing manifests so they are more clean and easier to check file formats 2026-07-09 21:52:19 -05:00
1b300eacb3 reverted how we compile the ignore list. The longer numbers will actually handle fine so we dont need to ignore. For example 01230 we need to handle but 01230TS we dont. Also we created a separate script to handle clashing numbers specifically as well as helper function that will dump control id's 2026-07-09 20:33:07 -05:00
b5862a7ea7 tweaked the ignore list so it includes all files not just prefix, so 02800 and 02800TP now 2026-07-09 16:48:07 -05:00
acd985432e auto generate the ignore list then we can manually adjust for locked drawers 2026-07-09 16:44:19 -05:00
60cc36893e updated scan.py to help us error handle the weird searches and alos build an ignore list 2026-07-09 16:21:20 -05:00
041ffd1c3f dropped the wait timer on the search box causing an error 2026-07-08 21:43:52 -05:00
a9fa2c4916 updated code to find search box by finding the box next to the go button since the control id was ambiguous 2026-07-08 21:31:20 -05:00
9303bcf0b5 added manifests to create a list of expected file outputs as well as a verification script. 2026-07-08 20:33:44 -05:00
d02333f9f9 increased time out for file export 2026-07-07 14:05:35 -05:00
0c264aaa9c fixed bug that caused us not to click ok in send to file 2026-07-07 13:22:20 -05:00
1f4555bff6 hopefully fixed the success dialog close issue 2026-07-07 13:05:58 -05:00
9e303d01c9 dumb changes 2026-07-07 05:38:17 -07:00
6a79bc8715 made a typo and now its a change 2026-07-07 05:37:10 -07:00
5d6aac2fc4 updated timeout handling and also closing stale dialog 2026-07-07 07:36:19 -05:00
574a405ec9 fixed how we check that a drawer was complete 2026-07-07 00:17:11 -05:00
acfe5de23a updated polling so we wont timeout 2026-07-06 23:50:22 -05:00
65947638cb updated the export code to handle failures of clicking ok after export 2026-07-06 23:29:41 -05:00
84bf5f31ea reworked how we waited for select-> 2026-07-06 23:00:32 -05:00
a845447f87 updated how we select the search box 2026-07-06 22:48:50 -05:00
6ac8b29305 error handled some minor thigns in the export file 2026-07-06 17:00:53 -05:00
2b9d1bda12 tweaked reorganize so it only puts client names (drops ID) and the original filename instead of the full name that FCCS exports 2026-07-06 16:48:30 -05:00
2d679e2497 updated folder paths in config file 2026-07-06 14:26:55 -07:00
a664a00f4d updated script for reorganizing folders to handle the weird nesting that FCCS does 2026-07-06 16:14:22 -05:00
1ae9ba27a6 Update fccs_export.py
add some context in comments
2026-07-06 14:53:30 +00:00
9eb7784e9c tweaked some code after looking at real images and added a readme 2026-07-05 23:07:47 -05:00
0da73f6c6e Initial commit: FCCS extraction tool 2026-07-05 22:38:38 -05:00