# History

Here you are able to view when trucks entered the yard and were ticketed out.

<figure><img src="/files/Ibpy3WA4gCnpNQJoHWzK" alt=""><figcaption><p>History table in Load-Out module</p></figcaption></figure>

<table><thead><tr><th width="165">Field</th><th>Description</th></tr></thead><tbody><tr><td><strong>Truck ID</strong></td><td>The short hand identification for the truck</td></tr><tr><td><strong>Hauler</strong></td><td> The hauler the truck is associated with</td></tr><tr><td><strong>Beacon ID</strong></td><td> Beacon identification number associated with Beacon Hardware <strong>in/on truck</strong></td></tr><tr><td><strong>Entered</strong> </td><td>Date and time the truck entered the yard</td></tr><tr><td><strong>Loaded</strong></td><td> Date and time the truck was loaded by loader</td></tr><tr><td><strong>Loaded Min</strong></td><td>How many minutes the truck was loaded while still in yard</td></tr><tr><td><strong>Ticketed</strong></td><td>Date and time the truck received a material ticket</td></tr><tr><td><strong>Ticket Min</strong></td><td>The amount of time between when a truck was loaded and when it received a material ticket</td></tr><tr><td><strong>Ticket #</strong></td><td>The ticket number associated with the material ticket the truck received</td></tr><tr><td><strong>Order #</strong></td><td>The order number associated with the material ticket the truck received</td></tr><tr><td><strong>Order Description</strong> </td><td>The order description associated with the material ticket the truck received</td></tr><tr><td><strong>Customer</strong></td><td>The customer associated with the material ticket the truck received</td></tr><tr><td><strong>Product</strong></td><td>The product associated with the material ticket the truck received</td></tr><tr><td><strong>Loader ID</strong> </td><td> The identification for the loader that loaded the truck</td></tr></tbody></table>

You can query by Region, Location, Date, Truck ID, and Beacon ID. You may also use the filter funnels in the table headers to make your search more specific.

<figure><img src="/files/eklKv8JuyjOuiy2QSili" alt=""><figcaption><p>Enter, Loaded, Load Min, and Ticket on History table</p></figcaption></figure>

Above is an example that shows when the trucks were marked in yard, when they were loaded, the minimum amount of loads, and when the trucks were ticketed out.&#x20;

<figure><img src="/files/maYyirjtSVn7i3byRuI4" alt=""><figcaption><p>Ticket # and order details in History table</p></figcaption></figure>

You are also able to see the Ticket # and Order details associated with the tickets the trucks were ticketed out on.

If you are using the Loader app you will also be able to see the Loader ID of who loaded which truck.

Finally, you are also able to export to Excel by clicking the <img src="/files/QibF46p4alVyv0yYlGjL" alt="" data-size="line"> button at the top of the table.


---

# 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://help.tacinsight.com/fast-weigh-knowledge-base/references/web-portal/in-yard/history.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.
