> 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/production/production-vouchers/job-order/job-order-configuration/default-department.md).

# Default Department

**YouTube:** [How to Configure the Default Department in Job Orders?](https://youtu.be/ufUQ8GgDSgg)

## How to Configure the Default Department in Job Orders?

In this tutorial, we will learn how to specify a **Default Department** for Job Order entries in Logic ERP. This feature automatically populates the selected department during Job Order creation, reducing manual data entry.

***

### Objective of This Feature

* Automatically populate the Default Department
* Reduce repetitive data entry
* Speed up Job Order creation
* Maintain consistency across Job Orders
* Minimize manual selection errors

***

### Access to the Job Order Configuration

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

> **"Default Department"**

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

* Open the dropdown list.
* Select the required department from the available list.

The selected department will be automatically picked during new Job Order entries.

***

### Unlock the Department Field

* Navigate to the **Other Settings** section.
* Click on **Column Locks**.
* Unlock the **Department** field.

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

* Save the configuration changes.

***

### Create a New Job Order

* Initiate a **New Job Order** entry.
* Navigate to the relevant entry details.

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

**Result**

* The **Department** field is automatically populated with the department selected as the default in the configuration.
* This eliminates the need to manually select the department for every Job Order.

***

### Manage Departments

To create or manage departments:

* Go to the **Main Menu**.
* Navigate to **Payroll Setups**.
* Open **Setup Employee Departments**.

**Here, you can:**

* Create new departments
* Modify existing departments
* Manage all departments available in the software

<figure><img src="/files/4S3NiCsLn6ln9m0qu0kU" alt=""><figcaption></figcaption></figure>

***

### Key Benefits

* Faster Job Order entry
* Eliminates repetitive department selection
* Improves data entry efficiency
* Maintains consistency across transactions
* Reduces manual errors

***

### Best Practice Tips

* Select the department that is most commonly used for Job Order entries.
* Ensure the Department field is unlocked before creating entries.
* Keep department master data updated for accurate selection.

***

### Final Outcome

After configuring the **Default Department**, Logic ERP automatically populates the selected department in new Job Order entries. This simplifies the entry process, improves consistency, and reduces manual effort.


---

# 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/production/production-vouchers/job-order/job-order-configuration/default-department.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.
