Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/its-kios09/esm-financial-summaries-app
- Owner: its-kios09
- License: other
- Created: 2024-03-25T15:33:52.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-27T17:51:59.000Z (8 months ago)
- Last Synced: 2024-04-16T13:22:10.768Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```