# 6.1 Setup

## INVENTORY MANAGEMENT MODULE

<figure><img src="/files/9ulTEcVPYI0PF3tgAlHs" alt=""><figcaption></figcaption></figure>

**Inventory management module includes four procedures:**

* **Setup**
* **Input**
* **Process**: Calculate finished goods costs and cost of goods sold
* **Reports**

### **6.1 Setup**

Setup includes List of categories, List of the group, List of the warehouse, List of the item, List of the unit, Opening balance input.

Notice:

* *List of categories*: Goods, raw material, tools, finish products.
* *List of the group:* Goods, main raw material, auxiliary raw material, tools, finish goods.
* *List of items*: User need to the setup group ID, warehouse ID, unit measurement, warehouse accounts (152,155,156), product cost accounts (or expense accounts: 621,627,641,642).
* Product cost accounts established in List of items are counter- accounts when materials are output for production, and finished products are output for sales...


---

# 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://local.docs.ssaudit.com/english-1/inventory-management-module/setup.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.
