Skip to content

A simple tool to plot the absent summary data from ERP of ncuindia into beautiful and informative graphs

License

Notifications You must be signed in to change notification settings

pxjdev/erp-data-visualizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERP Data Visualizer

Live demo here

Erp Data Visualizer is an open source tool to plot the absent summary data from ERP of ncuindia into beautiful and informative graphs and tables.

Working

  • The tool takes user's ASP Session ID as input which the user can find in cookies after a successful login in erp website.

  • The Session ID is used to make a call to a Google Cloud Function that will scrape the tables in absent summary section and convert the result into JSON.

    • The code hosted on Google Cloud Function can be found in the cloudFunctionHandler folder
  • This JSON is then stored and processed in client browser using JS and the processed data is plotted using Chatjs library

Build

  • The Js is bundled and served from the build branch

Contribution

The code is commented out and easy to understand , to contribute make your changes and test on a local machine then start a pull request with the details of changes made.

About

A simple tool to plot the absent summary data from ERP of ncuindia into beautiful and informative graphs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 46.7%
  • Python 43.9%
  • HTML 9.4%