Release storico UDC e picking list

This commit is contained in:
2026-06-03 11:41:25 +02:00
parent 4dabba8ce7
commit 742f6a9fe9
28 changed files with 2021 additions and 42 deletions

8
warehouse.pyw Normal file
View File

@@ -0,0 +1,8 @@
from runtime_support import ensure_stdio, run_with_fatal_log
ensure_stdio("warehouse_main")
from main import run_app
raise SystemExit(run_with_fatal_log("Warehouse Backoffice", run_app))