> 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/accounting/bank-deposit/bank-deposit-options.md).

# Bank Deposit Options

Managing bank deposits effectively is crucial for maintaining the accuracy of financial records and enhancing operational efficiency.  The Bank Deposit module offers a few options to streamline the process of handling bank deposits. From viewing transaction details and audit trails to adding payments and printing deposit information, this module offers a comprehensive range of options to streamline your bank deposit workflows.

#### Bank Deposit Options Menu

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

* **Show Transactions:** Allows users to view a detailed summary of transactions included in the bank deposit.
* **Show Audit Trail:** Shows the audit trail associated with the bank deposit. The audit trail typically includes a chronological record of actions taken on the deposit, such as creation and modification, along with timestamps and user identifiers. It helps in tracking changes and maintaining accountability within the deposit workflow.
* **Void:** Deletes the bank deposit permanently from the system.

#### Bank Deposit  Header Level Options

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

* **Add Payments:** Opens the "Undeposited Funds" screen to allow you to add the payments to the bank deposit.
* **Print:** Allows you to print the bank deposit details.


---

# 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/accounting/bank-deposit/bank-deposit-options.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.
