# Allow Sale Rate = 0

YouTube: [How to Allow a Zero Sale Rate entry in Purchase?](https://www.youtube.com/watch?v=nhUiEQz_HXg)

## How to Allow a Zero Sale Rate entry in Purchase?

In this tutorial, we’ll explore a setting in Logic ERP that allows skipping or leaving the sale rate blank during transactions, providing more flexibility by bypassing the default prompt to enter a sale rate.

### **Creating a Voucher Before Applying the Setting**

* Let's start by creating a **purchase voucher** without enabling the setting.
* We will transact an item and attempt to **leave the Sale rate as zero**.
* As seen here, the **software generates a message** prompting us to enter the sale rate.
* The transaction **cannot be completed** until a sale rate is defined.

<figure><img src="/files/zkUeYURn9XnjfY8V8pW6" alt=""><figcaption><p>As you can see, the software has prompted a message to enter the sale rate.</p></figcaption></figure>

### **Enabling the Option to Skip Sale Rate**

1. Go to **Purchase Voucher Configuration**.
2. Click on **Other Settings 1**.
3. Scroll down and **tick the option** labeled **"Allow Sale Rate is Equal to Zero"**.
4. Click on **Save** to apply the changes.

<figure><img src="/files/fUFxIrWrgAxlelXeuL1D" alt=""><figcaption><p>Let's keep this feature enable to observe it's impact.</p></figcaption></figure>

### **Testing the Setting in a New Transaction**

* Now, let’s try transacting another **purchase entry** with the setting enabled.
* This time, when we **leave the sale rate blank**, the software **does not prompt any message** and allows the transaction to proceed smoothly.

<figure><img src="/files/2Z90K6YGjwJJ8YcOmaXy" alt=""><figcaption><p>As you can see, the software allows a zero-sale rate in the purchase transaction.</p></figcaption></figure>

***


---

# 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/purchase-voucher-configurations/other-settings-1/allow-sale-rate-0.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.
