BBahmni 한국어 매뉴얼검색
한국어 번역 완료
한국어English

OpenMRS Reports OWA Configuration

You can configure Reports OWA to run the reports that are configured in OpenMRS reporting module.

  • Please follow this OpenMRS documentation to configure different type of reports in OpenMRS Reporting module.
  • You can watch this video on how to configure Reports.

Steps to configure Reports OWA

  1. Download reports.zip file from here (http://repo.mybahmni.org/owa/)
  2. You may directly copy the downloaded zip file to /opt/openmrs/owa path and unzip the folder
  3. 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

원문 보기 ↗