# Statuses

## Overview

Production status indicates on which stage of the production cycle the manufacture of the certain product is.

<figure><img src="/files/EW5kMgFpDahtgkVtKq3K" alt=""><figcaption><p>Production statuses</p></figcaption></figure>

## The default statuses are: <a href="#h_117618cf41" id="h_117618cf41"></a>

* **To do -** initial status for new production. No tasks have been started as production isn't launched yet&#x20;
* **In progress** - indicates that production has been launched and tasks are actively being worked on
* **Stopped** - production was paused, therefore no one is working on the tasks right now
* **From stock** - no tasks in the production, as the product was taken from existing stock, ready for processing
* **Done** - production is completed, all tasks are finished
* **Canceled -** production has been halted, and no further actions will be taken on this item

## Actions based on status:

### To do

* Can be changed to "In progress" or "Canceled."&#x20;
* Can be deleted.

<figure><img src="/files/hTlDuVYtgcSDpRsXsHhA" alt=""><figcaption><p>"To do" status</p></figcaption></figure>

### In progress

* Can be changed to "Stopped" or "Canceled."&#x20;

<figure><img src="/files/2XcE5PfzfJyl3IKMLsJO" alt=""><figcaption><p>"In progress" status</p></figcaption></figure>

### **Stopped**&#x20;

* Can be resumed by changing to "In progress" or "Canceled".&#x20;
* A confirmation modal will appear to ensure you want to stop production.

<figure><img src="/files/kKP8qskJCZL7n8ewKyxc" alt=""><figcaption><p>"Stopped" status</p></figcaption></figure>

### From stock

* Can be transitioned to "In progress" or "Canceled."&#x20;
* This allows you to start production or halt it based on stock availability.

<figure><img src="/files/wTKE9QXG94u2hvnxpiIl" alt=""><figcaption><p>"From stock" status</p></figcaption></figure>

### Done

* This status is obtained once the last task in the production is finished; no further actions can be taken other than viewing details.&#x20;

{% hint style="info" %}
System shows when the product obtained "Done" status by hovering over the status icon.
{% endhint %}

<figure><img src="/files/SYOTj5X64VN3op2lQeJt" alt=""><figcaption><p>"Done" status</p></figcaption></figure>

### Canceled

* This status is also final; it cannot be undone. Use this status if client change or cancel the order at all.&#x20;

{% hint style="info" %}
System shows when the product obtained "Canceled" status by hovering over the status icon.
{% endhint %}

<figure><img src="/files/CCTvLQGSfjZJpTZTlxBb" alt=""><figcaption><p>"Canceled" status</p></figcaption></figure>

## Changing a production's status <a href="#h_9691e03d7d" id="h_9691e03d7d"></a>

<figure><img src="/files/a3Ijn1Eyb6a6y96xRe9l" alt=""><figcaption><p>Schema of status transaction </p></figcaption></figure>

#### To change status of production:

1. Go to Production or Production workflow page
2. Click on the status icon
3. Select a status from the dropdown

{% @arcade/embed flowId="ZPI8AY6JO6Z5VxG45MYQ" url="<https://app.arcade.software/share/ZPI8AY6JO6Z5VxG45MYQ>" %}


---

# 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/production/production-management/statuses.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.
