# Do Not Save Item Wise Price List Info

**YouTube:** [How to Disable Saving Item - Wise Price List Information in Sale Bill?](https://www.youtube.com/watch?v=URGYj4DxCdo)

## How to Disable Saving Item - Wise Price List Information in Sale Bill?

In this tutorial, we'll explore the use of the **"Do Not Save Item Wise Price List Info"** option. This feature is helpful when you want to **prevent Logic ERP from storing item-wise price list data** during transaction entries—ensuring cleaner data and minimizing unnecessary price list records.

***

### **Access Sale Voucher Configuration**

* Navigate to **Sale Voucher Configuration**.
* Select the relevant **Billing Series** to your business.
* Locate and disable the option labeled as:

> **"Do Not Save Item Wise Price List Info"**

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

* Click **on OK** to apply changes.

***

### **Understanding Default Behavior (When Disabled)**

**Pre-requisites:**

* Go to **Define Item Wise Price Lists** module:
  * Price list and markdown expense details should already be defined.

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

* Navigate to **Define Party + Item Group Default for the PL Elements** module:
  * The item group should be linked to the appropriate account group.
  * Markdown or pricing-related elements must be configured.

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

* In **Sale Voucher Configuration > Other Settings 2**:
  * Set **Multiple Price List Rates as: Party + Item Group Defaults**

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

* Save the configuration.

### System Behavio&#x72;**:**

* On the billing screen, when a transaction is entered:
  * The **rate** is automatically picked from the configured price list.
  * Pressing **F4** on the rate field shows the **associated price list info**.
* After saving the bill:
  * If reopened and F4 is pressed again, the **price list info is retained**, because the feature is **disabled**.

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

***

### **Behavior After Enabling the Feature**

**Enable Setting:**

* Navigate to **Sale Voucher Configuration**.
* Enable the option labeled as:

  > **"Do Not Save Item Wise Price List Info"**
* Save the configuration.

### System Behavio&#x72;**:**

* Perform a similar transaction and save the bill.
* When you reopen the bill and press **F4** on the rate field:
  * The **price list information is no longer visible**.
  * Logic ERP does **not save** item-wise price list info linked to the transaction.

<figure><img src="/files/59LliujDR9FCtIb20jTT" alt=""><figcaption></figcaption></figure>

***

### **Use Case**

* You want to keep transactional data lean.
* You don't want pricing history linked to specific items in each bill.
* You want to rely purely on the live price list configuration, rather than what was stored during billing.

***

### **Result Comparison Table**

| Setting Status | Price List Info Saved with Bill? | Can View with F4 After Saving? |
| -------------- | -------------------------------- | ------------------------------ |
| Disabled       | Yes                              | Yes                            |
| Enabled        | No                               | No                             |


---

# 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-1/do-not-save-item-wise-price-list-info.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.
