# Store Orders

## Managing a POS Transaction (Store Order)

A completed PoS Transaction is a ‘Store Order’. Orders can be accessed in the Store Orders tab on the left sidebar.

Here, the cashier can print out the receipt and other financial documents. In addition, the cashier may print out any barcodes (in cases where patient services have auto generated barcodes)

A store order records the purchase price & creates the relevant ‘patient serivces’ (lab tests) that will be used to encode results.

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

**Viewing Payments**

One can view the payment record by clicking the icon in the Payments box

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

**Accessing Patient Services**

One can open the patient service from the store order page by clicking on the icon on the patient service section

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


---

# 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.dashlabs.ai/modules/finance-module/store-orders.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.
