---
title: "Attendance Management Simple Solution"
slug: "attendance-management-simple-solution"
updated: 2024-01-16T13:42:28Z
published: 2024-01-16T13:42:28Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.tulip.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Attendance Management Simple Solution

To download the app, visit: [Library](https://tulip.co/library/suites/attendance-app-suite/)

*Streamline operator attendance and location assignments with Tulip*

## Purpose

The attendance management application helps log check-in and check-out activities. It provides an overview of checked-in users and helps organize user attendance at specific locations. The app also aids users in managing skill matrix.

## Setup

Prior to initiating the app, the initial step involves adding all the users to the system and assigning their respective roles. Custom fields need to be added to users table: operator check-in, Assigned location.

## How it works

The Operator Time and Location Managemnt app is used to check in and check out the operator. The app automatically directs users to the appropriate step based on whether they have already checked in or not.

### Tables Used

The following tables are used in the Attendance management app:

- Users Tables
- (Definition) Operator Skill Matrix
- (Log) Operator Activity History

**Users Tables**: This table is used to manage users and their roles within the system.

**(Definition) Operator Skill Matrix**: This table is used to store the skills of operators along with their skill levels.

**(Log) Operator Activity History**: The app records the date and time of check-in and check-out, along with the elapsed time between the two.

### App Structure

The attendance Management contains two apps:

1. Operator Time and Location Management (Operator)
2. Operator Attendance Configuration (Supervisor)

**Operator Time and Location Management (Operator)** To use the app the operator has to log in with their **Badge ID**. ![Sign in_Screenshot 2023-08-28 at 18.32.27.png](https://cdn.document360.io/7c6ff534-cad3-4fc8-9583-912c4016362f/Images/Documentation/Sign%20in_Screenshot%202023-08-28%20at%2018.32.27.png)

The app automatically directs users to the appropriate step.

On the **Check In** step, the app populates the assigned location if it's predefined. Users can also modify or choose it from the dropdown list. ![Check-in_Screenshot.png](https://cdn.document360.io/7c6ff534-cad3-4fc8-9583-912c4016362f/Images/Documentation/Check-in_Screenshot.png)

**Operator Attendance Configuration (Supervisor)** On the **Main** step, the user can view the list of checked-in users and they also can assign location to a selected user. To manage operator skills and levels, users can navigate to the **Operator Skills** step by clicking on the **Operator Skill View** button. ![Attendance_supervisor_main_Screenshot.png](https://cdn.document360.io/7c6ff534-cad3-4fc8-9583-912c4016362f/Images/Documentation/Attendance_supervisor_main_Screenshot.png)

On the **Operator skills** step, users can modify existing skills or add new skills to operators. To create or modify the skill matrix he user needs to select the Operator, Skill, and Level from the drop-down list, and then click on the blue **Modify or Add New Skill** button. Additionally, the user has the option to select a record from the table on the left. Once a record is selected, the drop-down lists are automatically populated, simplifying the process of modifying data. The table can also be filtered by Operator and/or skill. ![Operator_Skills_Screenshot.png](https://cdn.document360.io/7c6ff534-cad3-4fc8-9583-912c4016362f/Images/Documentation/Operator_Skills_Screenshot.png)

## Further Reading

Here is the link for further information on how to add users and manage user roles.

- [*Adding Users and Managing User Roles*](https://support.tulip.co/docs/adding-users-and-managing-user-roles)
