> For the complete documentation index, see [llms.txt](https://docs.payrexx.com/merchant/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payrexx.com/merchant/english/pos/tutorials-newland-terminals/managing-transactions.md).

# Managing Transactions

## Contents

1. [Viewing payment reports](#viewing-payment-reports)
2. [Last receipt copy](#last-receipt-copy)

### Viewing payment reports

The transaction history of your POS terminal provides an overview of all processed payments. To access this overview, proceed as follows:

* Click the icon in the top right corner of the screen to open the main menu, and then select **Reports**.

#### TWINT payment report

Click the TWINT icon and configure the following settings in the next window:

<div align="left"><figure><img src="/files/KatDPu1RIeBgC34Uwl3w" alt="" width="360"><figcaption><p>Generating a payment report</p></figcaption></figure></div>

1. **Date range:** Define the date range for the payments you want to display in the report.
2. **Time:** Define the time of day for the payments you want to display in the report.
3. **Type:** Choose whether you want to display a summary or a detailed report.
4. **Filter:** Click on "Filter" to generate the report:

<div align="left"><figure><img src="/files/ktEhTZHzWzJ8QwfqMxdb" alt="" width="360"><figcaption><p>Summary report of TWINT payments on the screen</p></figcaption></figure></div>

{% hint style="info" %}
The report can either be viewed on the screen or printed.
{% endhint %}

#### Card payment report

* Click the Card icon.
* Choose whether you want to view a summary or a detailed report.
* Click on "Filter" to narrow down the payments displayed in the report by:
  * Date, Time
  * Debit/Credit card
  * Transaction amount

### Last receipt copy

Click the icon in the top right corner of the screen to open the main menu, and then select **Print receipt copy**.

1. Choose whether you want to generate a customer receipt or a merchant receipt.
2. The receipt will be displayed directly on the screen.
3. You can either print or send the receipt:
   1. Select the printer icon to print the receipt directly.
   2. Select the share icon, enter the desired email address, and click "Send" to email the receipt.


---

# 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://docs.payrexx.com/merchant/english/pos/tutorials-newland-terminals/managing-transactions.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.
