# Item Filter

**YouTube:** [How to Filter Items by Raw/Finished Attribute in Sale Bill ?](https://www.youtube.com/watch?v=nnZijUgeR8Y)

## How to Filter Items by Raw/Finished Attribute in Sale Bill ?

In this tutorial, we’ll guide you through the process of **filtering items as Raw, Finished, or Both** during billing in **Logic ERP**, enhancing both speed and accuracy.

***

### Access Sales Voucher Configuration

* Navigate to **Sales Voucher Configuration**.
* Select the **relevant billing series**.
* Locate the option labeled “**Item Filter”** Under the "**Other Settings-2".**
* Choose from the following filter modes:
  * **Both** (displays Raw and Finished items)
  * **Finished Only**
  * **Raw Only**
* Set the filter to **Both and save the configuration**.

<figure><img src="/files/SYuiCiCuDAQPBHu5bZnx" alt=""><figcaption></figcaption></figure>

***

### Classify Items During Creation

* Navigate to the Setup/Setup Items and the click on "**Setup Items Multiple Packs/Sizes".**
* Within this screen, you’ll find the classification option:
  * Set the item as **Raw** or **Finished** depending on its use.
* Save the item details.

<figure><img src="/files/jYbtKntrf1Wy3jqDFlWv" alt=""><figcaption></figcaption></figure>

***

### Implementing Item Filter – "Both"

* Navigate to the Billing and create a new Sale Bill.
* Since the filter is set to **Both**, the **item search list** will display:  **All Raw and Finished items**.

***

### Implementing Item Filter – "Finished Only"

* Return to **Sales Voucher Configuration**.
* Set the **Item Filter** to **Finished and** save.
* Go to billing and open the item search list.
* **Observation**:

  > Only **Finished items** are now displayed in the search list.

***

#### Implementing Item Filter – "Raw Only"

* Again, update the **Item Filter** in configuration to **Raw**.
* Save the changes and go to the billing screen.
* Open the item search list.
* **Observation**:

  > The list now shows **only Raw items**, as per the applied filter.

***

### Benefits of Using Item Filters

* Helps in **faster item selection** during billing.
* Reduces **errors and confusion** in item listings.
* Streamlines billing by ensuring only relevant items are shown to the user.


---

# 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://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/setups/configurations/sale-voucher-configuration/other-settings-2/item-filter.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.
