> For the complete documentation index, see [llms.txt](https://docs.hesh.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hesh.app/hesh-guidelines.ua/posibniki/virobnictvo/keruvannya-virobnictvom/shkala-progresu.md).

# Шкала прогресу

## Огляд

**Шкала** або **індикатор прогресу** показує, наскільки продукт готовий у межах виробничого циклу. Він допомагає швидко оцінити, чи виконується виробництво за планом, а також вчасно виявити можливі затримки.

<figure><img src="https://1184821884-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRsKePFeQjz9cHFolzLgl%2Fuploads%2F7haDQLhWHxPgIvhAgsH6%2Fimage.png?alt=media&amp;token=5bd4773c-1987-4f3f-a32d-de5e75a31677" alt=""><figcaption><p>Шкала прогресу різних виробництв</p></figcaption></figure>

## Особливості

#### **Візуальне відображення**

Шкала прогресу наочно відображає стан виробництва у відсотках - від **0 %** до **100 %**.\
Його колір **відповідає кольору іконки статусу**, що забезпечує цілісне та зрозуміле візуальне сприйняття.

#### **Формула розрахунку**

Відсоток прогресу обчислюється на основі **виконаних завдань** у виробничому процесі, включно із завданнями **вкладених та додаткових компонентів**.

{% hint style="success" %}
**Прогрес (%) =** (100% / загальна к-сть завдань) × к-сть виконаних завдань
{% endhint %}

Значення індикатора прогресу може змінюватися **від 0 % до 100 %**.

## Оновлення прогресу

Індикатор прогресу оновлюється **автоматично** у разі таких подій:

* зміна статусу вкладеного компонента;
* зміна статусу завдання;
* повторне відкриття завдання;
* додавання додаткового завдання;
* додавання додаткового компонента.

### Особливості залежно від статусу

* Виробництва зі статусом **«Зробити»** завжди мають прогрес **0 %**.
* Виробництва зі статусом **«У процесі»**, у яких ще немає виконаних завдань, також мають прогрес **0 %**.
* Виробництва зі статусом **«Призупинено»** відображають **той відсоток прогресу**, який був до моменту зупинки.
* Виробництва зі статусом **«Зі складу»** завжди мають прогрес **100 %**, оскільки продукт уже готовий.

<figure><img src="https://1184821884-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRsKePFeQjz9cHFolzLgl%2Fuploads%2FzJgIZHeEOJKvtECM6lTg%2Fimage.png?alt=media&amp;token=b7682051-a4e1-4b81-8e5e-c4da708a7f03" alt=""><figcaption><p>Індикатор прогресу залежно від статусу</p></figcaption></figure>

## Розрахунок прогресу замовлення

Під час перегляду виробництв, **згрупованих за замовленнями**, прогрес замовлення обчислюється відповідно до формули:

{% hint style="info" %}
**Прогрес замовлення (%)** = сума прогресів всіх виробництв у цьому замовленні / к-сть виробництв у замовленні
{% endhint %}

<figure><img src="https://1184821884-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRsKePFeQjz9cHFolzLgl%2Fuploads%2F3XUZcgeDZHuFGfG5sw8O%2Fimage.png?alt=media&amp;token=2ba4165e-e0cd-4842-a5b7-25acd644ab39" alt=""><figcaption><p>Шкала прогресу замовлення</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.hesh.app/hesh-guidelines.ua/posibniki/virobnictvo/keruvannya-virobnictvom/shkala-progresu.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
