This commit is contained in:
Dvorinka
2025-08-05 14:09:37 +02:00
parent 96fced6eab
commit 5fbf1346d5
12 changed files with 400 additions and 304 deletions
+2
View File
@@ -30,8 +30,10 @@ class EDIUnifiedParser:
scrollbar.pack(side=tk.RIGHT, fill=tk.Y)
def load_file(self):
initial_dir = r"M:\APLIKACE\Edirex\INArchiv"
filepath = filedialog.askopenfilename(
title="Vyberte EDI soubor",
initialdir=initial_dir if os.path.exists(initial_dir) else ".",
filetypes=[("EDI files", "*.edi"), ("All files", "*.*")]
)