> 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/pick-cost-center-from-employee-master-if-exists.md).

# Pick Cost Center from Employee Master, if exists

**YouTube:** [How to Auto-Pick Cost Center from Employee Master in Journal Vouchers?](https://youtu.be/p3w1O2ikqe8)

## How to Auto -Pick Cost Center from Employee Master in Journal Vouchers?

In this tutorial, we will learn how to automatically pick the Cost Center from the Employee Master while creating Journal Voucher entries in Logic ERP. This feature helps ensure accurate cost allocation by automatically assigning the Cost Center linked to the selected employee.

***

### Objective of This Feature

* Automatically fetch the Cost Center from the Employee Master.
* Eliminate manual Cost Center selection.
* Improve accounting accuracy.
* Ensure consistent Cost Center allocation.
* Reduce data entry time and errors.

***

### Access to Journal Voucher Configuration

* Go to the **Menu Bar**
* Open **Journal Voucher Configuration** from the **Configuration Menu**
* Select the required Journal Voucher Configuration.
* Navigate to the **Other Options** section.
* Locate and enable the option labeled as:

> **"Pick Cost Center from Employee Master, if Exists"**

<figure><img src="/files/0eO0ObglrFDUeMpOvuwT" alt=""><figcaption></figcaption></figure>

* Save the configuration.

***

### Enable Required Columns

* Open the **Journal Voucher Entry** window.
* Create a **New Journal Voucher**.
* Click on **Set Column Attributes**.
  * Employee Name
  * Cost Center

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

* Save the column settings.
* The selected columns will now be visible in the Journal Voucher entry grid.

***

### Create a Journal Voucher Entry

* Start entering the Journal Voucher details.
* Select the required Employee Name in the voucher entry row.

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

**Result**

As soon as the Employee is selected:

* The system automatically fetches the Cost Center linked to that Employee.
* The Cost Center field is populated automatically.

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

* No manual Cost Center selection is required.

***

### Define a Cost Center in Employee Master

To assign or update a Cost Center for an Employee:

* Open the **Employee Setup** window.
* Select the required Employee.
* Navigate to the **Other Information** section.

**Action**

* Locate the **Cost Center** field.
* Select the appropriate Cost Center.

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

* Save the Employee Master.

**Result**

Whenever that Employee is selected in a Journal Voucher entry:

* The assigned Cost Center is automatically picked by the system.

***

### Key Benefits

* Reduces manual data entry.
* Improves Cost Center accuracy.
* Ensures proper cost allocation.
* Minimizes user errors.
* Speeds up Journal Voucher creation.

***

### Best Practice Tips

* Ensure every employee is linked to the correct Cost Center in the Employee Master.
* Enable the Employee Name and Cost Center columns for easier verification during entry.
* Periodically review Employee Master records to maintain accurate Cost Center assignments.
* Use this feature in organizations where expenses are tracked employee-wise or department-wise.

***

### Final Outcome

After enabling **"Pick Cost Center from Employee Master, if Exists"**, Logic ERP automatically fetches and assigns the Cost Center linked to the selected Employee during Journal Voucher entry. This improves accounting accuracy, reduces manual effort, and ensures consistent Cost Center allocation across financial transactions.


---

# 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:

```
GET https://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/accounts/configuration/journal-voucher-configuration/pick-cost-center-from-employee-master-if-exists.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
