> 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/sales/credit-and-deposit/customer-credit-centre/customer-credit-centre-fields.md).

# Customer Credit Centre Fields

The Customer Credit Centre furnishes users with a diverse array of valuable options and search fields, meticulously designed to enhance usability and optimize functionality.

### Header Options

The Customer Credit Centre provides options in its header to show transactions, unapply credits and batch delete customer.

<figure><img src="https://3188343778-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fkf8DNCjEfcSm64PCPcmf%2Fuploads%2F2MJc4sAjkuBS2NfLiGlo%2Fimage.png?alt=media&amp;token=0b01ea4a-ea7a-4d49-b593-a319b4819c84" alt=""><figcaption></figcaption></figure>

**Show Transactions:** Shows the Journal Transactional View of the Customer Credit Memos.

<figure><img src="https://3188343778-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fkf8DNCjEfcSm64PCPcmf%2Fuploads%2Fojh8NZmLKiaRexhfsonk%2Fimage.png?alt=media&amp;token=b0ed620d-ed2a-4a22-b296-89e8951a57dc" alt=""><figcaption></figcaption></figure>

&#x20;**UnApply** **Credits**: This allows to unapply credits from all the selected records.

**Batch Delete:** This option allows you to delete multiple customer credits of type Transfer at once.

{% hint style="danger" %}
**Please Note: The system will not allow deletion of applied credits. Before deleting any customer credit (single or batch), it is mandatory to un-apply the credit from any transaction it is currently linked to.**
{% endhint %}

### Header Level Search Fields

In the Customer Credit Centre, you can utilize the following options to search for Customer Credit Memos:

1. Customer Credit: This option enables you to refine your search results based on the Customer Credit criteria.
2. Credit Invoice Map: Utilize this option to narrow down search results according to the Credit Invoice Map.
3. Status: With this option, you can filter search results and locate credit memos based on their status.

### Header Level Icons

* **Download:**
  * This versatile feature allows users to export and download data in various file formats, providing a summarized 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.
* &#x20;**Columns:**
  * Columns represent the customizable criteria available to users, enabling them to further refine their searches.
* **Advanced Search:**
  * The Advanced Search option elevates customer information retrieval to a sophisticated level. Users can delve into a nuanced search by specifying criteria such as Column Name, Operator, and Value, facilitating precise and tailored searches.
* **Save:**

  * Save feature enables users to preserve any updated user interface (UI) settings, ensuring a personalized and consistent experience during future interactions with the module.

### Right Click Options

You can perform specific actions directly from the Customer Credit Centre by right-clicking on the selected record's row, such as refunding balances and applying credit to invoices.

<figure><img src="https://3188343778-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fkf8DNCjEfcSm64PCPcmf%2Fuploads%2FqLR9Ybbh3vIfC0Xqoed6%2Fimage.png?alt=media&amp;token=d5f704b3-34b4-481d-85b6-ca307cdf1812" alt=""><figcaption></figcaption></figure>

**Open:** This enables you to access the selected credit memo or transaction. In the popup window that appears, you can review the credit memo's details, including any associated custom fields. Additionally, you have the option to edit the credit memo in a separate window. You can also Print the transaction or Add it to the Email Queue from the popup window.

**Refund Balance:** This feature enables you to initiate a refund to the designated customer. Within the popup window, you can input the necessary details, including the refund amount, to initiate the refund process.

**Apply On Invoice:** This feature enables you to apply the credit to the customer's associated invoice. Selecting this option will open the [Apply Credits And Deposits ](/xoroerp-1/sales/credit-and-deposit/applying-customer-deposit.md)module, where you can search for the invoice and apply the credit accordingly. Additionally, you can review any previously applied credits and deposits within this module.

**Show Applied On Invoice(s):** This allows you to view the amount applied from the credit on the invoice.

**Show Refund(s) from Credit:** This feature allows you to view the amount that has been refunded from the credit.

**Show Transactions:** This allows you to access the Journal Transaction View of the selected Credit Memo.

**UnApply Credits:** This feature enables you to reverse the application of credits from invoices.

**Delete:** This option allows you to delete individual customer credits of type Transfer directly from the Credit Centre.


---

# 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/sales/credit-and-deposit/customer-credit-centre/customer-credit-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.
