/
Configure Multiple Report Apps

Configure Multiple Report Apps

Purpose and Benefits

The steps below show how you can add an additional "Bahmni App" for reporting purposes, with its own report configuration.

Steps

To configure a new app for reports,

  1. in home/extension.json add a new module with parameter appName=“new_reports_name"

    "bahmni_exports": {
        "id": "bahmni.reports",
        "extensionPointId": "org.bahmni.home.dashboard",
        "type": "link",
        "translationKey": "MODULE_LABEL_EXPORTS_KEY",
        "url": "../reports/#/dashboard?appName=new_reports_name,
        "icon": "icon-bahmni-reports",
        "order": 6,
        "requiredPrivilege": "app:reports"
    }
  2.  Create a  new directory with name “new_reports_name”  under  openmrs/apps directory.  Add reports.json to this directory.
  3. For internationalization, create a directory under openmrs/i18n with the name "new_reports_name".


On this Page

Related content

Configure Reports App
Configure Reports App
More like this
Reports
More like this
Canned Reports
Canned Reports
Read with this
Configuring Exports
Configuring Exports
More like this
Custom SQL Reports
Custom SQL Reports
Read with this
OpenMRS Reports OWA Configuration
OpenMRS Reports OWA Configuration
More like this

The Bahmni documentation is licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)