Add Customer/Object/Employee working - DEBUGGING anchor Errors done

This commit is contained in:
2025-05-23 11:23:16 +02:00
parent 75427b1326
commit 096f60a2ec
35 changed files with 30124 additions and 1209 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()