Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Releases: adfinis/timed-backend

Statistics

24 Oct 11:40
Compare
Choose a tag to compare
Statistics Pre-release
Pre-release

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

10 Oct 11:02
Compare
Choose a tag to compare
Polish Pre-release
Pre-release
  • 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

19 Sep 08:41
Compare
Choose a tag to compare
Containerize Pre-release
Pre-release

Added Docker container files. Automated build can be found on Docker Hub

Minor adjustments

09 Nov 09:40
Compare
Choose a tag to compare
Minor adjustments Pre-release
Pre-release
  • 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

05 Sep 12:50
Compare
Choose a tag to compare
Minor adjustments Pre-release
Pre-release
  • Allow ordering of reports by verified_by, not billable and review
  • Total hour for reports result
  • No escaping in emails

Minor adjustments

01 Sep 09:48
Compare
Choose a tag to compare
Minor adjustments Pre-release
Pre-release
  • 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

28 Aug 07:01
Compare
Choose a tag to compare
Minor adjustments Pre-release
Pre-release
  • 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

21 Aug 14:23
Compare
Choose a tag to compare
Pre-release

Development is still in process but from this point one database changes will only be made with proper migrations.