phpScheduleIt
September 09, 2010, 04:50:56 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: phpScheduleIt 1.2.11 has been released
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Daily scheduling  (Read 1575 times)
jferris01
Newbie
*

Karma: 0
Posts: 1


View Profile
« on: August 19, 2008, 07:46:27 AM »

Hi,

I have a requirement to schedule resources on a daily basis, not in hourly increments.

Just wondering if anyone has had a similar requirement and where one would start?

cheers
Logged
Nick
Administrator
Hero Member
*****

Karma: 1
Posts: 2710


View Profile WWW
« Reply #1 on: August 19, 2008, 09:52:48 AM »

The easiest way would be to make the min/max reservation times 24 hours and making the interval 24 hours.

This isn't supported by default, but you can add the 24 hour option by changing line 136 in templates/admin.template.php to:

$spans = array (1440, 30, 10, 15, 60, 120, 180, 240);
Logged
joeclarkia
Newbie
*

Karma: 0
Posts: 1


View Profile
« Reply #2 on: March 11, 2010, 02:10:22 PM »

I'm interested in basically a day-by-day scheduler as well (hour-by-hour is not as useful in my case).  I could try the suggestion above, but I'm guessing that wouldn't change any of the output displays, which are heavy on the hour-by-hour reporting.  Does phpScheduleIt (or maybe some similar tool) have a way to optimize the output displays for day-by-day scheduling?
Logged
Nick
Administrator
Hero Member
*****

Karma: 1
Posts: 2710


View Profile WWW
« Reply #3 on: March 16, 2010, 01:53:44 PM »

This should indirectly change the display since the users will only see a single, full day block instead of hourly blocks.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2007, Simple Machines LLC Valid XHTML 1.0! Valid CSS!