Recommend this page to a friend! |
Classes of Istvan Dobrentei | PHP Timesheet Management System | README.md | Download |
|
Downloadtimesheet-managerAdd projects/tasks and their working times and generate reports from it The main goal of this project is to create a simple but effective and useful web application to record working time. It can use any freelancers for their time and material based projects. It could be a multi user system with more complex functions but I currently focus on a simple single use case. The backend is Slim PHP Framework + mysql database and PHP Unit Tests the frontend is VUE js framework. See more on the wiki pages. How to use: I tested with PHP 7.0 and MySql 5.7.12
With docker:
Without docker:
If you modify the frontend code, install dpendencies using npm and after build with npm run build command |