> 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-deposits.md).

# Customer Portal - Deposits

The Deposits module helps users effectively manage and track deposit transactions. This module provides a centralized view of all deposits, enabling users to monitor financial activity with ease and precision. Whether you're tracking deposits by date or status, this module offers a range of tools and filters to ensure that you have full control over your financial records.

### Deposits Module Fields

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

### Deposits Module Filters

The Deposits module in the customer portal includes a range of filters that allow users to refine and tailor the display of deposit 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/JQJAhtjjGNxSzlR3cRHl" alt=""><figcaption></figcaption></figure>

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

* **Date Filter**: Use this filter to search for deposits recorded within a particular time frame. Users can set a start and end date to view deposits recorded 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 deposit data accordingly.

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

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

### Credits Module Options

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

<figure><img src="/files/pv8BMr0sCn3I7RG14idM" 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/wzpU56fBNb1vYxCklz7V" 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-deposits.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.
