Analytics frontend for Netresearch Timetracker.
Netresearch Timetracker installation. - https://github.com/netresearch/timetracker
- Checkout from Git repository
- run composer install
- create database and tables from data/tables.sql - if not using docker-compose
- copy over config.dist.php to config.php and fill in
Starts a single PHP 7 Container as web server with Timalytics sources:
$ run ./run.sh
DB server for Timalytics must be prepared manually.
Starts a single PHP 7 Container as web server with Timalytics sources and a linked MariaDB server with Timalytics database and tables prepared:
$ docker-compose up web
You can use phpMyAdmin to access your Timalytics database:
$ docker-compose up pma
Displays a per user monthly view.
Usually utilized to review work hours done.
Displays all projects currently active with booked times.
Displays all tickets relating to support projects.
Displays per user activities since last standup.
Am Ende der Beschreibung ein #c
, #l
, oder #s
(cool, so lala, sucks)
schreiben.
Dann wird die Zeile entsprechend eingefärbt.
Aktualisierung der Feiertagsdatei:
- Download der aktuellen .ics-Datei von
https://www.schulferien.org/deutschland/ical/ nach
data/
./scripts/import-ical.php
data/
committen