Skip to content

Releases: cha87de/easycom

v0.2

15 Dec 12:52
82e13c0
Compare
Choose a tag to compare

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

v0.1 - Minimal Feature Release

17 Feb 22:04
Compare
Choose a tag to compare

easyCOM v0.1 is the first stable release with a working set of minimal features:

  1. create customer record
  2. add working time records with hourly rate
  3. one-click invoice creation on unaccounted time records
  4. export invoice as pdf (via Latex template)
  5. mark invoice as paid

The php backend stores in this first release in a local sqlite database.

Bugs or feature requests are welcome! https://github.com/cha87de/easycom/issues