> 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/user-access/logic-global-admin/others/user-rights-settings/do-not-allow-back-date-entry-in-all-documents.md).

# Do Not Allow Back Date Entry in All Documents

**YouTube:** [How to Globally Restrict Backdated Entries for All Documents?](https://www.youtube.com/watch?v=jlK4FzS_lf8)

## How to Globally Restrict Backdated Entries for All Documents?

In this tutorial, we’ll show you how to **restrict backdated entries across all documents** in **Logic ERP**, ensuring data integrity and compliance with accounting policies.

***

### **Enable the Global Restriction**

* Open **Logic Admin** and navigate to **Global Settings**.
* Go to **Other** section and click to "User Rights Settings"&#x20;
* Locate and enable the option: **“Do Not Allow Back Date Entry in All Documents”**

<figure><img src="/files/nRxn5fINWySUPO2IWJAm" alt=""><figcaption><p>Let's proceed with this option turned on to understand its practical implications in billing.</p></figcaption></figure>

* Save the settings.
* Restart the software to apply the changes.

***

### **Review the Restriction Across Document Types**

* **Purchase Voucher**
  * Create a **purchase voucher** using a **backdate**.
  * Enter transaction details.
  * Attempt to **save the entry**.
  * The software **blocks the action** and displays an error message:\
    \&#xNAN;*“Backdated entries are not allowed.”*

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

* **Sales Voucher**
  * Try to create a **sales entry** with a backdated transaction.
  * On saving, the **same error message** appears, preventing the entry from being saved.

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

* **Bank Voucher**
  * Attempt a **backdated bank transaction**.
  * The system will again **restrict the entry** and display the error prompt.

***

### **Conclusion**

By enabling this option, Logic ERP **strictly enforces a no-backdate policy** across all document types, helping organizations maintain **accurate, timely, and compliant records**.


---

# 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/user-access/logic-global-admin/others/user-rights-settings/do-not-allow-back-date-entry-in-all-documents.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.
