This repository contains sample Requisition Web Data Connector and a Tableau simulator that interacts with it.
- node >= 0.10.0
- Fork/clone this repository from GitHub.
- Install node dependencies
npm install
- Start the simulator
npm start
- Go to
http://<yourHostname>:3333/Simulator
. - The default connector URL points to requisition example (
../connector/index.html
) - Click on
Start interactive phase
. - Click
Connect with OpenLMIS
to authenticate with OpenLMIS. The default instance that the connector uses to ishttp://test.openlmis.org
, you can change it inopenlmis-requisitions.js
- Select program name and click on
Get requisitions!
. - Scroll down and fetch table data.
- You should see a table with requisition data, similar to the one in sample requisition report.