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.

69 lines
2.1 KiB

  1. To use this module, you need to:
  2. * Launch the point of sale
  3. * On a new order (without lines), click on the 'Load Picking' button.
  4. .. figure:: ../static/description/load_picking_01_load_button.png
  5. :width: 800 px
  6. * Point of sale will load available pickings. (About displayed pickings, see
  7. 'Technical Notes' section).
  8. .. figure:: ../static/description/load_picking_02_picking_list.png
  9. :width: 800 px
  10. * Click on a picking will check if the picking is loadable and if yes, will
  11. display a 'Select' button. (See 'Possible Warnings' Section)
  12. .. figure:: ../static/description/load_picking_03_confirm.png
  13. :width: 800 px
  14. * Confirm the selection, by clicking on 'Select' button. It will display
  15. the content of the moves (as PoS Order Lines)
  16. .. figure:: ../static/description/load_picking_04_pos_order.png
  17. :width: 800 px
  18. The price and the discount will be the sale price and the discount set in
  19. the according Sale Order Line, if it was found. Otherwise, discount will be
  20. set to 0, and unit price will be the unit price of the product when it has been
  21. loaded in the Point of Sale.
  22. **Related Sale Order:**
  23. .. figure:: ../static/description/load_picking_sale_order.png
  24. :width: 800 px
  25. **Related Picking:**
  26. .. figure:: ../static/description/load_picking_stock_picking.png
  27. :width: 800 px
  28. * Finally, you can add / remove products or change quantity and collect the
  29. payment.
  30. When, the order is marked as paid, the original picking will be cancelled,
  31. because Point Of Sale generates a new picking related to the real delivered
  32. products and the original Sale Order will pass to the state 'Done'. (Delivery
  33. exception is ignored).
  34. (See 'Technical Notes' section).
  35. **Possible Warnings**
  36. Some warning messages can appear:
  37. * if some products are not available in the Point of Sale
  38. .. figure:: ../static/description/load_picking_warning_product.png
  39. :width: 800 px
  40. * if the partner is not available in the Point of Sale
  41. .. figure:: ../static/description/load_picking_warning_partner.png
  42. :width: 800 px
  43. * if the picking has been still loaded in another PoS order
  44. .. figure:: ../static/description/load_picking_warning_picking_still_loaded.png
  45. :width: 800 px