Skip to content

Releases: timeoff-management/timeoff-management-application

New default bank holidays

30 Jan 12:53
@vpp vpp
5b1c1be
Compare
Choose a tag to compare

Update set of default Bank holidays for new year

Attempt to fix accumulating of open LDAP connections

09 Aug 10:36
@vpp vpp
a08815e
Compare
Choose a tag to compare

If company has LDAP authentication enabled, connections are keep accumulating over the time.
This version attempts to fix the issue.

Prevent leave request submission if the type is not selected

13 Jan 16:51
@vpp vpp
684162c
Compare
Choose a tag to compare
  • Prevent leave request submission if the type is not selected
  • Update tests for new year

image

Config option to enforce users to explicitly choose leave type when booking time off

12 Sep 05:58
@vpp vpp
81587ee
Compare
Choose a tag to compare

Some organisations require employees to explicitly pick the type of leave when booking time off. So employee makes a choice rather than relying on default settings. That reduces number of "mistaken" leaves, which are cancelled after.

image

A Leave Type can be auto approved

16 Jun 05:25
@vpp vpp
e913a88
Compare
Choose a tag to compare

Allow to configure auto approved Leave Types: leave of that type would not need to obtain supervisor's approval.

Big thanks to @fery for submitting Pull Request.

Screenshot

Captura de pantalla 2020-02-06 a las 18 23 01

Introduce Redis as alternative session storage.

19 Oct 14:49
@vpp vpp
fcbcb8d
Compare
Choose a tag to compare

Add alternative storage for sessions: Redis.

See docs for details how to configure it.

Prevent double submission from browser

09 Sep 06:39
@vpp vpp
df738ee
Compare
Choose a tag to compare

Introduce mechanism to prevent double submission so browser avoids sending form payload twice.

Fix issue with Leaves report

30 Aug 07:01
@vpp vpp
a711ad7
Compare
Choose a tag to compare

Fix issue with Leave report: now it renders any leaves that overlap with provided date range, not only those start and end within the period.

Store Team View's department ID in session

25 Aug 08:19
@vpp vpp
319091d
Compare
Choose a tag to compare

UX improvement so Team View filter settings stay intact between page's visits.

UX improvements for the Team View page

24 Aug 09:10
@vpp vpp
351e238
Compare
Choose a tag to compare

Few UX improvements for the Team View page

  • New labels align in style with existing ones throughout application
  • Store newly introduced grouped_mode parameter in the session so it is saved between pages
  • Fix filtering when grouped_mode and department_id are selected