> For the complete documentation index, see [llms.txt](https://docs.bossithq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bossithq.com/analytics/order-transfers-report.md).

# Order Transfers Report

The Audit Trail Report provides a comprehensive log of all orders that have been transferred to and from the venue.

It displays information such as:

* **Order #** — The order number associated with the transferred order.
* **Transferred By** — The user who transferred the order.
* **Transferred At (UTC) —** The date and time the order was transferred, displayed in UTC.
* **From Venue** — The venue that the order was transferred from.
* **To Venue** — The venue that the order was transferred to.
* **Reason** — The stated reason for the transfer (if provided).
* **Order VAT Amount** — The VAT value applied to the order.
* **Order Total Amount** — The total value of the order.
* **Start Preparing At (UTC)** — The time the order preparation should begin.
* **Prepare For (UTC)** — The target time for the order to be prepared.
* **ETA (UTC)**  — The estimated time of arrival.

<figure><img src="/files/iQNSROzutwDIDUC2kCZt" 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:

```
GET https://docs.bossithq.com/analytics/order-transfers-report.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.
