Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/its-kios09/esm-financial-summaries-app

App for generating financial reports
https://github.com/its-kios09/esm-financial-summaries-app

Last synced: 7 days ago
JSON representation

App for generating financial reports

Awesome Lists containing this project

README

        

# OpenMRS 3.x Financial Summaries ESM

A frontend module for financial summaries, built on OpenMRS 3.x

For more information, please refer to the
[OpenMRS 3.x Frontend Documentation](https://o3-docs.openmrs.org/).

### Dashboard

![Screenshot from 2024-03-25 18-21-47](https://github.com/its-kios09/esm-morgue-app/assets/67967749/17fb7a0f-d0b1-4f38-b06b-680e3bf6ea25)

# Getting Started

```sh
# Clone the repository
[email protected]:its-kios09/esm-morgue-app.git

# to install dependencies
yarn

# to run the dev server
yarn start

# OR to start on a specified port eg 5000
yarn start --port 5000
```

Once it is running, a browser window
should open with the OpenMRS 3 application. Log in and then navigate to
`/openmrs/spa/home/financials`.

# Running tests
```
yarn run test
```