This repository has been archived by the owner on May 13, 2024. It is now read-only.
Releases: adfinis/timed-backend
Releases · adfinis/timed-backend
Statistics
Besides minor cleanup implemented following:
- integrated subscription and redmine apps
- added statistics end points
- add support to define cost centers (per project and per task)
Polish
- Add additional filters to user end point (supervisor, active)
- Remove duration on absence (calculate on the fly to avoid mistakes when employments change)
- Do not show archived tasks in recently used tasks
- Split database url into different env vars Important
- Important: DATABASE_URL is not used anymore but different var see #94
Containerize
Added Docker container files. Automated build can be found on Docker Hub
Minor adjustments
- Fix too many absence credits included in user absence types
- Add reference fields to projects models - may be used for external tools to import project data
- Add management command to notify employments
- expand task and project api with total spent hours
- Display all duration as hours in Django Admin
Minor adjustments
- Allow ordering of reports by verified_by, not billable and review
- Total hour for reports result
- No escaping in emails
Minor adjustments
- Ordering of customer filter by name in Django admin
- Properly save default tasks on new projects
- Fixed worktime calculation across multiple employments
- Include templates in python package
Minor adjustments
- Properly configure Django Admin deletion actions - only data which doesn't affect reporting may be deleted
- Added tour flag
0.1.0: First pre-release
Development is still in process but from this point one database changes will only be made with proper migrations.