system
(system)
August 8, 2016, 5:22pm
1
moe233 wrote on Monday, August 08, 2016 :
Hello,
I’m new to OpenEMR and just installed OpenEMR 4.2.2 version.
I made some scheduled appointments (past and present) and I’m trying to find it using the “Searching for appointments” page (accessed by the search button above the mini calender, but I keep getting the “No Results” search result. I also double checked the dates to ensure valid search parameters.
I tried to search for any previous discussions on the topic but didn’t find any. I tried it on the demo site (http://demo.open-emr.org:2102/openemr ) and also got the “No Resuts” message as well. I’m I missing something?
Thanks.
system
(system)
August 9, 2016, 4:17am
2
visolveemr wrote on Tuesday, August 09, 2016 :
Hi Moe,
We checked for the same and seems this could be a breakage with OpenEMR version 4.2.2.
The same functionality works good with the previous versions.
Thanks,
ViSolve OpenEMR Support Team
ViSolve
system
(system)
August 9, 2016, 7:35am
3
gowepp wrote on Tuesday, August 09, 2016 :
Hello Moe,
Please update the file,
interface\main\calendar\modules\PostCalendar\pntemplates\default\user\ajax_search.html
line no. 88(in our instance) search for foreach ($A_EVENTS as $eDate => $date_events) {
and replace with foreach ($this->get_template_vars('A_EVENTS') as $eDate => $date_events) {
This will resolve the issue. Let us know if this helps.
Thanks,
Wepp Team
system
(system)
August 9, 2016, 7:50am
4
bradymiller wrote on Tuesday, August 09, 2016 :
Hi,
Can you place this fix in a git/github commit(so we can fix it in the codebase)?
thanks,
-brady
system
(system)
August 9, 2016, 8:23am
5
gowepp wrote on Tuesday, August 09, 2016 :
Sure Brady,
We can place the commit. Could you please share the procedure to do the same?
Thanks,
Wepp Team
system
(system)
August 9, 2016, 8:31am
6
bradymiller wrote on Tuesday, August 09, 2016 :
Hi,
Do you have a git/github repository?
-brady
system
(system)
August 9, 2016, 8:42am
7
gowepp wrote on Tuesday, August 09, 2016 :
No Brady.
Would you like us create one?
-Wepp team
system
(system)
August 9, 2016, 8:52am
8
bradymiller wrote on Tuesday, August 09, 2016 :
Hi,
Yes, then it is much easier for you to provide bug fixes and code to the project.
Follow the instructions here on setting up an OpenEMR repository on github(and feel free to ask any questions along the way):
http://www.open-emr.org/wiki/index.php/Git_for_dummies
thanks,
-brady
system
(system)
August 9, 2016, 3:28pm
9
arnabnaha wrote on Tuesday, August 09, 2016 :
The github fix is here -
committed 03:26PM - 09 Aug 16 UTC
Signed-off-by: Arnab Naha <superarnab@gmail.com>
Thanks Wepp Team and moe for the bug finding and solution.
system
(system)
August 9, 2016, 6:30pm
10
bradymiller wrote on Tuesday, August 09, 2016 :
Hi,
I just committed this to the codebase. Thank you Wepp team and Arnab for the contribution!
-brady
OpenEMR
system
(system)
August 10, 2016, 12:49am
11
moe233 wrote on Wednesday, August 10, 2016 :
Hi,
Thanks for all the responses. I just updated the file and it worked perfectly.
Just getting starting with OpenEMR and I really like it so far. Hope I can help out in the future.
Great app guys!