> 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/journal-voucher-configuration/move-voucher-date-to-bill-date.md).

# Move Voucher Date to Bill Date

**YouTube:** [How to Transfer Voucher Date to Bill Date in Journal Vouchers?](https://www.youtube.com/watch?v=MXNHrS2pXQ8)

## How to Transfer Voucher Date to Bill Date in Journal Vouchers?

This tutorial explains how to automatically transfer the Voucher Date to the Bill Date field while creating Journal Vouchers in Logic ERP. This feature helps reduce manual date entry and ensures consistency between Voucher Date and Bill Date during accounting transactions.

***

### Objective of This Feature

* Automatically copy Voucher Date to Bill Date
* Reduce manual date entry during Journal Voucher creation
* Maintain consistency in accounting records
* Improve voucher entry efficiency and accuracy

***

### Access to Journal Voucher Configuration

* Go to **Menu Bar → Configuration.**
* Open **Journal Voucher Configuration.**
* Select Required **Configuration** from the dropdown list.
* Navigate to **Other Options Tab**
* Locate and enable the option labeled as:

> **“Move Voucher Date to Bill Date”.**

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

* Save the changes

***

### Create a New Journal Voucher

**Transaction Process**

* Open **Journal Voucher Entry Window**
* Click **New Voucher**

**Verify the Functionality**

* Enter Voucher Date
* Press **Enter**

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

**System Behavior**

* The system automatically:
  * Copies the Voucher Date into the Bill Date field

**Additional Functionality**

* If the Voucher Date is changed manually later:
  * The updated date is automatically reflected in the Bill Date field as well

***

### Key Benefits

* Eliminates repetitive date entry
* Improves accounting accuracy
* Saves time during voucher posting
* Maintains consistency between Voucher Date and Bill Date

***

### Best Practice Tips

* Enable this feature for faster Journal Voucher entry
* Regularly review voucher configurations for consistency
* Use automated date settings to minimize manual errors

***

### Final Outcome

* Voucher Date is automatically transferred to Bill Date
* Journal Voucher entry becomes faster and more efficient
* Manual date entry errors are reduced
* Better consistency is maintained in accounting transactions within Logic ERP


---

# 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/journal-voucher-configuration/move-voucher-date-to-bill-date.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.
