# Instruction to register overtime

## **1.1. Item description**

This Item manages the employees overtime registration data

## **1.2. Implementation instruction**

### **Instructions for registering overtime information**

In the Taskbar, Select ![](/files/-MVTuTv3nvJrwQKOK7Bg).

To register, follow the instructions in section **II.2.** The data will then be displayed as Figure **VI.1.1.**

![VI.1.1](/files/-MVTuTv4R6tNhg6ogDC3)

### **Interface Explanation:**

* Overtime registration: the number of hours register overtime (unit is the hour).
* Overtime type: there are 5 types of overtime (overtime after; overtime before; overtime noonday; overtime offset; overtime no offset)
  \*
  * Overtime on working day:
    * Overtime after: the overtime after working time.
    * Overtime before: the overtime before working time.
    * Overtime noonday: the overtime during lunch break.
  * Overtime on Sundays or holidays:
    * Overtime offset: Overtime registration then the employees can get one day for off work.
    * Overtime no offset: Registration overtime without compensatory day-off.
* The Shift: Working shift, based on this shift to calculate overtime for employees

### **Instruction to edit, delete and export data**

To edit, delete and export data to Excel file, follow the instructions in section **II.3, II.4, II.5, II.6**

1. **Reports Explanation**

* Detailed overtime registration table: The list of overtime registrations of each day for each employee

![](/files/-MVTuTv5csHJQxxMnczX)

* General overtime registration table: the list of multi-days overtime registrations of employees.

![](/files/-MVTuTv6KapuxXOHnNR7)


---

# Agent Instructions: 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:

```
GET https://hr.docs.ssaudit.com/english/timekeeping-module/instruction-to-register-overtime.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
