diff --git a/point_of_sale/shop/media/refund01.png b/point_of_sale/shop/media/refund01.png new file mode 100644 index 000000000..449846880 Binary files /dev/null and b/point_of_sale/shop/media/refund01.png differ diff --git a/point_of_sale/shop/media/refund02.png b/point_of_sale/shop/media/refund02.png new file mode 100644 index 000000000..7950e7865 Binary files /dev/null and b/point_of_sale/shop/media/refund02.png differ diff --git a/point_of_sale/shop/refund.rst b/point_of_sale/shop/refund.rst index 478534f7b..a1c83822e 100644 --- a/point_of_sale/shop/refund.rst +++ b/point_of_sale/shop/refund.rst @@ -1,3 +1,21 @@ ================================== How to return and refund products? -================================== \ No newline at end of file +================================== + +To refund a customer, from the PoS main view, you have to insert +negative values. For instance in the last order you count too many +``pumpkins`` and you have to pay back one. + +.. image:: media/refund01.png + :align: center + +You can see that the total is negative, to end the refund, you only have +to process the payment. + +.. image:: media/refund02.png + :align: center + +.. seealso:: + * :doc:`cash_control` + * :doc:`invoice` + * :doc:`seasonal_discount`