# Upload Transfer Funds

The **Batch Uploads Funds Transfer** module streamlines the process of transferring funds between accounts by allowing users to easily upload transfer details using a standardized template.

You can upload the commission rule using the steps mentioned below:

* Upload the latest CSV template.
* Copy the transfer funds details into the template.
* Upload the template.

{% hint style="info" %}
To upload transfer funds, go to **Menu > Utilities > Data Import > Upload Transfer Funds**
{% endhint %}

### Uploading the template

* Go to the "**Batch Upload Transfer Funds**" module.
* Click on the "**Download Template**" option.

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

### Copying the information into the template

Once you’ve downloaded the template file, you can copy your data using any spreadsheet software. There are columns that you must complete and others that are optional. Mandatory fields are marked with a double asterisk (\*\*) prefix.

Below are some points to be noted when entering the data into the template.

* The file must be a CSV (Comma-separated values) file. The name of your file must end with .csv.
* Make sure you don’t change any column headings from row 1 in the template; these are needed for the file to import correctly.
* All date fields will accept the MM-DD-YYYY format.

<figure><img src="/files/1Ew2cUcsOaVQIkHOIDNK" alt=""><figcaption></figcaption></figure>

**Upload Transfer Funds Fields**

<table><thead><tr><th width="251">Field</th><th>Description</th></tr></thead><tbody><tr><td>**TxnDate</td><td>Enter the date of the transaction.</td></tr><tr><td>**TransferFromAccntName</td><td>Enter the name of the account from where funds are being transferred.</td></tr><tr><td>**TransferToAccntName</td><td>Enter the name of the account to which the funds are being transferred.</td></tr><tr><td>**TransferAmount</td><td>Enter the amount to be transferred.</td></tr><tr><td>ExchangeRate</td><td>Enter the exchange rate, if dealing with foreign currency. If currency of "transfer to" and "transfer from" is same as the home currency, system will consider the exchange rate as 1, regardless of any value provided in the CSV. If exchange rate is not provided in the CSV, it will be automatically fetched from the backend.</td></tr><tr><td>Memo</td><td>This field allows you enter any additional notes for the transaction.</td></tr><tr><td>ImportError</td><td>If there any errors from an upload, they will be listed in this column.</td></tr></tbody></table>

### Uploading the template

Once you have filled the CSV file with your data, you can follow the steps below to upload it into Xoro:

* Click Browse to select the saved CSV template file.

  <figure><img src="/files/OvmjuDqJi3KEwAawvgXg" alt=""><figcaption></figcaption></figure>
* After the file has been selected, click **Upload** to start importing.

  <figure><img src="/files/KWoRHZohRJQlpCZbzkp9" alt=""><figcaption></figcaption></figure>
* While the import is in progress, the summary of the progress will be displayed at the bottom of the screen with the progress bar. After the import has been completed, the result will be displayed with the message for success.
* Transfer funds will only get uploaded into the system if there are no errors in the file. If there are errors in the file, a pop-up will reflect the errors in the file. You can fix the errors in the **original file,** and upload it back into Xoro.

### Scheduling the Upload

XoroERP allows you to schedule the upload for the funds transfer. To schedule the upload, select the “Schedule Import” option from the “Upload” dropdown.

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

You will be taken to the “Job Scheduler” page. Enter all the details here and click on “Save”. You can see the job in the “Job Scheduler History” module and the funds will be transferred as scheduled.


---

# Agent Instructions: 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:

```
GET https://docs.xorosoft.com/xoroerp-1/utilities/data-imports/upload-transfer-funds.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
