> 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/configurations/sale-voucher-configuration/other-settings-1/prompt-for-update-zero-amount-for-other-details.md).

# Prompt for Update Zero Amount For Other Details

**YouTube Link:** [How to Update Item / Line Wise Zero Values Entered in Header Details in Sale Bill ?](https://www.youtube.com/watch?v=fGxP7ZaokR8)

## How to Update Item / Line Wise Zero Values Entered in Header Details in Sale Bill ?

In this tutorial, we'll guide you through updating bill-wise zero values to line items in Logic ERP. Let's explore this feature step

#### **Accessing Sale Voucher Configuration**

* Navigate to "Sale Voucher Configuration".
* Select the relevant "Billing Series".
* Locate the option **"**&#x50;rompt for Update Zero Amount for Other Detail&#x73;**"**.
* This option controls the allows the update of bill-wise zero values to line items after confirmation.&#x20;
* If this option is not enabled then only values greater than zero will be update for line items.

<figure><img src="/files/IBRxzvOFbOpsho3T4R3m" alt=""><figcaption><p>Keep this feature Enable to observe its Impact.</p></figcaption></figure>

#### **Verify this option with an example.**&#x20;

* Create a "New Sales Bill."
* Enter **CD Percent** with a line item.
* Save the Bill.

#### **Modifying the Discount Value to Zero**

* Open the same sales bill in modify mode.
* Click on **Other Details** button as shown in the image
* Set the CD(%) to zero if it is not already zero
* Click on **Ok** to close the window.

<figure><img src="/files/h3S8zbpOPiCo2gOafROl" alt=""><figcaption><p>As shown above in the picture we have removed CD % to Zero.</p></figcaption></figure>

* Now, the software prompts a confirmation message, whether to update zero values(Yes/No).&#x20;

<figure><img src="/files/YMBD2CofMhZ5f4gcgBZg" alt=""><figcaption><p>The software has triggered "Confirm Update"</p></figcaption></figure>

* Click **"Yes"** to confirm, and the CD Percent will be successfully updated to zero.
* Clicking **"No"** updates values of only those line items whose value has been set to greater than zero in the other details window.

#### **Conclusion**

This feature ensures greater control over pricing and discount structures, preventing accidental modifications.


---

# 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/configurations/sale-voucher-configuration/other-settings-1/prompt-for-update-zero-amount-for-other-details.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.
