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.
-
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
cloudFunctionHandlerfolder
- The code hosted on Google Cloud Function can be found in the
-
This JSON is then stored and processed in client browser using JS and the processed data is plotted using Chatjs library
- The Js is bundled and served from the build branch
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.