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.

102 lines
3.0 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. Usage
  35. =====
  36. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  37. :alt: Try me on Runbot
  38. :target: https://runbot.odoo-community.org/runbot/184/9.0
  39. Bug Tracker
  40. ===========
  41. Bugs are tracked on `GitHub Issues
  42. <https://github.com/OCA/{project_repo}/issues>`_. In case of trouble, please
  43. check there if your issue has already been reported. If you spotted it first,
  44. help us smashing it by providing a detailed and welcomed `feedback
  45. <https://github.com/OCA/
  46. pos/issues/new?body=module:%20
  47. pos_access_right%0Aversion:%20
  48. 9.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  49. Credits
  50. =======
  51. Images
  52. ------
  53. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  54. Contributors
  55. ------------
  56. * Sylvain LE GAL <https://twitter.com/legalsylvain>
  57. Maintainer
  58. ----------
  59. .. image:: https://odoo-community.org/logo.png
  60. :alt: Odoo Community Association
  61. :target: https://odoo-community.org
  62. This module is maintained by the OCA.
  63. OCA, or the Odoo Community Association, is a nonprofit organization whose
  64. mission is to support the collaborative development of Odoo features and
  65. promote its widespread use.
  66. To contribute to this module, please visit https://odoo-community.org.