VtigerCRM任务调度模块

I have a company for bike servicing and have 20 workers. Now I want to schedule new job ( new bike service ) to free worker.

See below scenario which I want to manage.

  1. Each worker can only work 9am-9pm Monday to Friday.

  2. But we will also need to check the worker's calendar to see if they have any job already.

  3. Once we will check and get free worker then able to assign job to that worker.

Can anyone please suggest any solution how to manage it in vtigerCRM.

Thanks in advance.

  1. Create a job module. Configure all required fields for that module.
  2. Create a custom-view to get the list of all workers who are not having any job for a specific hour.
  3. Create a new job and then assign this job to that worker.