> 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-print-documents-once-printed.md).

# Do Not Print Documents Once Printed

**YouTube:** [How to Restrict Printing of Cash / Bank Vouchers More Than Once?](https://www.youtube.com/watch?v=COUzE0a-gI0)

## How to Restrict Printing of Cash / Bank Vouchers More Than Once?

This tutorial explains how to restrict the reprinting of **Receipt and Payment Vouchers** once they have already been printed in Logic ERP. This feature helps prevent duplicate prints, improves document security, and ensures better financial control.

***

### **Objective of This Feature**

* Prevent reprinting of already printed documents
* Improve financial document security
* Avoid duplicate voucher prints
* Maintain better audit and transaction control

***

### 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 Print Documents Once Printed”**

<figure><img src="/files/i1yXEM3YSg2KgcW4BVmZ" 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 & Save the Document**

* Print the voucher

<figure><img src="/files/4gaiR83ZOPTAlTc83aCt" alt=""><figcaption></figcaption></figure>

* Save the document successfully

**Attempt Reprinting**

* Open the same voucher again
* Try to print the document once more

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

**System Behavior**

* Software restricts the action
* Displays an error message stating:
  * *This document has been printed once... Cannot be printing more than once...*

***

### **Key Benefits**

* Prevents duplicate voucher printing
* Enhances financial document security
* Improves audit and compliance control
* Reduces risk of unauthorized document usage

***

### **Best Practice Tips**

* Enable this feature for sensitive financial transactions
* Allow printing rights only to authorized users
* Verify voucher details carefully before printing

***

### **Final Outcome**

* Printed vouchers cannot be reprinted again
* Improved security and control over financial documents
* Better compliance and audit management
* Reduced risk of duplicate or unauthorized prints


---

# 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-print-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.
