Hi,
there is any hint of doing something like this:
1) create another column ID_Company on each table of easy-appointments in database to know which company that service/worker belongs to.
2) check ID_company of the user that is logged in admin area to know at which company he belongs.
3) make a condition on the fields of easy-appointments to only shows the services/workers when ID_Company of the tables = ID_Company of the logged user.
I think I can do that with some php and changing some of the queries to the database.
Do You have any hint to help me with (where to start the changes) or maybe a better way to do it?
Tks!