HIde cancelled appointments feature?

penguin8r wrote on Friday, November 14, 2014:

There is a patch on GitHub, that is supposed to allow the Calendar display in OpenEMR to hide appointment entries that have been marked cancelled, but it doesn’t work. It seems there is something missing from the patch code on GitHub, or that there’s at least one more calendar display file that needs to be updated to allow this to work. Anyone have any experience with this? A lot of docs don’t like to delete appointments, but they don’t like seeing people’s names on the calendar if it’s known that they’re not going to keep the appointment.

Patch is here:

Anybody know what the missing piece to the puzzle is?

Thanks in Advance…

mdsupport wrote on Friday, November 14, 2014:

If you have time, you could make this optional feature and make it part of the codebase.

tmccormi wrote on Sunday, November 16, 2014:

Dan is . Working on a fix for this.

Tony McCormick

On Nov 14, 2014 9:07 AM, “Penguin8R” penguin8r@users.sf.net wrote:

There is a patch on GitHub, that is supposed to allow the Calendar display
in OpenEMR to hide appointment entries that have been marked cancelled, but
it doesn’t work. It seems there is something missing from the patch code on
GitHub, or that there’s at least one more calendar display file that needs
to be updated to allow this to work. Anyone have any experience with this?
A lot of docs don’t like to delete appointments, but they don’t like seeing
people’s names on the calendar if it’s known that they’re not going to keep
the appointment.

Patch is here:

hide cancelled appointments on weekly and daily calendars · yehster/openemr@41c7692 · GitHub

Anybody know what the missing piece to the puzzle is?

Thanks in Advance…

HIde cancelled appointments feature?
https://sourceforge.net/p/openemr/discussion/202506/thread/beae72b3/?limit=25#3c80

Sent from sourceforge.net because you indicated interest in
OpenEMR / Discussion / Developers

To unsubscribe from further messages, please visit
SourceForge.net: Log In to SourceForge.net


Please be aware that e-mail communication can be intercepted in
transmission or misdirected. Please consider communicating any sensitive
information by telephone. The information contained in this message may be
privileged and confidential. If you are NOT the intended recipient, please
notify the sender immediately with a copy to hipaa-security@mrsb-ltd.com and
destroy this message.

yehster wrote on Sunday, November 16, 2014:

Sometimes when making changes to calendar files (or any pages which use smarty templates) the modifications don’t get applied because of permissions issues with the interface/main/calendar/modules/PostCalendar/pntemplates/compiled/ directory.

Deleting the existing files and verifying that the web server has permissions to make updates in that directory might solve the problem you are having.

There are no other dependent commits needed.

penguin8r wrote on Tuesday, November 18, 2014:

Thank you, MD Support! That is a perfectly acceptable fix for current requirements, but having the ability to filter/customize the calendar view on a per-user basis is definitely something to work on.