# Count Stock

## Overview

<div align="left"><figure><img src="/files/3Hp5NNymq5yHtCNNuHkK" alt="" width="563"><figcaption><p>Application Overview</p></figcaption></figure></div>

### Features

* Search for Inventory Counts.
  * Browse after Physical Inventory Numbers.
* Select Inventory Count Line.
* Report Inventory Count Line details.
  * Report quantitative data, like Quantity and Catch Weight, if applicable.

## User Steps

### Search Inventory Count

{% hint style="info" %}
Use the following User Step to fetch existing Inventory Count lists.
{% endhint %}

<div align="left"><figure><img src="/files/L08QwYAoP4ekDNwcQdRv" alt="" width="375"><figcaption></figcaption></figure></div>

**INFO/HEADER DATA**

* N/A

**INPUT DATA**

* Inventory Count \*\
  \
  \* indicates an input field is mandatory&#x20;

**FUNCTIONALITY**

* Type in/scan the inventory count number value inside the **Inventory Count** Text Input.

<div align="left"><figure><img src="/files/rOjCa2KLqu8PWTfKT9EP" alt="" width="375"><figcaption><p>Typing in Inventory Count number.</p></figcaption></figure></div>

* Click **EXIT** to get back to the main menu.
* Click **LIST** to get to [**List**](#list) User Step.
* Click **NEXT** to get to [**Select Count Line**](#select-count-line) User Step.

#### List

{% hint style="info" %}
Use the following User Step to browse after existing inventory count lists.
{% endhint %}

<div align="left"><figure><img src="/files/0ToEEbVd0rsA4faQIA7c" alt="" width="375"><figcaption></figcaption></figure></div>

**INFO/HEADER DATA**

* N/A

**INPUT DATA**

* Inventory Count(s)
  * Physical Inventory Number
  * Physical Inventory Name
  * Number of active (not reported) Inventory Count Lines

**FUNCTIONALITY**

* Browse through the list of available inventory counts.
  * Use Search Bar to filter the list, using item inventory count number or name.

<div align="left"><figure><img src="/files/b22ocCSh9fCiLfGoSRec" alt="" width="375"><figcaption><p>Browsing through inventory counts using names.</p></figcaption></figure></div>

* Click **BACK** to get back to [**Search Inventory Count**](#search-inventory-count) User Step.
* Tap on an item number to select one (acts as **NEXT**) and continue to [**Select Count Line**](#select-count-line) User Step.

### Select Count Line

{% hint style="info" %}
Use the following User Step to select a Balance Id for details check-up.
{% endhint %}

<div align="left"><figure><img src="/files/CMNgrsgFUbsRAfI6j5rZ" alt="" width="375"><figcaption></figcaption></figure></div>

**INFO/HEADER DATA**

* Inventory Count
  * Inventory Count Number
  * Number of active (not reported) Inventory Count Lines

**INPUT DATA**

* Inventory Count Line(s)
  * Line Number
  * Location
  * Item Number
  * Lot Number (if applicable)
  * Container Number (if applicable)
  * On-hand Balance Quantity (Basic Unit of Measure)

**FUNCTIONALITY**

* Browse through the list of searched Count Line(s).
  * Use Search Bar to filter the list, using details of Balance Id(s) to be counted.

<div align="left"><figure><img src="/files/gA8Io3jbaMAvQtPD0Cty" alt="" width="375"><figcaption><p>Browsing through available count lines.</p></figcaption></figure></div>

* Click **BACK** to get back to [**Search Inventory Count**](#search-inventory-count) User Step.
* Tap on a Line number to select one (acts as **NEXT**) and get to [**Report Quantity**](#report-quantity) User Step.&#x20;

### Report Quantity

{% hint style="info" %}
Use the following User Step to report quantitative data.&#x20;
{% endhint %}

<div align="left"><figure><img src="/files/LNJTsprVzBWC2IbDnSLW" alt="" width="375"><figcaption></figcaption></figure></div>

**INFO/HEADER DATA**

* Selected Count Line
  * Line Number
  * Location&#x20;
  * Item Number
  * Lot Number (if applicable)
  * Container or Package Number (if applicable)

**INPUT DATA**

* Quantity \*
* Catch Weight \* (if applicable)\
  \
  \* indicates an input field is mandatory

**FUNCTIONALITY**

* Type in/scan the numeric quantity value inside the **Quantity** Numeric Input.
* Type in/scan the numeric catch weight value inside the **Catch Weight** Numeric Input.

<div><figure><img src="/files/B7ZQ00jepwo6vOuZbsIG" alt="" width="375"><figcaption><p>Typing in Quantity.</p></figcaption></figure> <figure><img src="/files/24VHYKvHnJjWzXJ8GTu5" alt="" width="375"><figcaption><p>Typing in Catch Weight.</p></figcaption></figure></div>

* Click **BACK** to get back to [**Select Count Line**](#select-count-line) User Step.
* Click **COUNT** to run the transaction.
  * You will be brought back to updated [**Select Count Line**](#select-count-line) User Step with previously applied filter. If the list is empty, You will be brought back to [**Search Inventory Count**](#search-inventory-count) User Step.


---

# 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.novacura.com/marketplace-documentation/applications/explore-apps/infor-m3/documentation/supply-chain-execution/count-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.
