> For the complete documentation index, see [llms.txt](https://help.glpi-project.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.glpi-project.org/doc-plugins/fr/plugin-glpi-network/holidays.md).

# Holidays

## Prérequis (auto-hébergé)

| Version GLPI | PHP minimum | Recommandé |
| ------------ | ----------- | ---------- |
| 10.0.x       | 8.1         | 8.2        |
| 11.0.x       | 8.2         | 8.4        |

{% hint style="info" %}
Un abonnement [GLPI Network BASIC](https://services.glpi-network.com/#offers) (ou supérieur) est requis. Ce plugin est également disponible pour toutes les instances [GLPI Network Cloud](https://glpi-network.cloud).
{% endhint %}

## Installer le plugin

* Rendez-vous sur le marketplace. Téléchargez et installez le plugin **Holiday**.

<div align="left"><figure><img src="/files/L0pV9qksC8Gn9NqDuBu5" alt="images/Holiday-1.png"><figcaption></figcaption></figure></div>

## Configurer le plugin

* Depuis **Configuration > Général**, dans l'onglet **Holiday**, renseignez :
  * Le **Pays** concerné
  * Le **Nombre d'années à insérer**
  * **Nettoyer toutes les vacances précédentes** ou non
  * Puis cliquez sur **Insérer les dates de vacances**

<figure><img src="/files/8pwPcExnvj1lzJYOPrAN" alt="images/Holiday-2.png"><figcaption></figcaption></figure>

## Supprimer une date/période de vacances

La liste des jours de vacances peut être consultée et modifiée

* Depuis **Configuration > Listes déroulantes**,
* saisissez **Fermeture** et cliquez sur **Horaires de fermeture**

<div align="left"><figure><img src="/files/fy6ctSbNjzOfXPhMFjJH" alt="images/Holiday-3.png"><figcaption></figcaption></figure></div>

La liste des jours apparaît. Supposons que l'entreprise considère que le Lundi de Pâques n'est pas un jour chômé.

* Dans la zone de recherche, saisissez **Pâques** puis **Rechercher**
* Sélectionnez toutes les entrées
* Cliquez sur **Actions**
* Supprimer définitivement

<figure><img src="/files/y5Rpt8Z1jPbXDEQU5OSN" alt="images/Holiday-4.gif"><figcaption></figcaption></figure>

***

## FAQ

Si vous avez des questions concernant l'utilisation du plugin, n'hésitez pas à consulter notre FAQ

<a href="/spaces/VU1qbB9Oe25HAYDAQ4tR/pages/soP5aZecyBGqxnXK3nia" class="button secondary">Aller à la FAQ</a>


---

# 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://help.glpi-project.org/doc-plugins/fr/plugin-glpi-network/holidays.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.
