> 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/transfer-funds/creating-a-transfer-fund.md).

# Creating a Transfer fund

Creating a transfer fund involves specifying the date, account details, and amount you want to transfer. By doing so, you can effectively record the movement of money from one bank account to another.

To create a transfer fund, you'll begin by entering the posting date of the transaction, the transfer accounts, the transfer currency, and the amount to transfer.

{% hint style="info" %}
To transfer the funds, go to **Menu > Accounting > Transfer Funds**
{% endhint %}

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

#### Funds Transfer Fields

<table><thead><tr><th width="212">Field</th><th>Description</th></tr></thead><tbody><tr><td>Date</td><td>This field allows you to specify the date of the transfer.</td></tr><tr><td>Transfer From</td><td>This field allows you to select the bank from which you want to transfer the money.</td></tr><tr><td>Account Balance</td><td>This field shows the account balance of the selected account from which you intend to transfer funds.</td></tr><tr><td>Transfer To</td><td>This field allows you to select the bank to which you want to transfer the money.</td></tr><tr><td>Account Balance</td><td>This field shows the account balance of the selected recipient account to which you intend to transfer funds.</td></tr><tr><td>Transfer Currency</td><td>This field allows you to select a currency to transfer the funds in. At least one of the transfer accounts should be of this currency.</td></tr><tr><td>Exchange Rate</td><td>If the amount is being transferred to an account with a currency different from the home currency, you can enter the exchange rate in this field.</td></tr><tr><td>Auto calculate final amount using exchange rate?</td><td>If this option is enabled, the "Final Transfer Amount" field becomes read-only, and the system automatically calculates the amount based on the exchange rate. However, if this option is disabled, the "Final Transfer Amount" field becomes editable, allowing users to manually input or update the amount. </td></tr><tr><td>Memo</td><td>This field allows you to select any notes or additional information related to the transfer.</td></tr><tr><td>Transfer Amount</td><td>This field allows you to enter the amount to transfer.</td></tr><tr><td>Final Transfer Amount</td><td>If the transfer currencies are different, this field displays the final amount converted into the selected transfer currency.</td></tr></tbody></table>

After you've filled in all the necessary details, click "Save" to initiate the fund transfer and to generate a Funds Transfer record.

The system will automatically assign a unique number to the funds transfer in the format of FT000001, where "FT" denotes the funds transfer record and 1 denotes a sequential series. This number will be displayed on the top left corner of the page. Once this number is generated, it becomes a permanent identifier and cannot be altered.

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

The details of the Funds Transfer will be recorded in the **Fund Transfer Centre**.

<figure><img src="/files/nFzpmVp3YDbrQk35mwEY" 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/accounting/transfer-funds/creating-a-transfer-fund.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.
