> For the complete documentation index, see [llms.txt](https://docs.novacura.com/marketplace-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novacura.com/marketplace-documentation/applications/explore-apps/ifs/human-resource-management/documentation/ifs-application-10/manage-absence-requests.md).

# Manage Absence Requests

**Overview**

The *Managing Absence Requests* application enables managers to efficiently review, approve, or reject employee absence requests. It provides complete visibility of team availability and integrates with the IFS ERP system for seamless updates and notifications.

***

**Step 1: Select Date Range**

* Upon launch, the manager is prompted to select a **From Date** and **To Date**.
* A calendar component is available to ease selection.
* By default, the date range covers the current year.

This range filters the absence requests to show only those submitted within the selected period.

<div align="left"><figure><img src="https://3218748546-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MiW42YxFsGXIDjQJKNR%2Fuploads%2F7chU1vPsk7yXBxwyJ8z4%2Fimage.png?alt=media&amp;token=a6d6f48a-92d8-49c0-833e-5565d65993ed" alt="" width="296"><figcaption></figcaption></figure></div>

***

<div align="left"><figure><img src="https://3218748546-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MiW42YxFsGXIDjQJKNR%2Fuploads%2Fqv5ANwPpQp980yvp5fzr%2Fimage.png?alt=media&amp;token=774b36d5-0015-4bc2-be95-8a5db57686ac" alt="" width="298"><figcaption></figcaption></figure></div>

**Step 2: View Absence Requests**

After choosing the date range and clicking **Next**, a list of all relevant requests is displayed:

* **Requester's Name**
* **Absence Type**
* **Start and End Dates**
* **Duration**
* **Status** (Pending, Approved, Rejected)

<div align="left"><figure><img src="https://3218748546-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MiW42YxFsGXIDjQJKNR%2Fuploads%2F77mh9cY8JAFT1Cem2wk6%2FMange%20absence.png?alt=media&amp;token=8a81763f-2b35-41c1-8569-1158a4528ca0" alt="" width="337"><figcaption></figcaption></figure></div>

***

**Step 3: Review & Take Action**

Clicking **Next** brings up the action screen:

* View full details of the selected request.
* Choose to **Approve** or **Reject** the absence request.
* The screen also displays:
  * **Future absence requests** from the same employee
  * **Status of those requests**
  * A button to view complete **absence history** (approved, rejected)

<div align="left"><figure><img src="https://3218748546-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MiW42YxFsGXIDjQJKNR%2Fuploads%2FtYtGScqwa0WBn1M4bNrO%2Fimage.png?alt=media&amp;token=ae630efb-f699-457b-a1ce-523462677dc9" alt="" width="298"><figcaption></figcaption></figure></div>

***

**Step 4: Confirmation & Next Actions**

* Once the action is taken:
  * A confirmation message is shown.
  * The system updates the IFS ERP and sends email notifications accordingly.
* The manager can:
  * Close the application
  * Return to the list to manage additional requests

<div align="left"><figure><img src="https://3218748546-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MiW42YxFsGXIDjQJKNR%2Fuploads%2FWxM6Q9PkJNKDzK5j9bg5%2Fimage.png?alt=media&amp;token=c8a10e97-5533-4d99-8d69-ecff9597cf37" alt="" width="301"><figcaption></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.novacura.com/marketplace-documentation/applications/explore-apps/ifs/human-resource-management/documentation/ifs-application-10/manage-absence-requests.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
