..
  This file is part of GNU TALER.
  Copyright (C) 2014-2026 Taler Systems SA

  TALER is free software; you can redistribute it and/or modify it under the
  terms of the GNU Affero General Public License as published by the Free Software
  Foundation; either version 2.1, or (at your option) any later version.

  TALER is distributed in the hope that it will be useful, but WITHOUT ANY
  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
  A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

  You should have received a copy of the GNU Affero General Public License along with
  TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>

  @author Bohdan Potuzhnyi

.. _pos_history:

Inspect Order History
=====================

.. contents::
  :depth: 1
  :local:

The order history gives the merchant a quick way to inspect recent point-of-sale
activity. It shows recent orders with their total amount,
elapsed time, receipt identifier, and payment state.

Open the history screen from the app navigation.

.. figure:: ../../images/pos/nav_history.png
   :alt: Navigation menu with History highlighted
   :width: 70%
   :align: center

   Selecting the history screen.

Each order is shown as a separate card. A **Paid** badge means that the
customer payment was completed. Paid orders can be refunded directly from this
screen with the **Refund** button. Use **Refresh history** to update the list
when a recent payment or refund is not shown yet.

.. figure:: ../../images/pos/history.png
   :alt: Point-of-sale order history
   :width: 70%
   :align: center

   Recent point-of-sale orders with payment state and refund actions.

For full Merchant Portal order details, inspect the same order in the
Merchant Portal. The app history is optimized for merchant workflows, while the
Merchant Portal contains the complete merchant record.

.. topic:: Next step

   Continue with :ref:`pos_refunds` when a paid order must be refunded.
