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.

74 lines
2.4 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. POS Payment Terminal
  6. ====================
  7. This module adds support for credit card reader and checks printer
  8. in the Point of Sale.
  9. This module has been developped during a POS code sprint at Akretion
  10. France from July 7th to July 10th 2014. This module is part of the POS
  11. project of the Odoo Community Association http://odoo-community.org/.
  12. You are invited to become a member and/or get involved in the
  13. Association !
  14. Installation
  15. ============
  16. This module is designed to be installed on the
  17. *main Odoo server*. On the *POSbox*, you should install the module
  18. *hw_x* depending on the protocol implemented in your device.
  19. `Ingenico <http://en.wikipedia.org/wiki/Ingenico>`
  20. and old Sagem devices support the Telium protocol implemented in the
  21. *hw_telium_payment_terminal* module.
  22. Configuration
  23. =============
  24. This module support two payment modes : *card* and *check*. The payment
  25. mode should be configured on the main Odoo server, in the menu *Point
  26. of Sale > Configuration > Payment Methods*, under the *Point of Sale* tab.
  27. Usage
  28. =====
  29. In the frontend of the POS, when you select a payment method that has a payment mode *card* or *check*, you will have a *Start Transaction* button : if you click on that button, the amount, the currency and the payment mode will be sent to the POSbox.
  30. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  31. :alt: Try me on Runbot
  32. :target: https://runbot.odoo-community.org/runbot/184/10.0
  33. Bug Tracker
  34. ===========
  35. Bugs are tracked on `GitHub Issues
  36. <https://github.com/OCA/pos/issues>`_. In case of trouble, please
  37. check there if your issue has already been reported. If you spotted it first,
  38. help us smashing it by providing a detailed and welcomed feedback.
  39. Credits
  40. =======
  41. Contributors
  42. ------------
  43. * Aurelien Dumaine
  44. * Alexis de Lattre <alexis.delattre@akretion.com>
  45. Maintainer
  46. ----------
  47. .. image:: https://odoo-community.org/logo.png
  48. :alt: Odoo Community Association
  49. :target: https://odoo-community.org
  50. This module is maintained by the OCA.
  51. OCA, or the Odoo Community Association, is a nonprofit organization whose
  52. mission is to support the collaborative development of Odoo features and
  53. promote its widespread use.
  54. To contribute to this module, please visit https://odoo-community.org.