easyCOM v0.2 has minor feature extensions and comes with a easy-to-use docker deployment.
new features
- Default hourly rate per customer, which will be used as default value for new time records
- Payment date for invoices, in addition to "ispaid" flag
docker deployment
e.g. with docker-compose.yml:
version: '2'
services:
easycom:
image: cha87de/easycom:latest
environment:
HTUSER: user
HTPASS: password
volumes:
- easycomData:/var/www/html/easycom-phpbackend/_data