OpenMRS Reports OWA Configuration
You can configure Reports OWA to run the reports that are configured in OpenMRS reporting module.
Steps to configure Reports OWA
- Download reports.zip file from here (http://repo.mybahmni.org/owa/)
- You may directly copy the downloaded zip file to /opt/openmrs/owa path and unzip the folder
- Alternatively, you may upload the zip file from OpenMRS UI. OpenMRS => Administration => Open Web Apps Module => Manage Apps.
Now you will be able to access Reports OWA from OpenMRS UI.
Access Reports OWA from Bahmni Home page
To access directly from "Bahmni" you may create an extension. For example, If you would like to have this accessible from Home screen, add configuration in /var/www/bahmni_config/openmrs/apps/home/extension.json file like show below.
"OpenMRSReports": {
"id": "bahmni.openmrs.reports",
"extensionPointId": "org.bahmni.home.dashboard",
"type": "link",
"translationKey": "OpenMRS Reports",
"url": "/openmrs/owa/reports/index.html",
"icon": "icon-bahmni-reports",
"order": 15,
"requiredPrivilege": "app:reports"
}원문 정보
원문 보기 ↗Bahmni Wiki · CC BY-SA 4.0