We are a new clinic and for several weeks, have been printing our schedule from the calendar screen Print button. This functionality suddenly stopped in the last 3 days. From other posts, we were able to work around by switching all users to Firefox, but would like to understand why this won’t work in Chrome.
Any help is appreciated.
I had the same issue: (DAY SCHEDULE PRINTING popup window shows up for 1/2 seconds only)
to fix it for chrome browser:
find this file
/openemr/interface/main/calendar/modules/PostCalendar/pntemplates/default/views/day_print/outlook_ajax_template.html
This file: outlook_ajax_template.html
go to line 700 and comment out
window.close();
it should look like this:
// window.close();
When printing right click inside popup window and select print.
this is not a perfect fix but it worked for me.