system
(system)
1
m4tute11 wrote on Thursday, January 17, 2013:
Hello everyone, I want to know if there`s any way to add a Menu item, for example
Calendar
Messages
Patients
|
|--***New sub item to be shown in the main screen
The main reason of this is to start using this sistem in a Dentist clinic and I need to have every patient´s Dentogram.
Thank you very much
Regards
Matias
system
(system)
2
capminds wrote on Thursday, January 17, 2013:
Matias,
You can add the menus on openemr/interface/main/left_nav.php.
Please feel free to let me know for further assistant
Naina
emr@capminds.com
system
(system)
3
m4tute11 wrote on Thursday, January 17, 2013:
@capminds I will try that and I’ll let you know, Thank you very much for your help.
Regards,
Matias
system
(system)
4
m4tute11 wrote on Thursday, January 17, 2013:
So I see there’s an array to add new items
$primary_docs = array(
'ros' => array(xl('Roster') , 0, 'reports/players_report.php?embed=1'),
'cal' => array(xl('Calendar') , 0, 'main/main_info.php'),
,
‘test’ => array(xl(‘MY_TEST’) , 0, ‘main/my_page.php’),
but I dont understand where to modify to actually see the Item I put there…. any ideas?
Thanks!
system
(system)
5
m4tute11 wrote on Friday, January 18, 2013:
Dont worry I was able to do it, thanks for your time
Regards,
Matias
system
(system)
6
abe08 wrote on Tuesday, February 19, 2013:
hi matias,
I want to ask you.
Have you already add the menu item?
have you modify in left_nav.php?
I have already try, but I don’t find where I can modify to create the menu item.
Thank you for the attention and help