You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
831 B

  1. Select an PoS Order an choose either *Return Products* (full return of the
  2. order) or *Partial Return*. In this case, a wizard allows to select just some
  3. products and quantities to return:
  4. .. image:: ../static/description/partial_return_wizard.png
  5. Register the refund payment to finish the return. If the original order was
  6. invoiced, a refund invoice will be made.
  7. **Implemented Constraints**
  8. * User can not return more products than the initial quantity:
  9. .. image:: ../static/description/returned_qty_over_initial.png
  10. * If a line has been partially refund, only a reduced quantity can be returned:
  11. .. image:: ../static/description/sum_returned_qty_over_initial.png
  12. * It is not possible to set a negative quantity if the initial Pos Order is
  13. not indicated:
  14. .. image:: ../static/description/initial_pos_order_required.png