Skip to content

0.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@kevinpapst kevinpapst released this 27 Sep 11:38
53053c1

Full Changelog

Testing code coverage went up to 78%

This release main topic is "Invoice improvements":

  • Added support for the following template formats: XLSX, ODS, CSV, DOCX
  • Added example templates for all formats
  • Added "user-grouped" invoice calculator
  • Added support for fixed-rates and hourly-rates per activity, project and customer
  • Added support for deleting invoice templates
  • Added export for user timesheets

Upgrade from 0.4:

  • Some configuration nodes were removed, if you had one of them in your local.yaml you need to delete them: kimai.invoice.calculator, kimai.invoice.renderer and kimai.invoice.number_generator.
  • BC break: InvoiceTemplate name was changed from 255 characters to 60. If you used longer names, these will be truncated when upgrading the database. Make sure they will be unique before you upgrade.

Read more about upgrading Kimai to 0.5 in UPGRADING.

Fixed bugs:

  • Excel Output not containing data #327

Closed issues:

  • Creating database schema throws exceptions #322
  • API: Kimai metadata endpoint #320
  • Support Markdown in timesheet description #295
  • Add permission voter for invoices and templates #293
  • Add support for MS Office templates #283
  • Adding rates to customers, projects and tasks #271
  • Delete invoice templates #267
  • Sum of hours in timesheet invoice #262
  • Feature request - API #251
  • Feature request - PDF Download for monthly report #244
  • Add support for OpenOffice templates #223
  • Feature Request - Excel Output of times #221
  • Add hourly rate options #111

Merged pull requests: