Calendar stopped printing

davidjernigan3 wrote on Wednesday, March 18, 2015:

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.

fsgl wrote on Wednesday, March 18, 2015:

Development has been done based on the Firefox browser rather than Chrome, which did not exist in the early days.

Last year Chrome got rid of the Adobe plugin in favor of their own .pdf plugin causing a forum member difficulties viewing their files.

Prior to the last major upgrade, the Grease Monkey script worked very well for e-Prescribing via Allscripts.

In general it’s better to stick with Firefox. It’s the default browser for Ubuntu/Linux Mint.

See attachment regarding Firefox.

davidjernigan3 wrote on Wednesday, March 18, 2015:

OK. Thanks for taking time to respond.

omo66 wrote on Friday, June 12, 2015:

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.