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.

145 lines
4.8 KiB

  1. ===============================
  2. Point Of Sale - Change Payments
  3. ===============================
  4. .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  5. !! This file is generated by oca-gen-addon-readme !!
  6. !! changes will be overwritten. !!
  7. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  8. .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
  9. :target: https://odoo-community.org/page/development-status
  10. :alt: Beta
  11. .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
  12. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  13. :alt: License: AGPL-3
  14. .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpos-lightgray.png?logo=github
  15. :target: https://github.com/OCA/pos/tree/12.0/pos_payment_change
  16. :alt: OCA/pos
  17. .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
  18. :target: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_payment_change
  19. :alt: Translate me on Weblate
  20. .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
  21. :target: https://runbot.odoo-community.org/runbot/184/12.0
  22. :alt: Try me on Runbot
  23. |badge1| |badge2| |badge3| |badge4| |badge5|
  24. This module extends the functionnality of the Odoo Point of Sale to
  25. allow the cashier to change the payments of a PoS order.
  26. This feature is usefull when the user realized that he did a mistake,
  27. just after he marked the order as paid, or during the close of the session,
  28. Only if entries has not been generated.
  29. **Table of contents**
  30. .. contents::
  31. :local:
  32. Configuration
  33. =============
  34. * Go to Point of Sale > Configuration > Point of Sale
  35. * Edit your point of sale, and select a value for the field
  36. 'Payment Change Policy'.
  37. Two options are available:
  38. * 'Refund and Resale': Odoo will refund the current
  39. Pos Order to cancel it, and create a new PoS Order
  40. with the correct payment lines
  41. * 'Update Payments': Odoo will change payment lines.
  42. .. figure:: https://raw.githubusercontent.com/OCA/pos/12.0/pos_payment_change/static/description/pos_config_form.png
  43. **Note**
  44. In some countries the 'Update Payments' Option
  45. is not allowed by law, because orders history shouldn't not be altered.
  46. For that purpose, a constrains is present to check the value of this
  47. field. If the module ``l10n_fr_certification`` is installed and if the
  48. current company has an inalterable accounting, it will not be possible
  49. to select the value 'Update Payments'.
  50. Usage
  51. =====
  52. * Go to a PoS Order
  53. * Click on the button 'Change Payments'
  54. .. figure:: https://raw.githubusercontent.com/OCA/pos/12.0/pos_payment_change/static/description/pos_order_form.png
  55. * In the pop up wizard, select the real payment(s) that have been
  56. used to pay the order
  57. .. figure:: https://raw.githubusercontent.com/OCA/pos/12.0/pos_payment_change/static/description/pos_payment_change_wizard_form.png
  58. * Then click on the button 'Change Payments'
  59. **Note**
  60. If the option 'Refund and Resale' is selected, changing the payments will
  61. display the three PoS orders. the oringal one, the refund one, and the new one.
  62. .. figure:: https://raw.githubusercontent.com/OCA/pos/12.0/pos_payment_change/static/description/pos_order_tree.png
  63. Bug Tracker
  64. ===========
  65. Bugs are tracked on `GitHub Issues <https://github.com/OCA/pos/issues>`_.
  66. In case of trouble, please check there if your issue has already been reported.
  67. If you spotted it first, help us smashing it by providing a detailed and welcomed
  68. `feedback <https://github.com/OCA/pos/issues/new?body=module:%20pos_payment_change%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  69. Do not contact contributors directly about support or help with technical issues.
  70. Credits
  71. =======
  72. Authors
  73. ~~~~~~~
  74. * GRAP
  75. Contributors
  76. ~~~~~~~~~~~~
  77. * Sylvain LE GAL <https://twitter.com/legalsylvain>
  78. * Julien WESTE
  79. Other credits
  80. ~~~~~~~~~~~~~
  81. The development of this module has been financially supported by:
  82. * GRAP, Groupement Régional Alimentaire de proximité (www.grap.coop)
  83. * Vracoop (www.vracoop.fr)
  84. Maintainers
  85. ~~~~~~~~~~~
  86. This module is maintained by the OCA.
  87. .. image:: https://odoo-community.org/logo.png
  88. :alt: Odoo Community Association
  89. :target: https://odoo-community.org
  90. OCA, or the Odoo Community Association, is a nonprofit organization whose
  91. mission is to support the collaborative development of Odoo features and
  92. promote its widespread use.
  93. .. |maintainer-legalsylvain| image:: https://github.com/legalsylvain.png?size=40px
  94. :target: https://github.com/legalsylvain
  95. :alt: legalsylvain
  96. Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
  97. |maintainer-legalsylvain|
  98. This module is part of the `OCA/pos <https://github.com/OCA/pos/tree/12.0/pos_payment_change>`_ project on GitHub.
  99. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.