Changing Time on Appointment Schedule

ksears wrote on Tuesday, October 11, 2005:

Our start time in our practice is 8:00 with 15 minute appointments.  The time on the OpenEMR starts at 9:00.  How can I change that?

andres_paglayan wrote on Tuesday, October 11, 2005:

change the time for the "IN" calendar event

sunsetsystems wrote on Tuesday, October 11, 2005:

Actually I think he’s asking about the calendar start time.  That’s a configuration parameter in interface/globals.php.  Change the 9 to 8 in this line:

$GLOBALS[‘schedule_start’] = 9;

– Rod (http://www.sunsetsystems.com/)