> For the complete documentation index, see [llms.txt](https://helpcenter.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.verifone.com/t650-how-tos/how-to-print-view-end-of-day-reports.md).

# How To Print/View End Of Day Reports

{% tabs %}
{% tab title="Accessing EOD Reports" %}

1. From the **main screen**, tap the **three horizontal lines** to open the **Connect Express administration menu**.
2. Select **Reports**.
3. The Reports menu includes:
   * **Sales Overview**
   * **Current Totals**
   * **Reset Totals**

Each section provides different summaries of your terminal transactions.
{% endtab %}

{% tab title="Sales Overview" %}

1. **Sales Overview** shows:
   * Number of orders
   * Total amounts for purchases, refunds, tax, tips, and cash outs
   * Net purchase amount summarizing all orders
2. You can filter by: **Today, Yesterday, Last 7 Days, or Last 30 Days**.

To see details:

* Tap **Details** to view all orders for the selected period in the **Search Orders** menu.
* Tap **Print** to get a small totals report with the same information.
  {% endtab %}

{% tab title="Current Totals" %}

1. **Current Totals** display:
   * All transaction types with totals grouped by card scheme
   * Combined totals since the last reset
2. This report is also called the **X Report** or **End of Shift Report**.
3. To print, tap the **Print** button at the bottom.
   {% endtab %}

{% tab title="Reset Totals" %}

1. Selecting **Reset Totals** acts as your **End of Day (EOD)**:
   1. You’ll be asked to confirm if you want to reset totals. Tap **OK** to continue.
   2. This clears transactions from the Current Totals report.
2. The **Reset Totals report** shows:
   * All transaction types with totals grouped by card scheme
   * Combined totals for the period
3. To print, tap the **Print** button at the bottom.
   {% endtab %}
   {% endtabs %}

#### [<mark style="color:$success;">Back to T650P - How To Guides</mark>](/t650-how-tos/t650p-how-to-guides.md)


---

# 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://helpcenter.verifone.com/t650-how-tos/how-to-print-view-end-of-day-reports.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.
