# Comparar Stock

Este ecrã é **apenas informativo** e permite comparar o stock **contado** com o stock **existente no armazém do inventário selecionado**.

**Cabeçalho:**

* Área de pesquisa por **referência do artigo**.
* Uma **checkbox** do lado esquerdo que permite filtrar os resultados para **mostrar apenas os artigos com diferenças de stock**.

**Lista de Artigos:**

* Para cada artigo listado são apresentados:
  * **Designação**
  * **Referência**
  * **Quantidade contada**
  * **Stock atual** do artigo no **armazém do inventário**
  * Se houver diferença:
    * Valor da **diferença de stock**:
      * A **vermelho** se foi contado a **mais**
      * A **amarelo** se foi contado a **menos**

**Barra de navegação:**

* **Canto inferior esquerdo**: quantidade de artigos que **já foram contados**
* **Canto inferior direito**: número total de **artigos carregados**

{% hint style="info" %}
O campo de **stock** pode ser ocultado através do parâmetro `controlVerStockArtPInv = 0`.
{% endhint %}

***

<figure><img src="/files/cPrDpLEb7TWlIILQfFgD" alt="" width="360"><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.wave.pt/mobile-logistic-manual/aplicacao-android/app/funcionalidades/comparar-stock.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.
