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.

68 lines
2.0 KiB

  1. .. image:: https://img.shields.io/badge/licence-LGPL--3-blue.svg
  2. :alt: License: LGPL-3
  3. =======================
  4. POS Session Pay invoice
  5. =======================
  6. This modules allows to pay an existing Supplier Invoice / Customer Refund, or
  7. to collect payment for an existing Customer Invoice, from within a POS Session.
  8. Installation
  9. ============
  10. * In order to install this module, you will need to install first the
  11. module 'account_cash_invoice', available in https://github.com/OCA/account-payment/11.0
  12. Configuration
  13. =============
  14. #. Go to *Point of Sale / Configuration / Point of Sale* and activate the
  15. 'Cash Control' setting.
  16. Usage
  17. =====
  18. #. Go to *Point of Sale / Dashboard* and create and open or access to an
  19. already open POS Session.
  20. #. Press the button **Pay Invoice** to pay a Supplier Invoice or a Customer
  21. Refund. It will be paid using Cash.
  22. #. Select **Collect Payment from Invoice** in to receive a payment of an
  23. existing Customer Invoice or a Supplier Refund. You will need to select
  24. a Journal if the POS Config has defined multiple Payment Methods.
  25. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  26. :alt: Try me on Runbot
  27. :target: https://runbot.odoo-community.org/runbot/repo/github-com-oca-pos-184
  28. Known issues / Roadmap
  29. ======================
  30. * Cannot pay invoices in a different currency than that defined in the journal
  31. associated to the payment method used to pay/collect payment.
  32. Credits
  33. =======
  34. Contributors
  35. ------------
  36. * Enric Tobella <etobella@creublanca.es>
  37. * Jordi Ballester <jordi.ballester@eficent.com>
  38. Maintainer
  39. ----------
  40. .. image:: https://odoo-community.org/logo.png
  41. :alt: Odoo Community Association
  42. :target: https://odoo-community.org
  43. This module is maintained by the OCA.
  44. OCA, or the Odoo Community Association, is a nonprofit organization whose
  45. mission is to support the collaborative development of Odoo features and
  46. promote its widespread use.
  47. To contribute to this module, please visit https://odoo-community.org.