trackr-backend icon indicating copy to clipboard operation
trackr-backend copied to clipboard

Show holidays

Open alexgutjahr opened this issue 9 years ago • 0 comments

trackr makes use of holidays when calculating vacation quotas. Since holidays have to be added manually into trackr it would be helpful to see the currently existing holidays.

To review the holidays, there should be a new menu item in the administration view (that is, only admins should be able to see holidays).

On top of the view, there are two filters.

The first one is called Year and is prefilled with the current year. The filter is a combo-box and contains all years for which there exists at least one holiday.

The second filter is called State and refers to the federal state the holiday applies to. It is also a combo-box containing all available federal states. It is prefilled with Berlin.

The filter is applied once the user presses a button (labelled Apply).

All holidays will be listed in a tabular form, with the following columns: Date, Description and Action. By default, all records will be sorted by date ascending.

The action column only contains a delete action, indicated by a trash bin (cf. tracking working times). Once a user presses the icon, a confirmation is shown before the record is deleted eventually.

holiday_overview

alexgutjahr avatar Feb 17 '17 15:02 alexgutjahr