> For the complete documentation index, see [llms.txt](https://bob-order.gitbook.io/bob-order-user-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bob-order.gitbook.io/bob-order-user-manual/payment-history.md).

# Payment History

### To check payment history, follow these steps:

1. Access Menu Management by navigating to the three bars located top corner **> Counter Dashboard**<br>
2. Click on **the Paper Button** located in **the top right** of the screen.<br>

   <figure><img src="/files/TpbjvE8JE88UZSqnVb02" alt=""><figcaption></figcaption></figure>
3. You can review the payment history using the D, D-1, D-2, Pick buttons, Table Number
   1. D : Today payment History
   2. D-1 : Yesterday payment History
   3. D-2 : Yesterday before payment History
   4. Pick : You can payment history of the specific date
   5. Tabel Number : You can view the payment history for a specific table.
4. Information
   1. Date : Order Date and Time
   2. CHECKOUT TYPE: \
      none : If payment is made at the counter...\
      stripe : If the customer uses mobile payment directly...
   3. STATUS:\
      cancel : Cancelled orders\
      normal : Completed orders\
      unpaid : Unpaid yet\
      Refunded : Refunded Order
5. To issue a receipt via email
   1. Click the email button in the payment history
   2. You can input the email address of the customer
6. To issue a receipt via QR Code

   1. When you click one of the payment history, you can see the Receipt in the right side
   2. Click the receipt you can issue Receipt&#x20;

   &#x20;       [**how to issue receipt**](/bob-order-user-manual/how-to-issue-receipt.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:

```
GET https://bob-order.gitbook.io/bob-order-user-manual/payment-history.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.
