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.

108 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. * PoS - Delete Order Line: The cashier can not delete an order line;
  20. .. image:: /pos_access_right/static/description/new_groups.png
  21. If a user doesn't belong to a group, he can not use the according feature.
  22. For example, here is the default numpad for the demo data user :
  23. .. image:: /pos_access_right/static/description/demo_numpad.png
  24. If the user try to use a forbidden feature, here is the warning displayed.
  25. .. image:: /pos_access_right/static/description/demo_error.png
  26. If the cashier changed, the new right are applied :
  27. .. image:: /pos_access_right/static/description/admin_numpad.png
  28. Installation
  29. ============
  30. Normal installation.
  31. Configuration
  32. =============
  33. Once installed, you have to give correct access right to your cashiers.
  34. Limits / Roadmap
  35. ================
  36. The feature are only blocked on the Point of sale Frond End UI. it could be
  37. interesting do the same in the back-end office for some of this blockages.
  38. Usage
  39. =====
  40. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  41. :alt: Try me on Runbot
  42. :target: https://runbot.odoo-community.org/runbot/184/9.0
  43. Bug Tracker
  44. ===========
  45. Bugs are tracked on `GitHub Issues
  46. <https://github.com/OCA/{project_repo}/issues>`_. In case of trouble, please
  47. check there if your issue has already been reported. If you spotted it first,
  48. help us smashing it by providing a detailed and welcomed `feedback
  49. <https://github.com/OCA/
  50. pos/issues/new?body=module:%20
  51. pos_access_right%0Aversion:%20
  52. 9.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  53. Credits
  54. =======
  55. Images
  56. ------
  57. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  58. Contributors
  59. ------------
  60. * Sylvain LE GAL <https://twitter.com/legalsylvain>
  61. Maintainer
  62. ----------
  63. .. image:: https://odoo-community.org/logo.png
  64. :alt: Odoo Community Association
  65. :target: https://odoo-community.org
  66. This module is maintained by the OCA.
  67. OCA, or the Odoo Community Association, is a nonprofit organization whose
  68. mission is to support the collaborative development of Odoo features and
  69. promote its widespread use.
  70. To contribute to this module, please visit https://odoo-community.org.