> For the complete documentation index, see [llms.txt](https://docs.coreway.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coreway.com/yoov-work/zh-cn/holiday-management/holiday-settings.md).

# 假期设置

* 假期设置是方便给管理员设定自动提醒，例如员工假期余额过期，员工请假提醒，和硬性年假提醒等。假期设置亦可自订请假人数上限，以方便公司管理员工。

## 1. 假期余额失效提​​醒

### 1.1 系统自动提醒

* 操作步骤：\
  ［假期管理］>［提醒设定］> 「启用」 假期余额过期提醒
* 「启用」 假期余额过期提醒，可以设定提醒多少天提醒员工假期失效，并选择适用的假期，完成设定后，到员工假期到期提醒时间点，系统会自动发送讯息给员工

<figure><img src="/files/1zECOTyoq3KqFMpK8yts" alt=""><figcaption></figcaption></figure>

### 1.2 手动发送提醒

操作步骤：\
［假期管理］>［假期余额］>［员工假期余额(明细)］> 点选 「失效提醒」

手动点选 「失效提醒」 后，系统会立刻发送讯息提醒员工APP，员工APP会收讯息提醒

<figure><img src="/files/KD0Xn6MbO2Yapz0Pnndv" alt=""><figcaption></figcaption></figure>

## 2. **其他**提醒

### 2.1 员工请假提醒

* 操作步骤： \
  ［假期管理］>［提醒设置］> 按 「启用」 开启提醒，设定提醒对象、提醒时间、提醒方式，点选 「保存」

<figure><img src="/files/ENSfWB2mfEPuKlglCXAr" alt=""><figcaption></figcaption></figure>

## 3. 请假设置

* 管理员可设定每个/指定部门每日/自定日期内的最多请假人数，以免因太多员工于同一时段内请假，而导致人手不足。
* 操作步骤： \
  ［假期管理］>［提醒设置］> ［请假设置］> 按 「启用」 > 可选择部门和修改人数上限及限制时间 > 点选 「保存」
* 开启 \[请假人数上限]后，可设定部门每日或自定时段的请假人数上限

<figure><img src="/files/vcsQr6DrfeDzJrqfZatW" alt=""><figcaption></figcaption></figure>


---

# 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.coreway.com/yoov-work/zh-cn/holiday-management/holiday-settings.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.
