> For the complete documentation index, see [llms.txt](https://appfront.gitbook.io/portal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://appfront.gitbook.io/portal/store-manager-view/activity-log.md).

# Activity Log

View all transaction history through the Activity Log

* Filter By - Select from filtering options at top of dashboard to access specific information
  * Date - Select from an array of time frames or a Custom date and Submit

![](https://lh3.googleusercontent.com/v-ERMH63npamyypzJ5sjV63evzC1sYnhMbmu0Rr2vC9vbVEjpcvV0GG3LLExX7GU5utRplwj_f5b2oyl3EciGikSM2XdBMYRa_5rYFBccz8fG6nl_MT_HjFzrsnEviuGdYksd2C4)

## Location

Select a specific branch or set of branches from a drop down menu

## Platforms

Select whether order was placed via Web, WebUser, App, or POS

## Status

* Refunded - shows all refunded orders
* Errored - shows all error orders. An errored order is either an order that had an issue with it, but did print in the store, or an order that failed completely an has been rejected by the POS.

Under the filters you can see a list that includes all the transactions that were made.

![](/files/-LOvz87gTR72oTVpFTf4)

The information that is presented in the following order:

* The transaction's amount
* The store that the order was made in
* The dining option&#x20;
* The customer's Name
* The Customer's phone number
* The date and time of that the order was made
* Refund

To fully refund the order you would need to click the "Refund" button on the right.

![](/files/-LOw-QkMBtOpWak28z70)

{% hint style="info" %}
Important Note: Only click the button once, if you click more then that the customer would be refunded for the amount of click you made (if you clicked twice he would be refunded two times)&#x20;
{% endhint %}

&#x20;After you click the button the following massage will appear :

![](/files/-LOw08XPxfiHMsdA0EWE)

After you click "OK" the payment will be refunded and the line will appear in grey:

![](/files/-LOw0ctwjEKmUqAMxprm)

### Error Messages

#### Star Printer

![No active Consumer was seen in the last 300 seconds!](/files/-LqFaSyd6grEJAUZRqYh)

The following error indicates a connection timeout. \
In this case, please ensure that your printer's power is on and that the internet service is connected.


---

# 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://appfront.gitbook.io/portal/store-manager-view/activity-log.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.
