Skip to content

jkondrat/openlmis-tableau-wdc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenLMIS Service Template

This repository contains sample Requisition Web Data Connector and a Tableau simulator that interacts with it.

Prerequisites

  • node >= 0.10.0

Running the simulator.

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published