Skip to content

v0.2

Latest
Compare
Choose a tag to compare
@cha87de cha87de released this 15 Dec 12:52
82e13c0

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