Function to check for available employees

  • Mikkel Olsen
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 2 weeks ago #49043 by Mikkel Olsen
Function to check for available employees was created by Mikkel Olsen
Hello,

How do I programmatically get an array of IDs for available employees for a specific date?

Example:
I have a calendar date 2014-11-24 and I want to check which employees are available for this date using PHP.
Is there a function I can use?

Please Log in or Create an account to join the conversation.

More
11 years 2 weeks ago #49045 by Dang Thuc Dam
Replied by Dang Thuc Dam on topic Function to check for available employees
Hi Mikkel,
You can check function loadEmployees in file classes > ajax.php
It uses 3 params, Sid (service id), date (checked date) , vid (venue id)
Thanks
Dam

Please Log in or Create an account to join the conversation.

Moderators: Dang Thuc Dam