# Transactions - Old

## Overview

The Transaction module contains all the functions that will help you manage the Transactions. In the main view with the list of Transactions, you will find all Transactions made by your Members. From this position, you will get all the needed information.

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

***

## Browsing Transactions list

### Transactions list overview

In the main-view table with all Transactions, you will find data that give you basic information about Transactions.

* **Document number** - number of the Transaction

{% hint style="info" %}
Please note the document number must be unique. Otherwise, the transaction will not be added to the system.
{% endhint %}

* **Document type** - type of Transaction
* **Document date** - date of purchase of the Transaction
* **Full name** - first and last name of the Member
* **Email** - Member e-mail to whom the Transaction is assigned
* **Phone number** - Member phone to whom the Transaction is assigned
* **Loyalty card number** - Member loyalty card number to whom the Transaction is assigned
* **Transaction value** - Transaction cost

To see a more detailed overview of all Transactions, you can use filters. They will help you find the Transaction which you are looking for.

#### Filters you can use:

* **Channel ID**
* **Custom attributes**
* **Document number**
* **Document type**
* **Email**
* **Full name**
* **Transaction value**
* **Loyalty card number**
* **Member ID**
* **Phone number**
* **Product brands**
* **Product categories**
* **Product SKUs**

You can use one filter, or create and use several filters at the same time.

The results are automatically filtered once you select the conditions:

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

#### Sorting the Transaction list

Sorting data is used when you (an Admin) would like to sort the Transactions by specific data.

* **Document number**
* **Document Type**
* **Document date**
* **Full name**
* **Email**
* **Phone number**
* **Loyalty card number**
* **Transaction value**
* **Managing Transactions from the Transactions view perspective**

#### As an Administrator, you can perform certain actions on the Transactions. They will be different depending on the match of the Transaction.

The actions which you can take:

* if the Transaction wasn’t matched:
  * Edit Transaction
  * Match with member
  * See details
* if the Transaction was matched:
  * See details

***

### Single transaction view

Besides the data in the Transaction list, you can see more details about the specific Transaction.&#x20;

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

There you will get information that isn't on the list like:

* Transaction details
  * Document number&#x20;
  * Document type
  * Document date
  * [Channel](https://help.openloyalty.io/settings#channels)
  * [Purchase place](#user-content-fn-1)[^1]
  * Transaction value
  * Status
  * Transaction system ID
  * Custom attributes
* Member details
  * Full name
  * Email address
  * Phone number
  * Loyalty card number
  * Street
  * Postal code
  * City
  * State&#x20;
  * Country
* Member matched with the transaction
  * Member name
  * Email address
  * Phone number
  * Loyalty card number
* Products in the Transaction
  * Product name
  * Product SKU
  * Category
  * Brand name
  * Product custom attributes
  * Quantity (allowed up to 3 decimals in the quantity field)
  * Transaction value

To see Single Transaction View simply click on the transaction.

***

## Learn more about

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Adding Transaction</strong></td><td><a href="/pages/KfUR0OJQUrRBbtfGAc8S">/pages/KfUR0OJQUrRBbtfGAc8S</a></td></tr><tr><td><strong>Managing Transactions</strong></td><td><a href="/pages/t9GVcnOzM2bKY9lB1FwH">/pages/t9GVcnOzM2bKY9lB1FwH</a></td></tr></tbody></table>

[^1]: *A purchase place refers to the specific physical or virtual location where a customer completes a transaction, indicating the precise place or address of the purchase.*


---

# 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.openloyalty.io/main-features/transactions-old.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.
