Releases: cha87de/easycom
Releases · cha87de/easycom
v0.2
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
easyCOM v0.1 is the first stable release with a working set of minimal features:
- create customer record
- add working time records with hourly rate
- one-click invoice creation on unaccounted time records
- export invoice as pdf (via Latex template)
- 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