Verlof is a Web application for registering and viewing leave information. It records hours of leave rights and hours of leave within categories like normal leave, special leave, reduced working-hours (ADV), and the begin and end dates for the leave's period. The few rules imposed on the entries are mainly sanity checks like "begin date is in the weekend". The act of entering a new leave entry sends an email to the group manager and a copy to the employee. The advantages of this electronic version over the paper version are: there is a single information location (no employee-card and mother-card discrepancies), questionable entries immediately draw the manager's attention (with email), and various up-to-date views of the leave history are available (total, year, and list). Verlof is a Dutch-only application and a little specific to Leiden University.
| Tags | Office/Business groupware |
|---|---|
| Licenses | GPL |
| Implementation | JavaScript Python |
Recent releases


Changes: This release contains changes to better support configuration under GNU/Linux (original development was done with Sun Solaris).


Changes: In this release, the manager receives email after the successful addition of an entry to the database, even if the sender specified an invalid email address.


Changes: This release correctly makes the distinction between errors coming from register.py itself and errors originating from the module MySQLdb.


Changes: The day-coloring algorithm of the year view was improved. It now correctly handles leave entries that have corrections, and it uses the category that has the most hours on each day. It is now necessary to specify the category when registering leave, since there is no default anymore.


Changes: verlof now avoids storing duplicate forms sent in succession. Checks and user confirmation were added for the number of hours field. Errors now may send a notification email to the application administrator. A bug that let IE 5 show information from another database was fixed.