> 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/other-options-2/auto-pick-if-single-cost-center.md).

# Auto Pick if Single Cost Center

**YouTube:** [How to Auto - Pick If Only a Single Cost Center Is Linked to an Account in Cash / Bank Vouchers?](https://www.youtube.com/watch?v=aPzmI36nWPo)

## How to Auto - Pick If Only a Single Cost Center Is Linked to an Account in Cash / Bank Vouchers?

This tutorial explains how to enable the **Auto Pick if Single Cost Center** feature while generating Payment and Receipt Vouchers in Logic ERP. This functionality automatically selects the Cost Center during voucher entry when only one Cost Center exists in the system.

***

### Objective of This Feature

* Automatically select Cost Center during voucher entry
* Reduce manual selection effort
* Speed up voucher posting process
* Prevent user selection errors
* Improve transaction efficiency

***

### Access to Cash/Bank Voucher Configuration

* Navigate to **Accounts** and then **Configurations**
* Open **Cash/Bank Voucher Configuration**
* Choose the required **Voucher Configuration**
  * Example: **Bank Payment Voucher Configuration**
* Locate and enable the option labeled as:

> **“Auto Pick if Single Cost Center”**

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

* Save the Configuration.

#### **Functionality**

When this feature is enabled:

* If only one Cost Center exists in the system:
  * The software automatically selects it during voucher entry
* If multiple Cost Centers exist:
  * Manual selection remains required

***

### Observe Behavior When Multiple Cost Centers Exist

**Transaction Process**

* Open **Bank Payment Module**
* Select Relevant Configuration
* Proceed with Voucher Entry

**Important**

If the Cost Center column is not visible:

* Go to **Setup Column Attributes**
* Enable **Cost Center Column**

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

**System Behavior**

* Since multiple Cost Centers are available:
  * The system does **not** auto-pick any Cost Center

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

* User must manually select the required Cost Center

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

***

### Observe Behavior When Only One Cost Center Exists

**Scenario**

* Now, select the account in which only a single cost center has been linked.

<figure><img src="/files/7pK0k0HcLTd6RLQhXjN2" alt=""><figcaption></figcaption></figure>

**System Behavior**

* During voucher entry:
  * The software automatically picks the available Cost Center
* No manual selection is required

***

### Key Benefits

* Faster Payment & Receipt Voucher entry
* Reduces manual work
* Improves transaction efficiency
* Eliminates unnecessary Cost Center selection steps
* Prevents selection mistakes when only one Cost Center exists

***

### Best Practice Tips

* Use this feature when organizations operate with a single Cost Center
* Ensure Cost Center master data is properly maintained
* Enable Cost Center columns for better transaction visibility
* Periodically review Cost Center setup for accuracy

***

### Final Outcome

* Cost Centers are automatically selected when only one is available
* Voucher entry becomes faster and more efficient
* Manual Cost Center selection is minimized in 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/cash-bank-voucher-configuration/other-options-2/auto-pick-if-single-cost-center.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.
