This commit is contained in:
2026-01-08 17:51:12 +03:00
parent e22abc8057
commit 9980c1f002
7 changed files with 316 additions and 47 deletions

View File

@@ -29,7 +29,7 @@ def validating():
match file:
case _ if "period_closure_income" in name:
label = "period_closure_income"
case _ if name == "0":
case _ if name == "0" or "weekly_report" in name:
label = "0"
case _ if "отчет о реализации товара" in name:
label = "отчет о реализации товара"