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.

17 lines
599 B

  1. **Context**
  2. In Point Of Sale module, the front-end works offline, so all datas are
  3. loaded at the beginning.
  4. At the end of the session, if user doesn't close the window, it will be
  5. possible to create new PoS order on a closed session, generating errors.
  6. **Functionality**
  7. This module prevent the possility to create a PoS order via the front
  8. end PoS UI, when session is closed.
  9. The session state is checked every minute by default. If the state of the
  10. session is not opened, a blocking pop up is displayed, and user has to
  11. open a new session.
  12. .. figure:: ../static/description/error_message.png