This is a new server installation, no data yet.
Using the cvs 2.8.2-dev version.
There is only one time showing in the calendar 8:00
The user manual on the oemr.org site shows times at 15min intervals.
When I log in as physician or front office person and click the 8:00 nothing happens (trying to add event). I tried in ms-explorer and firefox. I checked and made sure popups were not being blocked.
Try clicking on the time and then click on the add button in the right hand side of that screen. That will pop up the add event screen and you can click the button to give you the in office event screen and go from there as per the instructions that Rod has in oemr.org.
Okay, its frickin 2am, and I’ve been trying to figure this thing out all dang day and night.
Why doesn’t the add event to the calandar work.
Well here is why boys and girls.
After tracing through and debugging dialog.js topmodial.js add_edit_event.php and checking that popups/windows were allowed in firefox/explorer. I keep seeing this type of javascript code in all my pages and couldn’t figure out where in the heck it was coming from…
<!–
function SymError()
{
return true;
}
window.onerror = SymError;
var SymRealWinOpen = window.open;
function SymWinOpen(url, name, attributes)
{
return (new Object());
}
window.open = SymWinOpen;
//–>
So I did a search of it…and low and behold if you have Norton Internet Security Suite installed, check its popup blocking setting. If its turned on Norton adds this to all your web pages you view. It blocks your popups.
IT BLOCKS THE ADD EVENT WINDOW.
Can you tell I’m a little po’d
I have the same symptoms as described using the 2.8.2 dev version. No matter if i acces oemr from a windows machine or a linux one. Im not able to "find available" when trying to book an appointment. it replies "no openings found. even though no appointments are registerd.
Maybe its a problem with my calender setup. as im a total newbie with OpenEMR.
Does there exist a sort of howto in setting op the calendar?
You need to enter IN (in office) and OUT (out of office) events to indicate when the doctor(s) are in, before "find available" will be useful.
Usually IN and OUT are set up as repeating events, with IN at the beginning of each day and OUT at the end. However you might have multiple IN/OUT pairs each day to show different preferred appointment categories.