Function to check for available employees

  • Mikkel Olsen
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 7 months 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
9 years 7 months ago #49045 by Mr. Dam
Replied by Mr. 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: Mr. Dam