# Set Item Wise Defaults (Purchase)

**YouTube:** [How to Set item wise defaults like discounts and Schemes for Purchase?](https://www.youtube.com/watch?v=NgeyJHBYd4U)

## How to Set item wise defaults like discounts and Schemes for Purchase?

In this tutorial, we will learn how to **define item-wise defaults for purchase transactions in Logic ERP**. Item-wise purchase defaults help automate discounts, schemes, and other values during purchase entry, ensuring consistency, accuracy, and faster data entry.

***

### **Access to Item-Wise Purchase Defaults Setup**

* Navigate to the **Main Menu**
* Open the **Setup Module**
* Click on **Set Other Item Details**
* Select **Set Item-Wise Defaults (Purchase)** to open the configuration window

***

### **Select Entry Mode and Items**

* You will see two entry modes:
  * **Single Entry**
  * **Multiple Entry**

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

* Select **Multiple Entry**
* Click on **Select Items**
* Choose the items for which you want to define purchase defaults
* Use filters such as **Brand Group** or **HSN** to locate items easily

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

***

### **Define Purchase Default Values**

* Multiple default fields are available, such as:
  * **CD (Cash Discount)**
  * **TD (Trade Discount)**
  * **SPCD**, and others
* In this example:
  * Enter **TD = 12%** for the selected items

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

* Save the changes

***

### **Verify Defined Defaults**

* Open the **Single-Entry** window
* Click on **Refresh**
* You will now see the defined **12% TD** reflected for the selected items

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

***

### **Check Defaults During Purchase Entry**

* Open the **Purchase Voucher** window
* Create a new purchase entry
* Enter an item for which the default was defined
* You will notice that the **12% trade discount is applied automatically**

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

***

### **Step 6: Removing Item-Wise Defaults**

* Simply entering **0** and saving will **not remove** the existing default
* To correctly remove a default:
  * Set the value to **0**
  * Enable the **Save Zero Values** option

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

* Save the changes
* Open the **Single-Entry** window and click **Refresh**
* The value will now appear as **0**, confirming the default has been successfully removed.

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

***

### **Using Per-Unit Purchase Defaults (Scheme Per Unit)**

Apart from percentage-based defaults, Logic ERP also supports **per-unit based defaults**.

#### **Example: Scheme Per Unit**

* Define **Scheme Value = ₹5 per unit**
* Use the **Scheme CF (Conversion Factor)** field
* Select the appropriate unit conversion from the dropdown

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

* Save the configuration

***

### **Verify Per-Unit Scheme in Purchase Voucher**

* Initiate a new purchase entry
* Enter the configured item:
  * For **1 unit**, the scheme value will be **₹5**
  * Check this under **View Totals**
* Change the quantity to **10 units**
* The scheme amount will automatically update to **₹50**, confirming correct per-unit calculation

<figure><img src="/files/2MU0RNUXAMzrL53peMPB" alt=""><figcaption></figcaption></figure>

***

### **Conclusion**

By defining **item-wise purchase defaults in Logic ERP**, you can significantly streamline purchase entries, reduce manual effort, and ensure consistent discount and scheme application. Whether percentage-based or per-unit based, these defaults enhance accuracy and efficiency across procurement operations.


---

# 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/set-other-item-details/set-item-wise-defaults-purchase.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.
