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.

91 lines
3.3 KiB

  1. ===============================
  2. Point Of Sale - Payments Change
  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-grap%2Fgrap--odoo--incubator-lightgray.png?logo=github
  15. :target: https://github.com/grap/grap-odoo-incubator/tree/8.0/pos_change_payment
  16. :alt: grap/grap-odoo-incubator
  17. |badge1| |badge2| |badge3|
  18. Improve payment changes when user did a mistake and disable some actions on
  19. Point of Sale Bank Statement Line
  20. * Add the possibility to switch a payment (account.bank.statement.line)
  21. of an order from a journal to another. This feature is usefull when
  22. the user realized that he did a mistake, during the close of the session,
  23. or just after he marked the order as paid
  24. (Only if entries has not been generated)
  25. .. figure:: https://raw.githubusercontent.com/grap/grap-odoo-incubator/8.0/pos_change_payment/static/description/pos_order_switch_payment.png
  26. * Add the possibility to change all payments (method and amount) of a POS
  27. (Only if entries has not been generated)
  28. .. figure:: https://raw.githubusercontent.com/grap/grap-odoo-incubator/8.0/pos_change_payment/static/description/pos_order_change_payments.png
  29. Bug Fixes / Improvement
  30. ~~~~~~~~~~~~~~~~~~~~~~~
  31. * In the pos.payment wizard, display only the payment methods defined in
  32. the current POS session
  33. * Disable the possibility to edit / delete a bank statement line on a POS
  34. Order that has generated his entries, except using the wizard of this
  35. module. This will prevent the generation of bad account move during
  36. the close of the session; (mainly unbalanced moves)
  37. * All the cash payment are merged into a single one statement line. This
  38. feature is usefull if the user use OpenERP as a calculator, writing
  39. for a payment:
  40. 1. Payment 1/ Cash 50 €;
  41. 2. Payment 2/ Cash -3,56 €;
  42. 3. With this module, the final statement line is a single line Payment 1/ Cash 46,44 €
  43. **Table of contents**
  44. .. contents::
  45. :local:
  46. Bug Tracker
  47. ===========
  48. Bugs are tracked on `GitHub Issues <https://github.com/grap/grap-odoo-incubator/issues>`_.
  49. In case of trouble, please check there if your issue has already been reported.
  50. If you spotted it first, help us smashing it by providing a detailed and welcomed
  51. `feedback <https://github.com/grap/grap-odoo-incubator/issues/new?body=module:%20pos_change_payment%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  52. Do not contact contributors directly about support or help with technical issues.
  53. Credits
  54. =======
  55. Authors
  56. ~~~~~~~
  57. * GRAP
  58. Contributors
  59. ~~~~~~~~~~~~
  60. * Sylvain LE GAL <https://twitter.com/legalsylvain>
  61. * Julien WESTE
  62. Maintainers
  63. ~~~~~~~~~~~
  64. This module is part of the `grap/grap-odoo-incubator <https://github.com/grap/grap-odoo-incubator/tree/8.0/pos_change_payment>`_ project on GitHub.
  65. You are welcome to contribute.