kevmccor wrote on Tuesday, February 08, 2011:
Is there a way to get the comment field from the calendar appointment entry to show in the tooltip that comes up on mouseover? We use version 3.2.
kevmccor wrote on Tuesday, February 08, 2011:
Is there a way to get the comment field from the calendar appointment entry to show in the tooltip that comes up on mouseover? We use version 3.2.
tmccormi wrote on Tuesday, February 08, 2011:
Kevin,
I assume you are using the OutLook style, if so I have a patch for that I can share. That was also done for 4.0
-Tony
saleemf wrote on Saturday, May 21, 2011:
Hi Tony,
I too am looking to get the comment field frmo the Calendar Appointment entry to show in the tooltip that comes up on mouseover.
We are using Ver 4.0 and the Outlook Style
Are you still interested in sharing the patch that you have?
In the event that you want to send it by email, my email is saleem@gulfmetrics.com
Saleem
tmccormi wrote on Saturday, May 21, 2011:
hmm, I checked a change to support that in a while back, it must have gotten stepped on. I redo it and commit the change, no reason not to have the reason/comment show in the mouse over.
-Tony
tmccormi wrote on Sunday, May 22, 2011:
It’s on the list of things I’ll do when I get some time for minor bug fixes. Minor bugs, enhancements fall below Meaningful Use Certification which falls below paid contracts. That is the way it must be.
-Tony
saleemf wrote on Sunday, May 22, 2011:
Hi Tony,
While you work your way down the list over the next few years/decades, how about giving me a quick pointer.
Which php file calls the mouse over for teh appointments. I would be happy to woirk it from there, if possible, till you give the world a better and more reliable solution.
Thanks
Saleem
mukoya wrote on Sunday, May 22, 2011:
My 4.0 installation seems to show the comment (among other things) both on the always visible primary entry line on the calender as well as a as tooltip on mouse hover.
The online dev. tip shows comment as tooltip on mouse hover.
Problem appears to be in 3.2. the online demo I tried failed to show comment.
Kevmccor, have you considered upgrading to 4.0? I think it will be worth your while.
Mukoya.
tmccormi wrote on Sunday, May 22, 2011:
I was pretty sure I had already don this for version 4. Maybe that you need to delete the precompiled templates left from a 3.2 upgrade… The mouse over code is found in several tempates
openemr/interface/main/calendar/modules/PostCalendar/pntemplates/default/views
... day/
... week/
...month.
-Tony