Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cngjo/worktime
WorkTime is a small OpenSouce tool to track your overtime http://application.przymusinski.de/WorkTime/
https://github.com/cngjo/worktime
fat-free-framework php php7
Last synced: 5 days ago
JSON representation
WorkTime is a small OpenSouce tool to track your overtime http://application.przymusinski.de/WorkTime/
- Host: GitHub
- URL: https://github.com/cngjo/worktime
- Owner: cngJo
- Created: 2019-02-19T14:16:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T21:36:47.000Z (8 months ago)
- Last Synced: 2024-10-30T16:40:33.330Z (about 2 months ago)
- Topics: fat-free-framework, php, php7
- Language: PHP
- Homepage:
- Size: 73.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# WorkTime
WorkTime is an OpenSource application, in which you can track your overtime
**Attention, please install this only on your local machine, everyone who has access can run scripts do delete your database**
**WorkTime is still under development, so there can be bugs and security issues, use on own risk!**## Installation
- Clone the Repository ```git clone https://github.com/cngjo/worktime```
- update composer packages in the cloned directory ```composer update```
- Run the installation script, you can find behind the route /install## Guide (todo: improve | add screenshots | move -> wiki)
### build up overtime
when you want to build up overtime, you cen either go to ```/get``` or you use the ```overtime```
Button on the home page.### reduce overtime
when you want to reduce overtime, you cen either go to ```/take``` or you use the ```reduce```
Button on the home page.## Supported Languages
At the moment only German and English (de_DE | en_US) are supported languages, you can add your own
translation, by adding the language code to the languages array in the ```App/Config/config.cfg``` file
and add a .cfg file with the corresponding language code as name to the ```App/Config/langauges``` folder.