> 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-alteration-details-at-bill-save-print.md).

# Prompt for Alteration Details at Bill Save/Print

**YouTube:** [How to Enable Prompt for Alteration Details Before Saving or Printing the Sale Bill ?](https://www.youtube.com/watch?v=zybLzmG98Ew)

## How to Enable Prompt for Alteration Details Before Saving or Printing the Sale Bill?

 In this tutorial, we will guide you through the process of enabling a prompt for alteration details when saving or printing a bill in Logic ERP.

### **Access Sales Voucher Configuration**

* Navigate to **Sales Voucher Configuration** from the main menu.
* Select the relevant **Billing Series** for which you want to enable this feature.
* Locate the option and Disable **"Prompt for Alteration Details at Bill Save/Print."**

<figure><img src="/files/jCK1kdjpO0MHXawzb80U" alt=""><figcaption><p>Let's keep this feature Disabled to observe its impact on Billing</p></figcaption></figure>

### **Implementing with the Feature Disabled**

* Proceed with generating a **Sale Bill** and attempt to save it.
* Since the feature is disabled, the software **does not prompt** for alteration details.

### **Implementing with the Feature Enabled**

* Go back to the **Sales Voucher Configuration** and enable the **"Prompt for Alteration Details at Bill Save/Print"** option.
* Save the settings and return to the billing window.
* Create a **new Sale Bill** and attempt to save it.
* This time, the software prompts the **Alteration Details Window**.
* Enter the necessary alteration remarks and proceed.

<figure><img src="/files/ysHG7kWnu9jPthpwgjd0" alt=""><figcaption><p>As you can see, the software has prompted for alteration details while saving the bill.</p></figcaption></figure>

### **View the Alteration Report**

* Once the bill is saved, you can review alteration details through the **Alteration Item Report**.
* Navigate to the Reports/Queries/Sale Registers and then click on **Alteration Items Report.**
* This report provides a **detailed overview** of all recorded alterations for reference.

By enabling this feature, businesses can maintain **accurate records of alterations**, ensuring transparency and better documentation in billing.


---

# 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-alteration-details-at-bill-save-print.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.
