I had changed the timings of the calendar from 8…00 AM to 8.00 PM and it gets displayed. But when the print command is given it only prints upto 5.oo PM. How to enable the print of the full schedule. Any help please?
Raj,
Lots of posts here, so having hard time remembering your system specs, so please to remind us, post your openemr version, operating system, and the package your using (XAMPP, appliance, ubuntu, vs source). Then can test it out.
-brady
I do appreciate Brady and I do not have words to express the cool and calm way you are handling zillions of postings in this forum. I have both 3.10 and 3.2 latest running parallel. The server is Linux. Just to compile the issues:
1 Calendar - When you select a provider you see some list of names but when you click on the date again you see the full list.
I expanded the timings to 8.00 AM to 8.00 PM through Globals.php and there are two observations. a) The print comes out with only schedules from 9 to 5 PM where as the calendar displays 8.00 AM to 8.00 PM.
b) When the print comes out if there are no appointments for a Provider between 8.00 AM and 12.00 PM the half the page is blank. I am trying to see that only booked appointments are printed.
2 CMS 1500 - Like Joe had mentioned in a forum it is necessitated by some insurance providers that the current date ( the date of preperation ) should appear in field 12 and field 31.
I know I mixed a feature request with problems…but I thought I would summarize.
hey,
Can’t confirm 1, 1a, or 1b on a new install of OpenEMR 3.2.0 cvs version in Mandriva 2008, php 5.2.4 and mysql 5.0.45.
questions:
1) What are specifics on your linux environment (operating system, php version and mysql version)?
2) Do you see these problems in IE?
3) Perhaps related to running instances of 3.1 and 3.2 running parallel; may need to give unique session names to each in openemr/interface/globals.php at the parameter:
session_name(“OpenEMR”);
(if you change this, then read the instructions above it, because also need to modify a setting in in another file.)
1 Operating system Linux - Red Hat Enterprise Linux version 4 and CentOS
2 PHP Version 5.2.9
3 Mysql 5.0.67
4 3.1 and 3.2 are running in two different servers.
hey,
One more thing, in your MySQL configuration file (my.cnf file) is there a sql-mode parameter, and what is it set to; it should be blank “” . CentOS sometimes overrides the mysql blank default, and unsure of Redhat also.
-brady
I tested in Internet Explorer. Same result. FOr some reason it prints only from 8 to 17 hours and if the appointments run to two pages it prints only one page and the secon page is shown blank whereas the appointments can be seen in the Calendar. Customer is very unhappy…
I have just tested this in Windows (using the Outlook view). The week and month views are text based and include all the scheduled start times. The week view adds the “recur” indicator graphic for repeat schedule items. The day view SHOWS through the full calendar times (eg 8 AM - 10 PM), but it stops showing appoints completely at the 5 PM point.
So it looks to be only the single-day is affected, but looks to be as described above for Windows as well. Hope that helps.