# Statistics

## Overview

The **Statistics** screen helps you track your work, completed tasks, and earnings for a selected period.

You can:

* See how many tasks you’ve completed
* Check your earnings
* Review tasks for a specific time period
* Quickly find tasks using search

<figure><img src="/files/DvtcioXxxPhBDcB7mOsS" alt="" width="272"><figcaption></figcaption></figure>

## Tabs

There are two tabs:

* **Current month** *(default)* - shows your ongoing progress
* **Previous period** - shows finalized results from the previous closed periods

Switch between tabs to compare your current performance with past results.

<figure><img src="/files/76Eb6l0IVMIGGXV70qQ8" alt="" width="272"><figcaption><p>Tabs on "Statistics" page</p></figcaption></figure>

## Calendar

Use the **Calendar** to select a specific date or period. Calendar has restrictions that depend on which tab the user is on:

* **Current month** → user can select only dates within the current month
* **Previous period** → user can select only past periods (no future dates)

#### How it works

1. Click the calendar to open it.&#x20;
2. Select a date or range.&#x20;
3. Click **Apply** to update the data.

<p align="center"><img src="/files/3I77VmUqkNYd7Zitgn9X" alt=""></p>

If there are no tasks for the selected period, the system will a message:&#x20;<mark style="background-color:cyan;">"</mark><mark style="background-color:cyan;">**No tasks for the selected period**</mark><mark style="background-color:cyan;">"</mark>. Summary values (**Earned, Total**) will update accordingly.

<figure><img src="/files/48Mks8MC46GqRjCUAiPx" alt="" width="410"><figcaption></figcaption></figure>

## Summary

Summary section is presented as cards under **Calendar** and **Search bar**.

<figure><img src="/files/yfErsL1xD0VI6kBKPRde" alt="" width="271"><figcaption></figcaption></figure>

### Earned

Shows how much you’ve earned for the selected period.

* In **Current month**:
  * The amount is **approximate** (\~) and marked with a warning icon ❗
  * Warning icon explains why the amount is not final
* In **Previous period**: the amount is **final**

<figure><img src="/files/VIjoy9wXR0jZqL4Xp05F" alt="" width="272"><figcaption></figcaption></figure>

### Total

Displays the total number of tasks the user has completed during the selected period.

<p align="center"><img src="/files/0GdshrWeu3OHjCpWNtRP" alt=""></p>

### Reopened (*Current month only*)

Shows how many tasks were reopened during the current period. Reopened tasks are also marked with a special wallet icon in the list.

<p align="center"><img src="/files/0i6PccCBsdbs15sCB3ec" alt=""></p>

## Task list

Below the summary, you’ll see a list of your tasks.

* Click on any task to open details
* Scroll to load more tasks automatically

### Task indicators

Some tasks may include additional icons:

* **Reopened icon** - task was reopened
* **Wallet icon** - task was paid in a previous period

Click on the wallet icon to see more details about payments.

<figure><img src="/files/R7sG6Qp8sznff1uEiH4v" alt="" width="404"><figcaption></figcaption></figure>

## Search

Use the search bar to quickly find tasks.

{% hint style="info" %}
If there are no tasks, the **search** field is hidden.

<p align="center"><img src="/files/ghGrB3jeRKthqF9WjSXb" alt=""></p>
{% endhint %}

You can search by:

* Product or task name
* Order or task ID
* Client or configuration

1. Click on the **Search** field and type text.
   1. Search updates results instantly as you type.
2. Click **X** to clear search.

<figure><img src="/files/CZJBio68KpfQ36dnuqcA" alt="" width="410"><figcaption></figcaption></figure>


---

# 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://docs.hesh.app/manuals/mobile-app/statistics.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.
