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.

124 lines
3.5 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License: AGPL-3
  3. Dynamic Price for Odoo Point of Sale
  4. ====================================
  5. Motivation
  6. ----------
  7. Many issues report this feature. This why I took decision to start this module
  8. Reported issues :
  9. `odoo 8 POS price list discount has no effect. <https://github.com/odoo/odoo/issues/3579>`_
  10. `ODOO POS Pricelist - Public Price & Discounted Price in Receipt. <https://github.com/odoo/odoo/issues/1758>`_
  11. `V8.0 pos gives wrong price when using min qty in pos pricelist <https://github.com/odoo/odoo/issues/2297>`_
  12. Goal of the module
  13. ------------------
  14. The goal of this module is to bring the pricelist computation engine to the POS.
  15. This module loads all the necessary data into the POS in order to have a coherent behaviour (offline/online/backend).
  16. Installation
  17. ============
  18. Nothing special is needed to install this module.
  19. Configuration
  20. =============
  21. You'll have new configuration parameters at Point of Sale > Configuration > Point of Sales
  22. * Price with Taxes: Show prices with taxes in POS session or not
  23. Usage
  24. =====
  25. Implemented features at POS Session
  26. -----------------------------------
  27. 1. Attached pricelist on partner will take effect on the POS, which means that if we attach a pricelist to a partner.
  28. The POS will recognize it and will compute the price according to the rule defined.
  29. 2. Fiscal Position of each partner will also be present so taxes will be correctly computed
  30. (conforming to the fiscal position).
  31. - Implemented Rules are :
  32. 1. (-1) : Rule based on other pricelist
  33. 2. (-2) : Rule based on supplierinfo
  34. 3. (default) : Any price type which is set on the product form
  35. 3. An new option is introduced in the POS config to let the user show price with taxes in product widget.
  36. the UI is updated when we change the customer in order to adapt the prices.
  37. The computation take in account the pricelist and the fiscal position of the customer
  38. 4. When we mouseover the price tag, a tooltip is shown to indicate the computation depending on the quantity like this output :
  39. 1x -> 100 €
  40. 3x -> 70 €
  41. 5x -> 50 €
  42. Implemented features at backend
  43. -------------------------------
  44. 1. Tax details
  45. - Tax details per order line
  46. - Tax details aggregated by tax at order level
  47. 2. Ticket
  48. - Tax details table added at end of printed ticket
  49. Known issues / Roadmap
  50. ======================
  51. Missing features
  52. ----------------
  53. * As you may know, product template is not fully implemented in the POS, so I decided to drop it from this module.
  54. Bug Tracker
  55. ===========
  56. Bugs are tracked on `GitHub Issues <https://github.com/OCA/pos/issues>`_.
  57. In case of trouble, please check there if your issue has already been reported.
  58. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  59. `here <https://github.com/OCA/pos/issues/new?body=module:%20pos_pricelist%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  60. Credits
  61. =======
  62. Contributors
  63. ------------
  64. * Adil Houmadi <ah@taktik.be>
  65. * Pablo Cayuela <pablo.cayuela@aserti.es>
  66. * Antonio Espinosa <antonioea@antiun.com>
  67. Maintainer
  68. ----------
  69. .. image:: https://odoo-community.org/logo.png
  70. :alt: Odoo Community Association
  71. :target: https://odoo-community.org
  72. This module is maintained by the OCA.
  73. OCA, or the Odoo Community Association, is a nonprofit organization whose
  74. mission is to support the collaborative development of Odoo features and
  75. promote its widespread use.
  76. To contribute to this module, please visit http://odoo-community.org.