> For the complete documentation index, see [llms.txt](https://docs.pixeleyes.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pixeleyes.de/anleitungen-instructions/english/documentation-of-our-shopware-6-plugins/bonus-points-and-loyalty-program-for-shopware-6/backend/transactions.md).

# Transactions

The transaction list shows all point bookings of all customers.

## Opening

**Bonus Points & Loyalty Program → Transactions**

## Columns

| Column       | Description                                               |
| ------------ | --------------------------------------------------------- |
| Date         | Time of the booking                                       |
| Customer     | Name and email address                                    |
| Points       | Booking amount (positive = credited, negative = deducted) |
| Type         | Transaction type (see below)                              |
| Order number | Linked order (if available)                               |
| Comment      | Free text, e.g. from a flow action or manual intervention |

## Transaction types

| Type           | Trigger                                        |
| -------------- | ---------------------------------------------- |
| `order`        | Completed order                                |
| `review`       | Approved product review                        |
| `registration` | Welcome bonus on account creation              |
| `referral`     | Referral bonus (referrer or referred customer) |
| `flow`         | Manual or automated flow action                |
| `cancellation` | Credit-back on cancellation                    |
| `redemption`   | Points deduction on reward redemption          |

## Filtering

The list can be filtered by the following criteria:

* **Type** – single transaction type
* **Order number** – exact or partial match
* **Customer** – name or email
* **Period** – from date to date

Use **Reset filters** to remove all active filters at once.

## Sorting

By default sorted by date descending (newest first). All columns are clickable and sortable.

## Export

Currently no direct export button is available. Data can be exported via the Shopware database or your own flow/API integrations.
