A lot of changes going on

This commit is contained in:
2025-05-13 16:40:48 +02:00
parent 3ff830b3e2
commit 5b16432767
37 changed files with 4332 additions and 183 deletions

10
main.py
View File

@@ -58,12 +58,12 @@ def initializeProgram():
if DbManager().getConnection():
db_con = True
user = UserManager()
business_model = BusinessModel()
# business_model = BusinessModel()
address_model = AddressModel()
business_type = BTypeModel()
contact_model = ContactModel()
employee_model = EmployeeModel()
object_model = ObjectModel()
# business_type = BTypeModel()
# contact_model = ContactModel()
# employee_model = EmployeeModel()
# object_model = ObjectModel()
publishContext()