> For the complete documentation index, see [llms.txt](https://document.o2skin.asia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://document.o2skin.asia/thiet-lap-ban-dau/quan-ly-nhan-vien/thay-doi-trang-thai-nhan-vien.md).

# Thay đổi trạng thái nhân viên

Đối với các nhân viên đã nghỉ việc, bạn có thể đổi thay đổi trạng thái nhân viên theo hướng dẫn sau:

**Bước 1: Truy cập vào phần mềm, chọn Nhân viên > Nhân viên**

* Mở ứng dụng quản lý nhân viên và đăng nhập với tài khoản Admin.
* Trên thanh menu bên trái, chọn mục "Nhân viên" để hiển thị danh sách nhân viên hiện tại.

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

**Bước 2: Chọn nhân viên cần chỉnh sửa**

* Trong danh sách nhân viên, chọn nhân viên mà bạn muốn chỉnh sửa thông tin.
* Nhấn vào biểu tượng **chỉnh sửa** (hình cây bút) bên phải thông tin nhân viên.

<figure><img src="/files/2AUkYc44TPQ3o25eCSdM" alt=""><figcaption></figcaption></figure>

**Bước 3: Thay đổi trạng thái làm việc**

* Một cửa sổ chỉnh sửa thông tin nhân viên sẽ hiện ra.
* Tìm mục "Trạng thái" và chọn từ danh sách thả xuống trạng thái "Đã nghỉ".

<figure><img src="/files/3R7MuOuwrepc18xT14S4" alt="" width="375"><figcaption></figcaption></figure>

**Bước 4: Lưu thay đổi**

* Sau khi đã chọn trạng thái "Đã nghỉ ", ấn nút "Lưu" để cập nhật thông tin.


---

# 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://document.o2skin.asia/thiet-lap-ban-dau/quan-ly-nhan-vien/thay-doi-trang-thai-nhan-vien.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.
