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.

92 lines
2.8 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. =================================
  5. Point Of Sale - Customer Required
  6. =================================
  7. This module was written to extend the functionality of odoo pos
  8. and allows you to require a customer for each pos order. In the
  9. pos session configuration, you can choose to require the customer for pos
  10. orders.
  11. If a customer is not selected, the pos ui will display an error message.
  12. In the backend the customer field is required when needed.
  13. Two new options are available:
  14. * Customer 'Required before starting the order';
  15. * Customer 'Required before paying';
  16. 'Required before starting the order' Option
  17. -------------------------------------------
  18. In the frontend PoS, the default screen is the screen to select customers.
  19. * Users are not allowed to start selling before having selected a customer;
  20. * Users can not 'deselect a customer', only select an other one;
  21. 'Required before paying' Option
  22. -------------------------------
  23. In the frontend PoS, the user can start selling, but if the user tries to
  24. make payment and if a customer is not selected, the pos ui will display an
  25. error message.
  26. .. image:: /pos_customer_required/static/description/frontend_pos_error_message.png
  27. Configuration
  28. =============
  29. To configure this module, you need to:
  30. * go to point of sale -> configuration -> point of sales
  31. * select the point of sales you want configure
  32. * search for the "Require Customer" and choose between the following values:
  33. * 'Optional'; (this module has no effect on this PoS config)
  34. * 'Required before paying';
  35. * 'Required before starting the order';
  36. Usage
  37. =====
  38. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  39. :alt: Try me on Runbot
  40. :target: https://runbot.odoo-community.org/runbot/184/9.0
  41. Bug Tracker
  42. ===========
  43. Bugs are tracked on `GitHub Issues
  44. <https://github.com/OCA/pos/issues>`_. In case of trouble, please
  45. check there if your issue has already been reported. If you spotted it first,
  46. help us smashing it by providing a detailed and welcomed feedback.
  47. Credits
  48. =======
  49. Contributors
  50. ------------
  51. * Jos De Graeve <Jos.DeGraeve@apertoso.be>
  52. * Sylvain LE GAL <https://twitter.com/legalsylvain>
  53. * Pedro M. Baeza <pedro.baeza@gmail.com> ( reviews & feedback )
  54. Maintainer
  55. ----------
  56. .. image:: https://odoo-community.org/logo.png
  57. :alt: Odoo Community Association
  58. :target: https://odoo-community.org
  59. This module is maintained by the OCA.
  60. OCA, or the Odoo Community Association, is a nonprofit organization whose
  61. mission is to support the collaborative development of Odoo features and
  62. promote its widespread use.
  63. To contribute to this module, please visit http://odoo-community.org.