This commit is contained in:
2026-01-02 14:43:50 +03:00
parent d0f462dfee
commit 5d15ff9f5e
10 changed files with 73 additions and 36 deletions

3
run.py
View File

@@ -1,6 +1,6 @@
import server.backend.services.excel as excel
from server.backend.services.validating_files import validating
from server.backend.api import companies,contractors,storages
from server.backend.api import companies,contractors,storages, nomenclature
#_______________
from pathlib import Path
path = Path("./excel_files")
@@ -21,6 +21,7 @@ match args.mode:
companies.companies()
contractors.contractor()
storages.storages()
nomenclature.nomenclature(flag=True)
case "orgs":
print("Режим:", args.mode)
companies.companies()