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
- Host: GitHub
- URL: https://github.com/mizech/analyse-verguetung
- Owner: mizech
- Created: 2019-04-12T16:01:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-14T12:01:53.000Z (about 7 years ago)
- Last Synced: 2025-09-20T23:56:09.677Z (10 months ago)
- Topics: chartjs, javascript, php, salary-structure
- Language: JavaScript
- Homepage:
- Size: 487 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
## 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/)