> 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/b2b/customer-portal/customer-portal-credits.md).

# Customer Portal - Credits

The Credits module in the customer portal provides customers with a clear and organized overview of all credit memos associated with their accounts. This module allows users to efficiently monitor their available credits, track the status of credit transactions, and utilize these credits to offset payments on outstanding invoices. With its user-friendly interface, the Credits Module ensures that customers have full visibility and control over their credit balances, supporting effective financial management.

### Credits Fields

<table><thead><tr><th width="125">Field </th><th>Description</th></tr></thead><tbody><tr><td>Ref#</td><td>The field displays the unique identifier number assigned to the credit memo.</td></tr><tr><td>Date</td><td>This field shows the date when the invoice was generated.</td></tr><tr><td>Status</td><td>This field indicates the current state of the invoice.</td></tr><tr><td>Total</td><td>This field displays the total amount of the credit issued to the customer. This represents the full value of the credit memo.</td></tr><tr><td>Unused</td><td>This field displays the remaining amount of the credit that has not yet been applied to any invoices. This field shows the portion of the total credit that is still available for future use.</td></tr></tbody></table>

### Credits Module Filters

The Credits module in the customer portal includes a range of filters that allow users to refine and tailor the display of credit data according to specific criteria.&#x20;

To access the filters, click on the "Grid" icon located at the top-left corner of the module.&#x20;

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

Once the filters panel is open, you can use the following option:

* **Date Filter**: Use this filter to search for credits issued within a particular time frame. Users can set a start and end date to view credits issued within that period, making it easy to track financial activity over specific intervals.

After setting the desired filter criteria, click on the "Appl&#x79;**"** button to apply the filters and refresh the credit data accordingly.

Additionally, you can also filter the deposits by status. Select the status of the credits from the "Status" dropdown and hit the "Refresh" icon to filter the results.

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

### Credits Module Options

* **Print:** This option allows you to print and download the selected credit memos.

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

### Header Level Icons

* **Refresh:** This functionality empowers users to refresh search results based on selected criteria, ensuring that the displayed information is always up-to-date.
* **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.
* **Columns:** All the columns available for the module are listed under this icon. You can use this option to hide or add the columns and tailor the module view as per your requirements.&#x20;
* **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.

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


---

# 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/b2b/customer-portal/customer-portal-credits.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.
