> 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/accounts/configuration/cash-bank-voucher-configuration/print-options/do-not-allow-amount-change-of-documents-once-printed.md).

# Do not allow Amount Change of Documents once Printed

**YouTube:** [How to Restrict Amount Changes After Printing in Cash / Bank Vouchers?](https://www.youtube.com/watch?v=s0sD_2PTKgY)

## How to Restrict Amount Changes After Printing in Cash / Bank Vouchers?

This tutorial explains how to restrict the modification of amounts in **Receipt and Payment Vouchers** once the document has been printed in Logic ERP. This feature helps prevent unauthorized financial changes and ensures better transaction security and audit control.

***

### **Objective of This Feature**

* Prevent amount modification after document printing
* Improve security and transaction control
* Avoid unauthorized financial changes
* Maintain accuracy and audit compliance

***

### Access to **Voucher Configuration Module**

* Navigate to **Accounts** and then **Configurations**
* Open **Cash/Bank Voucher Configuration**

**Selection**

* Select the required **Voucher Configuration**
  * Example: **Bank Receipt Configuration**
* Locate and enable the option labeled as:

> **“Do not allow Amount Change of Documents once Printed”**

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

* Click **Save**

***

### **Create Bank Receipt Voucher**

**Transaction Process**

* Open the **Bank Receipts Module**
* Select the relevant configuration
* Generate a **Bank Receipt Voucher**
* Print the voucher

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

* Save the document successfully

***

### **Attempt Amount Modification**

**Test Scenario**

* Open the same printed voucher again
* Try to modify the amount field

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

**System Behavior**

* Software restricts the action
* Displays an error message stating:
  * *This document has been printed once and amount modification is not allowed*

***

### **Key Benefits**

* Prevents unauthorized changes after printing
* Strengthens financial document security
* Maintains audit trail integrity
* Improves control over payment and receipt transactions

***

### **Best Practice Tips**

* Enable this feature for sensitive financial vouchers
* Restrict print and modification rights to authorized users
* Review vouchers carefully before printing

***

### **Final Outcome**

* Printed receipt and payment vouchers become protected from amount modifications
* Improved financial security and compliance
* Better transaction control and audit accuracy
* Reduced risk of unauthorized data changes


---

# 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/accounts/configuration/cash-bank-voucher-configuration/print-options/do-not-allow-amount-change-of-documents-once-printed.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.
