Package Exports
- @nmrs-community/esm-reports-app
- @nmrs-community/esm-reports-app/dist/nmrs-community-esm-reports-app.js
- @nmrs-community/esm-reports-app/src/index.ts
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@nmrs-community/esm-reports-app) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Reports Module
openmrs-esm-reports-app is a modular reporting solution for O3, providing tools to manage report executions and schedules.
Features
Report Execution Overview: Monitor execution history including queued reports, with options to execute specific reports, preserve, download, or delete completed executionsSchedule Management: View execution schedules with capabilities to view, edit, or delete existing schedules The Reports app is available in the app switcher menu under theReportsentry.
Setup
See the guidance in the Developer Documentation.
This repository uses Yarn.
To run a dev server for this package, run
yarn start --sources 'packages/esm-reports-app'