Calendar view

Regards to all
Before I ask a question, I would like to congratulate the developers on the excellent work done. openemr is great software. I use it for several months and it works great. I adjusted some of the things to my needs. medical reports, patients’ flow board … a great job to praise is a translation into the Serbian language. About 80% of strings have been translated. It is completely usable for people who do not know any other language. I would like to share it with the community, especially because Croatian, Montenegrin, Bosnian and Herzegovinian can use the Serbian language. After that, I would ask the developers one question, I would like to edit one more thing on the calendar. the calendar works great and I like it a lot, but my needs would be more appropriate for the following: I would like column name to be the name of rooms instead of the name of the doctor, I would like to keep everything else. complete functionality. please help developers, what should I change and in which file. I suppose I should change: openemr / interface / main / calendar / modules / PostCalendar / pntemplates / default / views / day / ajax_template.html.
my skills are at a lower level than yours, so please help me. what should I change and where should I change.
i use openemr 4.2.2.
thanks in advance and sorry for may bad english.
best regards

@msbeograd,
OpenEMR displays the appointment based on the provider. The selected provider name will be displayed as the column name. Suppose if you wish you change the column name alone, you may result in mismatched data. So you need to make changes in the query to fetch the appointments based on the room number.

Thanks,
ViSolve

Thank you for your quick response.
I made a copy of the calendar with a link that is between the calendar and the patient’s flow board. I added another field. please tell me where that query is, which I need to change to have appointment based on room number. then I can still use the calendar in the original functionality, and in the copy I can watch the room occupancy.
thank you

@msbeograd,
You can find the calendar functions defined in the following files.
interface/main/calendar/find_appt_popup.php
interface/main/calendar/add_edit_event.php
interface/main/calendar/library/appointments.inc.php
In find_appt_popup.php file you could find the query in which events are separated using the provider id(pc_aid).

Thanks,
ViSolve

Thanks a lot for the help.
if you are interested for serbian translation, tell me where to upload and what table to upload.
best regards.

hi @msbeograd ,

For OpenEMR internationalization project, check out this wiki page:
https://www.open-emr.org/wiki/index.php/OpenEMR_Internationalization_Translator_Guide#Overview

If you’re interested in contributing translations, then send me an email at brady.g.miller@gmail.com (and send me your gmail account email, so can set you up to use the translation spreadsheet).

thanks,
-brady