> 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/order-processing/sale-order/so-configuration/advances-received-settings.md).

# Advances Received Settings

**YouTube:** [How to Configure Advance Receipt Settings in Sales Orders?](https://www.youtube.com/watch?v=zltaaqfHWN8)

## How to Configure Advance Receipt Settings in Sales Orders?

In this tutorial, we will learn how to record an **Advance Received** from a customer while creating a Sales Order in Logic ERP. By configuring the **Advances Received Settings**, the software can automatically generate the corresponding Cash or Bank Receipt Voucher whenever an advance payment is received against a Sales Order.

***

### Objective of This Feature

* Record customer advance payments during Sales Order creation.
* Automatically generate Cash or Bank Receipt vouchers.
* Eliminate manual voucher posting.
* Improve accounting accuracy.
* Maintain a proper record of advances received against customer orders.

***

### Configure Advance Received Settings

* Open the **Sales Order Configuration** window.
* Navigate to the **Default Settings** section.
* Locate the option labeled as:

> **"Advances Received Settings"**

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

**Action**

* Select the default **Cash Receipt** or **Bank Receipt** Voucher Configuration that should be used for posting customer advance receipts.

**Purpose**

* Whenever an advance amount is entered in the Sales Order, Logic ERP will automatically create the corresponding receipt voucher using the selected configuration.

***

### Enable the Advance Received Field

* Navigate to the **Other Options** section.
* Open **Column Locks**.
* Unlock the **Advance Received** field.

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

* Save the configuration.

***

### Create a New Sales Order

* Initiate a **New Sales Order** entry.

**Observation**

* The **Advance Received** option is now available in the header section.
* Click on the **Advance Received** option.
* A window appears, allowing you to specify the payment mode.

#### Available Payment Modes

* Cash
* Credit Card
* Cheque
* Credit Note

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

**Example**

* Select **Cash** as the payment mode.
* Enter: **Advance Received:** ₹10,000.

This indicates that the customer has paid an advance of ₹10,000 in cash against the Sales Order.

***

### Complete the Sales Order

* Proceed to the **Item Details** section.
* Enter the required items.
* Complete the Sales Order.
* Save the voucher.

***

### Observe the Automatic Voucher Posting

As soon as the Sales Order is saved:

* Logic ERP automatically generates the corresponding **Cash Receipt Voucher**.
* The advance amount is recorded without requiring manual voucher entry.

**Verification**

To verify the automatic posting:

* Open the **Cash Receipt Voucher** module.
* Click **Modify**.
* Open the voucher search list.

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

**Observation**

You will find a Cash Receipt Voucher automatically created for **₹10,000**, representing the advance received against the Sales Order you just created.

***

### Key Benefits

* Automatically posts customer advance receipts.
* Eliminates manual Cash or Bank voucher creation.
* Reduces accounting errors.
* Maintains accurate customer advance records.
* Improves efficiency during Sales Order processing.

***

### Best Practice Tips

* Configure the correct Cash or Bank Receipt Voucher before using this feature.
* Ensure the **Advance Received** field is enabled through **Column Locks**.
* Verify the automatically generated receipt voucher after saving the Sales Order.
* Regularly reconcile advance receipts with pending customer orders.

***

### Final Outcome

The **Advances Received Settings** feature enables Logic ERP to automatically record customer advance payments during Sales Order creation. When an advance amount is entered, the system generates the corresponding Cash or Bank Receipt Voucher automatically, ensuring accurate accounting, reducing manual work, and maintaining a complete record of customer advances against Sales Orders.


---

# 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/order-processing/sale-order/so-configuration/advances-received-settings.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.
