> 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/billing/packing-slip/packing-slip-configuration/default-doc-prefix.md).

# Default Doc Prefix

**YouTube:** [How to Configure the Default Document Prefix in Packing Slip–Delivery Orders?](https://youtu.be/97rxjes4EXU)

## How to Configure the Default Document Prefix in Packing Slip–Delivery Orders?

In this tutorial, we will learn how to define a **Default Document Prefix** for Packing Slip entries in Logic ERP. This feature allows users to configure multiple document prefixes and select the required prefix while creating a Packing Slip.

***

### Objective of This Feature

* Define a default document prefix
* Configure multiple document prefixes
* Select the required prefix during Packing Slip entry
* Maintain organized document numbering
* Simplify document identification and tracking

***

### Observe the Default Behavior

By default, the system automatically displays the **DO** document prefix in the Packing Slip Number field.

* Default Document Prefix: **PS**
* The system automatically uses this prefix while generating a new Packing Slip.

<figure><img src="https://4031188996-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXMVkjt8zqHBQX1c9QvFS%2Fuploads%2FtUIqIBboxdnvtTGuDKzq%2FDefault.png?alt=media&amp;token=61a05e8b-df2d-4031-9115-0fd61c9363a9" alt=""><figcaption></figcaption></figure>

***

### Configure the Document Prefix

* Open the **Configuration Window**.
* Navigate to the **Other Options 1** section.
* Locate the option labeled as:

> **"Default Doc Prefix"**

<figure><img src="https://4031188996-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXMVkjt8zqHBQX1c9QvFS%2Fuploads%2F0Eri6W3DOrvZpehfjYGn%2FCNF.png?alt=media&amp;token=4406ff73-440c-47ae-8b02-63f23b1c771b" alt=""><figcaption></figcaption></figure>

* Enter the required document prefix.
* To define multiple prefixes, enter them **separated by commas**.

**Example**

* You can define multiple prefixes such as:
  * **PS, DO & PSD**
* Save the configuration changes.

***

### Create a New Packing Slip

* Initiate a **New Packing Slip Entry**.
* Check the **Document Prefix** field.

<figure><img src="https://4031188996-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXMVkjt8zqHBQX1c9QvFS%2Fuploads%2F8getZ30mBBexsLsw2mR4%2FPrefix.png?alt=media&amp;token=5d1a481f-5dc4-490c-bc6e-9dfaa61cca75" alt=""><figcaption></figcaption></figure>

**Result**

* The **Document Prefix** field now displays a **dropdown list** containing the configured prefixes.
* You can select the required prefix while creating the Packing Slip.

***

### Key Benefits

* **Flexible Numbering:** Define multiple document prefixes as required.
* **Easy Selection:** Select the appropriate prefix directly during entry.
* **Better Organization:** Helps categorize and identify Packing Slips.
* **Reduced Manual Effort:** Configured prefixes are readily available.
* **Improved Document Tracking:** Makes document numbering more structured.

***

### Final Outcome

After configuring the **Default Document Prefix**, Logic ERP provides a dropdown list of the defined prefixes during Packing Slip entry, allowing users to select the appropriate prefix and maintain organized document numbering.


---

# 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/billing/packing-slip/packing-slip-configuration/default-doc-prefix.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.
