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.

60 lines
2.3 KiB

  1. ==============
  2. POS Keyboard
  3. ==============
  4. Installation
  5. ============
  6. * `Install <https://odoo-development.readthedocs.io/en/latest/odoo/usage/install-module.html>`__ this module in a usual way
  7. Usage
  8. =====
  9. Using hotkeys below switch to mode you need. Qty mode is used by default.
  10. Then use keys with numbers to enter quantity, price or discount.
  11. If you want to reset the amount of product to zero or delete them you can use ``Backspace`` .
  12. =========== ===================== =================
  13. Type Numpad Extra keys
  14. =========== ===================== =================
  15. mode qty ``/`` ``q``
  16. ----------- --------------------- -----------------
  17. mode disc ``-`` ``d``
  18. ----------- --------------------- -----------------
  19. mode price ``*`` ``p``
  20. ----------- --------------------- -----------------
  21. +/- ``+`` ``s``
  22. =========== ===================== =================
  23. Also inside the Pop-ups windows you can use ``Enter``, ``Backspace`` and ``Esc`` keys in order to speed up the process of interaction with the System.
  24. =========== ===================== ==================
  25. Key Pop-up Action
  26. =========== ===================== ==================
  27. Backspace ``<-`` delete symbol
  28. ----------- --------------------- ------------------
  29. Enter ``Ok`` confirmation
  30. ----------- --------------------- ------------------
  31. Esc ``Cancel`` close Pop-up
  32. =========== ===================== ==================
  33. User Scenario
  34. -------------
  35. * Open menu ``[[ Users ]]``
  36. * Choose a User with PIN code
  37. * Enter PIN code with the keyboard
  38. * You can use ``Backspace`` if you want to delete symbol
  39. * You can use ``Enter`` if you want to confirm PIN code
  40. * You can use ``Esc`` if you want to close the Pop-up keyboard
  41. * Work in your own account using hotkeys for each mode on the Numpad or just press Extra keys. Then enter numbers.
  42. * You can use ``/`` or ``q`` in case of Qrt mode
  43. * You can use ``-`` or ``d`` in case of Disc mode
  44. * You can use ``*`` or ``p`` in case of Price mode
  45. * You can use ``+`` or ``s`` in case of +/-
  46. RESULT: In opened POS Keyboard support is invoked instantly and available for further work without any extra action.