Skip to content

Releases: lnNgyn1/PeriodInsertBundle

1.8.0

06 Oct 23:15
e594b1c

Choose a tag to compare

Compatible with Kimai version 2.38.0 or higher.

Changes

  • Added break field and validator
  • Updated validator
    • Duration cannot be longer than 24 hours
    • Fixed budget validator

1.7.0

01 Jul 23:48
9a5b33d

Choose a tag to compare

Compatible with Kimai version 2.36.0 or higher.

Changes

  • Updated to make compatible with Kimai version 2.36.0

1.6.0

13 May 22:17
7d03e8a

Choose a tag to compare

Compatible with Kimai version 2.26.0 or higher.

Changes

  • Added meta fields to address #18
  • Added change log

1.5.0

08 Apr 16:07
bc17a31

Choose a tag to compare

Compatible with Kimai version 2.26.0 or higher.

Changes

  • Added internal rate field to address #16
  • Added PeriodInsertPreCreateForm to allow values (user, project, activity, description, tags, select days) to be preset by URL
  • Added options to system configuration menu to allow creating time entries on absences and non-work days
  • Miscellaneous formatting and code style changes

1.4.0

27 Jan 01:33
62457d5

Choose a tag to compare

Compatible with Kimai version 2.26.0 or higher.

Changes

  • Added period insert validator
    • Performs similar checks to timesheet validator
  • Refactored controller, entity, form, and repository code
    • Made form a child class of TimesheetEditForm
    • Added event listeners to modify period insert entity after submitting
    • Removed redundant functions, statements, and loops
    • Adjusted access modifiers
  • Renamed and documented variables, fields, and functions
  • Corrected include_user form permission
  • Updated title

1.3.0

21 Jan 15:32
9245077

Choose a tag to compare

Compatible with Kimai version 2.26.0 or higher.

Changes

  • Added work day and absences check to timesheet entry to address #9
  • Removed punch or time-clock tracking mode check to resolve #10

1.2.0

22 Oct 18:03

Choose a tag to compare

Compatible with Kimai version 2.1.0 or higher.

Changes

  • Applied time tracking settings to period insert
    • Allow overlapping time entries option to address #4
    • Allow time entries in the future option
    • Allow time entries with an empty duration option
    • Allow overbooking of stored budgets option
    • Time tracking modes: default, duration, and time-clock
  • Applied automatic detection of billable field
  • New checks and error messages

Minor fixes

  • Changed help page link to the Kimai store page
  • Removed nonzero duration requirement
  • Handled entries in which duration is longer than 24 hours
  • Renamed labels and refactored code to match Kimai 2.22.0
  • Documented field types

A detailed writeup can be found here.

1.1.0

02 Feb 17:49

Choose a tag to compare

Compatible with Kimai version 2.1.0 or higher.

Changes

  • Added selection of specific days and begin time field to address #1. By default, they are selected.

Minor fixes

  • Fixed visibility of tag item on form
  • Changed link to help page
  • Removed placeholder for hourly rate
  • Required duration field
  • Route back to timesheet page

1.0.0

26 Jan 01:57
ab3dd19

Choose a tag to compare

Initial release. Compatible with Kimai version 2.1.0 or higher.