> 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-hk/faq/attendance-check-in/why-no-clock-time-display-on-attendance-sheet-after-outdoor-work-request.md).

# \[考勤打卡] 員工申請外出工作後，為什麼考勤表不會顯示打卡時間？

請先確認員工申請的外出工作時間是否與原本的班次重疊。

若外出時間與原本的班次一致，系統會判別員工無需要打卡，所以考勤表亦不會顯示打卡時間。

系統設定上申請外出後便無需要打卡， 如果希望同事即使外出工作仍需要打卡，建議申請外出時間為上下班的時間範圍內。

例子：班次時間（09:00 - 18:00），可以申請外出（09:01 - 17:59），系統便能顯示員工打卡資料。


---

# 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-hk/faq/attendance-check-in/why-no-clock-time-display-on-attendance-sheet-after-outdoor-work-request.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.
