> For the complete documentation index, see [llms.txt](https://docs.xorosoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xorosoft.com/xoroerp-1/purchase/vendor-section/vendor-centre/vendor-centre-fields.md).

# Vendor Centre Fields

## Header Level Fields

Vendor Centre furnishes users with header-level options to streamline various processes.

**Batch Delete** - This allows you to Batch delete the selected vendors from the Vendor Centre.&#x20;

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

**Merge** - This option allows us to merge the selected vendors from the Vendor Centre.

**How It Works:**

**Step 1:** Select two vendors from the Vendor Centre and click the **Merge** option from the Options dropdown menu.

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

**Step 2:** The system validates the following before allowing the merge:

* Both vendors use the same currency.
* Both vendors are in Active status.

<figure><img src="/files/9kNpGgtMbONcTMKJLohO" alt=""><figcaption></figcaption></figure>

* No pricing rule exists for either vendor.

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

**Step 3:** A popup window appears prompting you to select the Primary Vendor. Choose the vendor to retain and confirm the merge.

<figure><img src="/files/9EC5hTUPNEqZsS0WXu1w" alt=""><figcaption></figcaption></figure>

After the merge is completed, all applicable records are updated to reflect the selected primary vendor. Transactions and references that were previously linked to the secondary vendor—such as Item Centre default vendor settings, Purchase Orders, Item Receipts, and Item–Vendor Mapping—will now be associated with the primary vendor instead.

### Search

You can use these search options for precision and flexibility when managing vendor information.

**Vendor Name -** This allows you to search for the specific vendor as per their name.&#x20;

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

### Header Level Important Icons

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

**Refresh:** Empowering users to rejuvenate search results based on selected criteria, ensuring that the displayed information remains consistently up-to-date.

**Save:** The Save feature allows users to safeguard any updated user interface (UI) settings, ensuring a personalised and consistent experience in future interactions with the module.

**Advanced Search:** The Advanced Search option allows users to refine the search results with precision. Users can engage in a nuanced search by specifying criteria such as Column Name, Operator, and Value, facilitating precise and tailored searches.

**Columns:** Columns represent the customizable criteria available to users, enabling them to tailor and refine their searches according to specific needs. The Vendor Centre grid displays the following columns that provide key details about each vendor record.&#x20;

| Field                       | Description                                                                         |
| --------------------------- | ----------------------------------------------------------------------------------- |
| Vendor Id                   | Unique system-generated identifier assigned to each vendor.                         |
| Vendor Name                 | Name of the vendor registered in the system.                                        |
| Type                        | Indicates the type of vendor (e.g., Suppliers, Tax Agency).                         |
| Company Name                | The company name associated with the vendor record.                                 |
| Currency                    | Currency used for transactions with the vendor.                                     |
| Is 1099 Vendor?             | Indicates whether the vendor is marked as a 1099 vendor for tax reporting purposes. |
| Account Number              | Vendor account number used for identification or reference.                         |
| Payment Term                | Payment terms agreed upon with the vendor.(e.g., 10%, 2% 10 Net 30)                 |
| Lead Time (Days)            | Number of days typically required by the vendor to deliver goods or services.       |
| Average Lead Time (Days)    | Average delivery time calculated based on historical transactions.                  |
| Default Payment Method      | Default payment method used when making payments to the vendor.                     |
| Is Active?                  | Indicates whether the vendor record is active in the system.                        |
| Last Activity Datetime      | Displays the date and time of the last recorded activity for the vendor.            |
| Default AP Suspense Account | Default Accounts Payable suspense account associated with the vendor.               |

**Versatile Data Export:** This feature's versatility allows users to export and download data in various file formats, providing a summarised overview for quick reference. Options include CSV, TXT, MS-Word, MS-Excel, PDF, and MS-Excel(.xlsx), catering to diverse user preferences and use cases.


---

# 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://docs.xorosoft.com/xoroerp-1/purchase/vendor-section/vendor-centre/vendor-centre-fields.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.
