Users having HR privileges can modify, create or delete any leave type except compensate leave type which is a system type. compensate leave type cannot be deleted but you can modify its label if you want it to be translated into your language.
The leave type "compensation" can not be deleted or used for something (eg to manage paid holidays), but you can change its label. The important thing is that it is used as an overtime counter. Because if the overtime module is activated, the "compensation" type is increased each time an overtime declaration is accepted.
To edit leave types, select List of types from the menu Admin. From this page, you can:
Creating a new leave type is straightforward. Click on the Create button at the bottom of the page and fill the form in the popup :
Below is the description of the fields:
If you want to modify a leave type, click on the pencil icon ( into the list of leave types) and fill the form in the popup:
If you want to delete a leave type, click on the trash icon and confirm the deletion. You can delete any leave type except the compensate leave type because it is used internally for the overtime requests.
It is possible to configure Jorani so that a given leave type appears first (instead of the type compensation) in the form used to submit a new leave request.
This is done by changing the value of default_leave_type
in the configuration file.
Imagine that you used the leave type "compensation" instead of another type or that you wanted to change credits and requests related to one type to another type. This should be done as below:
{new type here}
to the number you wrote down in step 2:UPDATE `leaves` SET `type`= {new type here} WHERE `type`= 0; UPDATE `entitleddays` SET `type`= {new type here} WHERE `type`= 0;
How to get the total count of entitled and taken days for each employee of your organization with Jorani? Read »
In Jorani, we can allocate time off credits at the level of a contract: all employees attached to this contract will be impacted by this allocation. Read »
The global calendar page allows you to display the leaves of all the organization or to filter by department Read »
It is possible to customize the behavior of Jorani by modifying the main configuration file. Read »
Jorani is a secured open source software. Jorani implements many security algoritms to protect your data and your privacy. Read »