# Assets

This module allows organizations to:

* Record assets provided to employees
* Track assignment, due dates, and returns
* Control access based on employee roles and permissions
* Import and export asset data for reporting and audits

The Assets module is **access-based**, with clearly defined permissions for **Super Admin** and **Employees**.

### Super Admin Access & Workflow:

#### Super Admin Permissions:

By default, the **Super Admin** has **full access** to the Assets module.

Super Admin can:

* View all assigned assets
* Create new asset entries
* Edit existing asset records
* Delete asset records
* Import assets in bulk
* Export asset reports

#### Super Admin Workflow

**Accessing the Assets Module**

1. Login as Super Admin
2. Navigate to **Assets** module from the main menu

**Assign Asset Process**

1. Click on the **Assign Asset** button\
   ![](/files/LLdavj5O01kpgdXMBjXz)
2. An **Assign Asset** dialog box will open<br>

   <div align="left" data-with-frame="true"><figure><img src="/files/wvTRBxMvEUlqFxGusim7" alt=""><figcaption></figcaption></figure></div>
3. Enter the following details:

**Mandatory Fields**

* **Employee Name** – Selects the employee to whom the asset is being assigned.
* **Given Date** – Date on which the asset is issued to the employee.

**Additional Fields**

* **Asset No** – Unique identification number of the asset.
* **Asset Name** – Name or type of the asset being assigned.
* **Description** – Additional details or notes about the asset.
* **Due Date** – Expected return date of the asset.

4. Click **Add** to complete the process

The asset will now be linked to the selected employee and visible as per access permissions.

**Assets Module Header Options (Super Admin)**

At the top of the Assets module, Super Admin can see:

* **My Self**\
  ![](/files/g4STSLiPLnWc97a4LhGF)\
  View own assigned assets<br>
* **My Team**\
  ![](/files/HBKTN1Ht9gwlKRHvccNc)\
  For Super Admin, all employees fall under the team, so all assigned assets are visible here<br>
* **Export Button** – Download asset report\
  ![](/files/3O0ipb7vqkWTCdvgkH97)<br>
* **Import Button** – Upload assets in bulk\
  ![](/files/K77Zw03K4yPtUPqaoQCt)<br>

  **Import Assets (Bulk Upload)**

  1. Click on **Import** button<br>

     <div align="left" data-with-frame="true"><figure><img src="/files/qcKVcdGgxS5NRgR0cB86" alt=""><figcaption></figcaption></figure></div>
  2. Choose on your Assets File.
  3. Click Import
  4. All asset entries will be created in bulk based on the uploaded file

**Filters Available**

Super Admin can filter asset data using:

* **Search** – Filters asset records using keywords.
* **Given Date** – Filters assets based on the asset issue date.
* **Return Date** – Filters assets based on the asset return date.
* **Employee** – Filters assets for the selected employee.
* **Company** – Filters assets based on the selected company.
* **Location** – Filters assets based on the selected location.
* **Department** – Filters assets based on the selected department.
* **Group** – Filters assets based on the selected group.
* **Category** – Filters assets based on the selected asset category.
* **Clear Button** – Resets all applied filters and displays the full asset list.

### Employee Access & Permissions

#### Employee Permission Configuration

Employee access to the Assets module is **fully configurable** and controlled through individual permission toggles.

#### How to Give Asset Access to an Employee

1. Go to **Settings**\
   \
   ![](/files/9NBG3eg5q5VWcpcJ3FUa)<br>
2. Navigate to **Organization**\
   \
   ![](/files/O4cLuwhIEScFVNzVB0te)<br>
3. Select **Employee.**
4. Open the specific employee’s **Edit** section<br>

   <div data-with-frame="true"><figure><img src="/files/nWTrkIAKaPbzMZoFDWe3" alt=""><figcaption></figcaption></figure></div>
5. Go to the **Permissions** tab<br>

   <div align="left" data-with-frame="true"><figure><img src="/files/gmQS7TmN17MuDsp846de" alt=""><figcaption></figcaption></figure></div>
6. Under **HR Settings**, locate **Assets**
7. Enable the required permission toggles

#### Available Permission Toggles

Each permission works independently. Employees can perform only the actions that are enabled.

**View Permissions.**

<div data-with-frame="true"><figure><img src="/files/T52OzdPkuSBbcDtbNYAS" alt=""><figcaption></figcaption></figure></div>

<div data-with-frame="true"><figure><img src="/files/Pa5b3pY1en4klQrRsfSU" alt=""><figcaption></figcaption></figure></div>

* **View (My Self)** – View only own assigned assets
* **View (My Team)** – View assets of team members
* **View (My All)** – View assets of all employees

**Action Permissions**

* **Create** – Assign assets
* **Edit** – Modify asset details
* **Delete** – Remove asset entries

After enabling the permission, click the **Save** button located at the **bottom of the permission page** to apply the changes.

### Employee Workflow (Based on Permissions)

* Employees can access the **Assets module** only if enabled
* Visible records depend on the **View permissions**
* Employees can:
* View assets
* Assign assets (Managers can **assign assets  to their team members**.)
* Edit asset records
* Delete asset records\
  **only if the respective toggle is enabled**

Employees without Create/Edit/Delete access will have **view-only** access.


---

# 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.pletox.com/assets.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.
