> For the complete documentation index, see [llms.txt](https://docs.accentpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.accentpos.com/hub/orders-accounts.md).

# Orders / Accounts

Organisation admins and location managers can click on orders/accounts to see a complete transaction history of a location.

The accounts page shows a detailed table of transaction data including the total price, tax amount and payment methods.

You can filter between different order types, preset or custom dates and paid or unpaid orders.

{% hint style="info" %}
Click on hidden columns to remove unwanted columns from the table, making it clearer and more relevant to you. You can then click export to CSV to save a version of the data for sharing with your accountant, reporting or uploading into an accounting system
{% endhint %}

![View your transaction history](/files/aPZ9eKSshcU1TqKhY59n)


---

# 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://docs.accentpos.com/hub/orders-accounts.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.
