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.

83 lines
2.8 KiB

  1. ===================================
  2. Point Of Sale - Check Session State
  3. ===================================
  4. .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  5. !! This file is generated by oca-gen-addon-readme !!
  6. !! changes will be overwritten. !!
  7. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  8. .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
  9. :target: https://odoo-community.org/page/development-status
  10. :alt: Beta
  11. .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
  12. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  13. :alt: License: AGPL-3
  14. .. |badge3| image:: https://img.shields.io/badge/github-grap%2Fgrap--odoo--incubator-lightgray.png?logo=github
  15. :target: https://github.com/grap/grap-odoo-incubator/tree/8.0/pos_check_session_state
  16. :alt: grap/grap-odoo-incubator
  17. |badge1| |badge2| |badge3|
  18. **Context**
  19. In Point Of Sale module, the front-end works offline, so all datas are
  20. loaded at the beginning.
  21. At the end of the session, if user do not close the window, it will be
  22. possible to create new pos order on a closed session, generating errors.
  23. **Functionality**
  24. * This module prevent the possility to create a pos order via the front
  25. end PoS UI, when session is closed.
  26. * The session state is checked every minute by default. If the state of the
  27. session is not opened, a blocking pop up is displayed, and user has to
  28. reload the current page.
  29. .. figure:: https://raw.githubusercontent.com/grap/grap-odoo-incubator/8.0/pos_check_session_state/static/description/error_message.png
  30. **Table of contents**
  31. .. contents::
  32. :local:
  33. Configuration
  34. =============
  35. * Go to Point of Sale / Configuration / Point of Sales
  36. * Open a PoS Config and set a frequency for the check
  37. .. figure:: https://raw.githubusercontent.com/grap/grap-odoo-incubator/8.0/pos_check_session_state/static/description/pos_config_form.png
  38. Bug Tracker
  39. ===========
  40. Bugs are tracked on `GitHub Issues <https://github.com/grap/grap-odoo-incubator/issues>`_.
  41. In case of trouble, please check there if your issue has already been reported.
  42. If you spotted it first, help us smashing it by providing a detailed and welcomed
  43. `feedback <https://github.com/grap/grap-odoo-incubator/issues/new?body=module:%20pos_check_session_state%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  44. Do not contact contributors directly about support or help with technical issues.
  45. Credits
  46. =======
  47. Authors
  48. ~~~~~~~
  49. * GRAP
  50. Contributors
  51. ~~~~~~~~~~~~
  52. * Sylvain LE GAL <https://twitter.com/legalsylvain>
  53. Maintainers
  54. ~~~~~~~~~~~
  55. This module is part of the `grap/grap-odoo-incubator <https://github.com/grap/grap-odoo-incubator/tree/8.0/pos_check_session_state>`_ project on GitHub.
  56. You are welcome to contribute.