> For the complete documentation index, see [llms.txt](https://help.tacinsight.com/fast-weigh-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tacinsight.com/fast-weigh-knowledge-base/references/web-portal/hauler-pay/statements.md).

# Statements

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

### Creating Hauler Statements <a href="#creating_hauler_statements" id="creating_hauler_statements"></a>

![](https://s3.amazonaws.com/helpscout.net/docs/assets/5dadcbbb04286364bc90ab50/images/5ddbe3e22c7d3a7e9ae4600a/file-p5QhqtxPHm.png)

Under the **New Payment** tab , you can query tickets by a number of different search parameters and produce filtered groups of tickets to assign to a custom batch.&#x20;

Typically, this would be done on a daily or weekly basis to correspond with your organization’s customer billing cycle.

Navigate to **Statements > New Payment**.

<figure><img src="/files/aM8oHZUddCxfpzeGxl6Y" alt=""><figcaption><p>Click the image to expand.</p></figcaption></figure>

### Query Tickets for New Payment

* Set the parameters at the top to view the orders and tickets you want grouped into a Batch to be added to a new Hauler Pay Statement
* For each Order, you can click on the arrow on the left of the table to drill into specific Trucks  and view individual Tickets and Adjustments .
  * You should verify the data  and make any changes as needed. The  Edit  button at the right of the table allows you to edit Tickets directly from the New Payment screen.
  * Be advised that any changes made to Haul Rates here will also be updated on the corresponding Order.

### Batching Tickets

<figure><img src="/files/2hkvRH4b6DJzJaLPSd0i" alt=""><figcaption></figcaption></figure>

* Once the Tickets in the New Payment query have been verified, assign them a Batch Number  via the field at the top right of the table.
  * Generally, this Batch Number will be in a date or Region + date format. This field is limited to 10 characters.
  * *For example* : A batch created for a region named “West” on 10/15/2016 could be batched as W-101516.&#x20;
* Set the Invoice and GL (General Ledge) Date (if needed) for the Batch
  * The GL Date is only needed if your accounting system supports secondary Invoicing dates.
* Statement Numbers are assigned automatically and sequentially  to each Hauler within the Batch
* Click Assign to create the  Invoice Batch.

### Payment History <a href="#payment_history" id="payment_history"></a>

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

Once a Batch has been created, the tickets will be removed from the New Payment tab and placed inside a Batch in the  Payment History  section.

On the Payment History screen, use the parameters on the top to view individual Batches or look at everything from a specific date range to Export them or send them directly to the Hauler.

* *Export*:  This method allows you to export a .CSV file of statements that can be customized and imported directly to your accounting system
* *Clear*:  Use this if you need to clear the batch so you can make changes and re-batch under the  New Payment  tab.
* *Print*:  Allows you to print a PDF copy of a selected Batch.
* *Email*:  You can email statements directly to Haulers.

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

{% hint style="info" %}
Before using this feature, you will need to go to Trucks > Haulers and [edit the Hauler](/fast-weigh-knowledge-base/how-to-guides/how-to-create-new-records/creating-a-new-hauler.md) to add their Contact Email to their Hauler profile.
{% endhint %}

You may also  clear, print, or email individual statements  within a batch by clicking the small arrow to the left of the batch row.


---

# 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://help.tacinsight.com/fast-weigh-knowledge-base/references/web-portal/hauler-pay/statements.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.
