> For the complete documentation index, see [llms.txt](https://kb.logicerp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/setups/setup-accounts/setup-agents/setup-commission-slabs-for-sale-of-ageing-stock.md).

# Setup Commission Slabs for Sale of Ageing Stock

**YouTube:** [How to Set Up Agent/Salesman Commission for Ageing Stock Sales?](https://www.youtube.com/watch?v=VuxWkz5CfKY)

## How to Set Up Agent/Salesman Commission for Ageing Stock Sales?

In this tutorial, we will learn how to **configure commission slabs for the sale of aging stock in Logic ERP**.\
\&#xNAN;*Aging stock* refers to inventory that has remained unsold in the warehouse for an extended period and is tracked based on the **purchase date**.

***

### Configure Aging Stock Commission Slabs

* Navigate to the **Setup Module** from the main menu
* Go to **Setup Accounts** → **Setup Agents**
* Click to open **Setup Commission Slabs for Sale of Aging Stock**

**Define Aging Parameters**

* Enter the **Minimum Days**, which represents the minimum stock age (calculated from the purchase date) after which the commission slab becomes applicable
* In the grid below, define:
  * **Slab Days**
  * **Commission Value**, either:
    * Percentage basis, or
    * Per-unit basis

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

* After defining all required slabs, click **Save**

***

### Apply Aging Stock Commission During Sales Billing

* Open the **Sales Bill** window
* Initiate a new transaction
* While selecting the item, open the **Lot Search** window
* Here, you can view the **purchase date** of the lot, indicating that the stock is approximately **15 days old**

<figure><img src="/files/3Ba7T2vWikUsy3Wm8ITl" alt=""><figcaption></figcaption></figure>

* Complete and save the sales bill

***

### View Agent-Wise Commission Report

* Go to the **Reports and Queries** module from the main menu
* Click on **Agent Reports**
* Open **Agent-Wise Commission on Sale of Aging Stock Report**
* Generate the report

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

***Report Output:***\
You can clearly see that the transaction falls under the **15-day aging slab**, for which a **4% commission** was defined. Based on this slab, the system accurately calculates and displays the **total commission for the respective agent**.

***

### Conclusion

By configuring **aging stock commission slabs**, Logic ERP helps businesses incentivize agents to clear slow-moving inventory efficiently. This ensures better stock turnover, improved cash flow, and transparent commission calculations.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/setups/setup-accounts/setup-agents/setup-commission-slabs-for-sale-of-ageing-stock.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
