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.

106 lines
3.2 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 - Extra Access Right for Certain Actions
  6. ======================================================
  7. This module extends Odoo Point Of Sale features, restricting possibility
  8. to cashier to make some actions in the Point of Sale (set discount, change
  9. unit prices, etc...)
  10. this module can be usefull to limit errors and / or fraud.
  11. This module will add the following groups to Odoo:
  12. * PoS - Negative Quantity: The cashier can sell negative quantity in Point Of
  13. Sale (ie, can return products);
  14. * PoS - Discount: The cashier can set Discount in Point Of Sale;
  15. * PoS - Change Unit Price: The cashier can change the unit price of a product
  16. in Point Of Sale;
  17. * PoS - Many Orders: The cashier can many orders at the same time;
  18. * PoS - Delete Order: The cashier can not delete a full order;
  19. .. image:: /pos_access_right/static/description/new_groups.png
  20. If a user doesn't belong to a group, he can not use the according feature.
  21. For example, here is the default numpad for the demo data user :
  22. .. image:: /pos_access_right/static/description/demo_numpad.png
  23. If the user try to use a forbidden feature, here is the warning displayed.
  24. .. image:: /pos_access_right/static/description/demo_error.png
  25. If the cashier changed, the new right are applied :
  26. .. image:: /pos_access_right/static/description/admin_numpad.png
  27. Installation
  28. ============
  29. Normal installation.
  30. Configuration
  31. =============
  32. Once installed, you have to give correct access right to your cashiers.
  33. Limits / Roadmap
  34. ================
  35. The feature are only blocked on the Point of sale Frond End UI. it could be
  36. interesting do the same in the back-end office for some of this blockages.
  37. Usage
  38. =====
  39. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  40. :alt: Try me on Runbot
  41. :target: https://runbot.odoo-community.org/runbot/184/9.0
  42. Bug Tracker
  43. ===========
  44. Bugs are tracked on `GitHub Issues
  45. <https://github.com/OCA/{project_repo}/issues>`_. In case of trouble, please
  46. check there if your issue has already been reported. If you spotted it first,
  47. help us smashing it by providing a detailed and welcomed `feedback
  48. <https://github.com/OCA/
  49. pos/issues/new?body=module:%20
  50. pos_access_right%0Aversion:%20
  51. 9.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  52. Credits
  53. =======
  54. Images
  55. ------
  56. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  57. Contributors
  58. ------------
  59. * Sylvain LE GAL <https://twitter.com/legalsylvain>
  60. Maintainer
  61. ----------
  62. .. image:: https://odoo-community.org/logo.png
  63. :alt: Odoo Community Association
  64. :target: https://odoo-community.org
  65. This module is maintained by the OCA.
  66. OCA, or the Odoo Community Association, is a nonprofit organization whose
  67. mission is to support the collaborative development of Odoo features and
  68. promote its widespread use.
  69. To contribute to this module, please visit https://odoo-community.org.