> For the complete documentation index, see [llms.txt](https://regist-team-document.gitbook.io/grade-management-system-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://regist-team-document.gitbook.io/grade-management-system-user-guide/undefined-5/undefined-2.md).

# ติดตามการส่งระดับคะแนนสำหรับผู้อนุมัติ

ใช้สำหรับให้ผู้อนุมัติระดับคะแนน ตรวจสอบและติดตามสถานะการส่งระดับคะแนนของรายวิชา\
ตามขอบเขตการมองเห็น (Scope) ที่ผู้ใช้ได้รับ

***

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

### สถานะการส่งระดับคะแนน

ระบบแสดงสถานะการส่งระดับคะแนนออกเป็น **4 สถานะหลัก** ดังนี้

<details>

<summary>1. ยังไม่ดำเนินการ / กำลังดำเนินการ / ไม่ผ่านการพิจารณา</summary>

* รายวิชายังไม่ได้เริ่มส่งระดับคะแนน
* รายวิชาที่อยู่ระหว่างดำเนินการส่งระดับคะแนน
* รายวิชาที่ส่งระดับคะแนนแล้ว แต่ไม่ผ่านการพิจารณาในระดับใดระดับหนึ่ง

</details>

***

<details>

<summary>2. อนุมัติระดับสาขา</summary>

* รายวิชาที่ผ่านการอนุมัติระดับสาขาวิชาแล้ว
* รอการพิจารณาในระดับถัดไป (ระดับคณะ)

</details>

***

<details>

<summary>3. อนุมัติระดับคณะ</summary>

* รายวิชาที่ผ่านการอนุมัติในระดับคณะแล้ว

</details>

***

<details>

<summary>4. เสร็จสมบูรณ์</summary>

* รายวิชาที่ผ่านการอนุมัติครบทุกระดับ
* กระบวนการส่งและอนุมัติระดับคะแนนเสร็จสมบูรณ์

</details>

***

### ส่วนประกอบของหน้าจอ

1. #### ส่วนกรองข้อมูล (Filter)

   ผู้ใช้สามารถกรองข้อมูลรายวิชาที่ต้องการตรวจสอบได้จากเงื่อนไขต่อไปนี้

   * **คณะ**
   * **ระดับการศึกษา**
   * **รหัสวิชา / ชื่อวิชา**

   การกรองข้อมูลจะช่วยให้ค้นหารายวิชาที่ต้องการได้สะดวกและรวดเร็วมากขึ้น
2. #### ตารางแสดงผลรายวิชา

***

### หมายเหตุ

* วันที่กำหนดส่งระดับคะแนนจะแสดงตามที่ระบบตั้งค่าไว้
* หากไม่พบข้อมูลรายวิชา แสดงว่าไม่มีข้อมูลในขอบเขตสิทธิ์ของผู้ใช้หรือไม่ตรงกับเงื่อนไขการกรองที่เลือก
* ผู้ใช้ควรตรวจสอบเงื่อนไขการกรองก่อนทุกครั้ง หากไม่พบข้อมูลตามที่ต้องการ

***

### ตัวอย่างหน้าจอ


---

# 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://regist-team-document.gitbook.io/grade-management-system-user-guide/undefined-5/undefined-2.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.
