Kayako logo
Modifications & Addon Releases Modification guides and addons are posted here to share with the community. Do not post requests in here!

Notices

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  (#1) Old
deeps Offline
New Member
 
Posts: 25
Join Date: Aug 2007
Change default work schedule for new staff - 18-09-2007, 09:34 AM

SupportSuite version: 3.11.01 stable

Very simple change, one liner, changes the default work schedule for all new staff to be working 9am to 6pm Monday to Friday.

edit /path/to/kayako/includes/functions_staff.php

line 79:

PHP Code:
$dbCore->query("INSERT INTO `".TABLE_PREFIX ."staffschedules` (`staffid`, `sunday_enabled`, `sunday_open`, `sunday_close`, `monday_enabled`, `monday_open`, `monday_close`, `tuesday_enabled`, `tuesday_open`, `tuesday_close`, `wednesday_enabled`, `wednesday_open`, `wednesday_close`, `thursday_enabled`, `thursday_open`, `thursday_close`, `friday_enabled`, `friday_open`, `friday_close`, `saturday_enabled`, `saturday_open`, `saturday_close`) VALUES ('"intval($staffid) ."', '0', '09:00', '18:00', '1', '09:00', '18:00', '1', '09:00', '18:00', '1', '09:00', '18:00', '1', '09:00', '18:00', '1', '09:00', '18:00', '0', '09:00', '18:00');"); 
This can easily be alerted to fit your own typical business hours.

Deeps.
   
Reply With Quote
Reply

Tags
default, schedule, staff

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Alerts Tickets -> Alerts -> Abide by staff schedule richm Feature Requests 13 17-12-2007 12:53 AM
New Build: 3.10.02 STABLE Ryan Lederman News and Announcements 0 05-03-2007 09:53 PM



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47