An open API service indexing awesome lists of open source software.

https://github.com/mizech/analyse-verguetung

Auswertung einer Vergütungsstruktur mit PHP, JavaScript und Chart.js
https://github.com/mizech/analyse-verguetung

chartjs javascript php salary-structure

Last synced: 2 months ago
JSON representation

Auswertung einer Vergütungsstruktur mit PHP, JavaScript und Chart.js

Awesome Lists containing this project

README

          

# Salary Structure Evaluation

Evaluation and visualization of the salary structure of an enterprise.

Data provided as CSV-files. Fetching and preparing of the data done with PHP. Presentation done with JavaScript, HTML and CSS.


overview
 
detail

## Prerequisite

Web Server with enabled PHP 5 module.

## Used libraries

- [Bootstrap 4](https://getbootstrap.com/)

- [Chart.js 2.5](https://www.chartjs.org/)

## Links

- [Read CSV from a file line by line](https://www.php.net/manual/de/function.fgetcsv.php)

- [Transfer a PHP-array to JSON](https://www.php.net/manual/en/function.json-encode.php)

- [How to pass PHP-data to JavaScript](https://www.dyn-web.com/tutorials/php-js/scalar.php)

- [Enable PHP on macOS Mojave](https://jasonmccreary.me/articles/install-apache-php-mysql-mac-os-x-mojave/)