# QuickAppFlow Attendance Setup on Mobile

## Attendance Rules:

The check-in hours should be from 8:30 AM to 10:30 AM.

If an employee checks in after 10:30, it will be considered as late arrival or half-day.

Mark absent if forgot to check in.

For full-day employees, the requirement is to stay in the office for 9 hours. If they stay for less than 9 hours, it should be considered as a half-day. In this case, display it in a different color code on the UI.

If the employee's type is office-based, then they should check in from their office location only.

If an office employee tries to check in outside of the office location, they will not be allowed to check in.

Field employees should able to check in from any location.

Employees should be able to check in and check out multiple times.

If an employee checks in and checks out multiple times, then the total hours should be considered based on the first check-in and last check-out times.

If an employee forgets to check out, it will be considered as an absence.

Employees should not be able to check out after 12 AM.

If an employee is on leave, WO, or holiday, it will be shown on the UI.

&#x20;

## Click on below link to download app.

<https://drive.google.com/file/d/1F-YXg0VBl-NMKfJQJ5dbVqnr9t3HPq-0/view?usp=sharing>

Go to **file manager** of mobile.

<img src="/files/YaQW4lcPlm87dwEbo4eo" alt="" width="250">

Open file manager and click on **APK.**

<img src="/files/I98v7OMwDAdVXRFb15O6" alt="" width="319">

You can see downloaded file under APK, Click on downloaded file.

<img src="/files/crB6o645vQT9oLn7nyJM" alt="" width="312">

Click on **INSTALL**.

<img src="/files/61V8nP9oFYCDoc1EQdeD" alt="" width="319">

Click on **More detail**.

<img src="/files/K0yThhJmWwAB5D6hT0p4" alt="" width="375">

Click on **Install without scanning**.

<img src="/files/jOclwosgS2aJAQ9BLmBp" alt="" width="375">

App will install and Click on **OPEN**.

<img src="/files/jIsHKVDQUnofTtEkS4KF" alt="" width="348">

Go to Settings.

<figure><img src="/files/8OFcaAeXav9c9AYz9tGW" alt="" width="342"><figcaption></figcaption></figure>

Go to Device and Privacy.

<figure><img src="/files/lJfQmIRu6TQ9KAxcQvtF" alt="" width="234"><figcaption></figcaption></figure>

&#x20;Go to Location.

<figure><img src="/files/qWGI3k72vK3eA5oALatp" alt="" width="261"><figcaption></figcaption></figure>

&#x20;Enable High Accuracy setting.

<figure><img src="/files/pWSUMozLe9WV6mezmQii" alt="" width="263"><figcaption></figcaption></figure>

&#x20;Go to QuickAppFlow App.

<figure><img src="/files/4h8aLchAoHL9QAV7OqJH" alt="" width="250"><figcaption></figcaption></figure>

To log in to the mobile app, enter your username, password, and URL.

<img src="/files/XndFFbrhh3cmv7JWRws4" alt="" width="358">

Go to **Attendance** App to punch In.

<img src="/files/v7SgwuCxdQJnAk2ITjnc" alt="" width="357">

Click on **Check In** button to Punch In.

<figure><img src="/files/LFLHEl4QAGhH7jR70FeS" alt="" width="357"><figcaption></figcaption></figure>

Timer will start after click in Check In.

<figure><img src="/files/xkGtguP0zpyb6GqOhc9k" alt="" width="355"><figcaption></figcaption></figure>

Click on **Check Out** to punch out.

<img src="/files/hGsylTVHRN49sbK7OZnD" alt="" width="354">


---

# 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://help.quickappflow.com/attendance/quickappflow-attendance-setup-on-mobile.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.
