Checkpoint before ghost pallet cleanup workflow

This commit is contained in:
2026-05-09 12:18:59 +02:00
parent f556b476ff
commit 6ab42a2303
27 changed files with 3947 additions and 973 deletions

View File

@@ -12,12 +12,12 @@ flowchart TD
Main --> DB["AsyncMSSQLClient"]
Launcher --> Reset["reset_corsie.py"]
Launcher --> Layout["layout_window.py"]
Launcher --> Ghost["view_celle_multiple.py"]
Launcher --> Layout["gestione_layout.py"]
Launcher --> Ghost["view_celle_multi_udc.py"]
Launcher --> Search["search_pallets.py"]
Launcher --> Picking["gestione_pickinglist.py"]
Reset --> Runner["gestione_aree_frame_async.AsyncRunner"]
Reset --> Runner["gestione_aree.AsyncRunner"]
Layout --> Runner
Ghost --> Runner
Search --> Runner