What is required to do when a doctor quits and we no longer want him to show up on the main screen?
On the same note how would one change a login account (ie different login user name)?
in globals.php
about line 109 you’ll find the following:
$GLOBALS[‘schedule_start’] = 8;
$GLOBALS[‘schedule_end’] = 17;
// the interval in minutes that the day calendar will display
$GLOBALS[‘calendar_interval’] =15;
// the width in charactors that the day view calendar will display the title and patient name
$GLOBALS[‘day_view_td_width’] =30;
if it’s just a typo, you can edit the facility from the administration menu,
if deleting, you’ll need to do it from mysql (i.e. phpmyadmin)
and then be sure that all users have a valid facility name associated with them.