What to do when someone quits?

ajperezcrespo wrote on Monday, February 06, 2006:

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)?

Thanks
Alfonso

andres_paglayan wrote on Monday, February 06, 2006:

change the password and make the account not authorized

drbowen wrote on Monday, February 06, 2006:

In a similar vein how does one increae the starting time to 8 Am and the fininshing time to 7:30 PM.

Sam Bowen

andres_paglayan wrote on Monday, February 06, 2006:

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;

change them to suit your needs

ajperezcrespo wrote on Monday, February 06, 2006:

Great that works, next…how do I get rid of a group due to a typo?

Thanks

andres_paglayan wrote on Monday, February 06, 2006:

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.