> For the complete documentation index, see [llms.txt](https://kb.bevica.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.bevica.com/documentation/guides/warehousing-and-logistics/transfer_order_comments_and_notes.md).

# Working with Transfer Orders

Create, ship, and receive transfer orders between locations.

Use Bevica **Transfer Orders** to move stock between locations. This article goes through the process of creating and completing a basic transfer order.

### Before you start

* Working knowledge of Items and Locations

### Training outcomes

Validate your learning using:

* [Return Orders and Transfer Orders Training Outcomes](/bevica-select/bevica-select-outcomes/bevica_select_training_outcomes_-_return_orders_and_transfer_orders.md)

### Create a transfer order

Transfer Orders are created from the Transfer Order List. Populate the following fields:

| Field Name                  | Note                                                                                                                                                                                                                                                                                                                 |
| --------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Transfer-from Code`        | The location code the stock will be transferred from.                                                                                                                                                                                                                                                                |
| `Transfer-to Code`          | The location code the stock will be transferred to.                                                                                                                                                                                                                                                                  |
| `In-transit Code`           | The in-transit location.                                                                                                                                                                                                                                                                                             |
| `Posting Date`              | The posting date used on the posted entries.                                                                                                                                                                                                                                                                         |
| `Duty Status (transfer-to)` | The duty status the stock will be transferred into. You cannot create a transfer order to move stock from duty paid to duty free, you can only move it from duty free to duty paid. If you need to move stock from duty paid to duty free you can do this using a reclassification journal. See Adjusting Inventory. |

### Add transfer order lines

You can populate the transfer order lines in a number of ways:

* Populate the item number on the lines manually
* Select Prepare, Get Receipt Lines
* Select Manage, Select Items in the Lines section

Once the lines have been created, enter the quantity to transfer and the relevant unit of measure.

### Reservations on transfer orders

You are able to manually reserve stock if you would like to transfer a particular item entry, otherwise the stock will be taken on a FIFO basis. For further information on how to do this, see the 'Bevica reservations - manual entry' section of [Bevica Reservations](/documentation/guides/sales/bevica_reservations.md).

{% hint style="info" %}
If you used **Get Receipt Lines**, the line/s will be reserved against the receipt line/s you selected when the transfer order is released. Do not manually reserve these lines.
{% endhint %}

### Additional charges on transfer orders

You are able to add Additional Charges to a transfer order prior to shipping and receiving it. These can be added manually by selecting **Additional Charges** in the ribbon of the Transfer Orders page. See [Document Additional Charges](/documentation/guides/distribution_costs_management/document_additional_charges.md).

### Release the transfer order

When you have finished entering the transfer order you release the order by selecting the **Release** option on the order ribbon. Many fields on the transfer order cannot be amended whilst the order is at **Released** status.

{% hint style="info" %}
As part of releasing the transfer order, Bevica will check for **decimal quantities** on item lines. An error will be displayed if a decimal quantity has been used on an item line for a unit of measure which is not ticked as Disable Item Qty. Decimal Check.
{% endhint %}

### Reopen and amend a released transfer order

Any transfer order can be amended multiple times prior to shipping and receiving its lines. To amend a **Released** transfer order you open the order by selecting **Reopen** on the ribbon in the **Release** section. This sets the **Status** field to Open.

### Ship a transfer order

Transfer orders can be Shipped to move stock from the Transfer-from location to the In-transit location. You are able to change the Qty to Ship on the lines if you would like to partially ship the transfer order.

### Receive a transfer order

Transfer orders can be Received to move stock from the In-transit location to the Transfer-to location. You are able to change the Qty to Receive on the lines if you would like to partially receive the transfer order. Once a transfer has been fully shipped and received the transfer order document will be deleted.

### Posted transfer shipments and transfer receipts

When a transfer order is shipped it creates a **Posted Transfer Shipment**. When a transfer order is received it creates a **Posted Transfer Receipt**. From both of these document pages, select **Find Entries** on the ribbon to see what other records Bevica has created. Most commonly: **Item Ledger Entries**' and **G/L Entries**.


---

# 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://kb.bevica.com/documentation/guides/warehousing-and-logistics/transfer_order_comments_and_notes.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.
