Skip to content

Leave Report

gouravagrwal edited this page Dec 8, 2016 · 4 revisions

Overview

Leave Report allows users to view their leave details. They can see all the details regarding their leave and also download it in portable document format(PDF).

Functional Requirement

Users can view their leave details. The view will be rendered depending on user roles.

  • Administrator can view leave list of all the employees
  • Team leaders can view the leave list of his team
  • Employee can view only his leaves

For each employee, the list will contain details such as:

  • Number of leaves allotted to him
  • Number of leaves he has utilized
  • His leave balance.

The list is provided with a search option. The user can search the list using the following attributes.

  • Employee name
  • Role.

On selecting a particular employee more details regarding his leave can be seen. It will contain history of all his leaves and details pertaining to each leave. For each leave taken, it will include details like:

  • From when was the leave taken
  • Till when was the leave taken
  • Date of rejoining
  • Reason for the leave

Both the pages have an option of downloading the reports in portable document format(PDF).

Clone this wiki locally