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.

48 lines
2.0 KiB

  1. Hardware Telium Payment Terminal
  2. ================================
  3. This module adds support for credit card reader and checks printers
  4. using Telium protocol in the Point of Sale. This module is designed to
  5. be installed on the *POSbox* (i.e. the proxy on which the USB devices
  6. are connected) and not on the main Odoo server. On the main Odoo server,
  7. you should install the module *pos_payment_terminal*.
  8. The configuration of the hardware is done in the configuration file of
  9. the Odoo server of the POSbox. You should add the following entries in
  10. the configuration file:
  11. * payment_terminal_device_name (default = /dev/ttyACM0)
  12. * payment_terminal_device_rate (default = 9600)
  13. The Telium protocol is used by Ingenico and Sagem payment terminals. It
  14. is based on the Concert protocol, so it can probably work with payment
  15. terminals from other brands. This module implements the protocol E+ (and
  16. not the protocol E), so it requires a Telium Manager version 37783600
  17. or superior. To get the version of the Telium Manager on an Ingenico
  18. terminal press F > 0-TELIUM MANAGER > 2-Consultation > 4-Configuration
  19. > 2-Software > 1-TERMINAL > On Display > Telium Manager and then read
  20. the field *M20S*.
  21. You will need to configure your payment terminal to accept commands
  22. from the POS. On an Ingenico terminal press F > 0-TELIUM MANAGER >
  23. 5-Initialization > 1-Parameters > Cash Connection and then select *On*
  24. and then *USB*. After that, you should reboot the terminal.
  25. This module has been successfully tested with:
  26. * Ingenico EFTSmart4S
  27. * Ingenico EFTSmart2 2640 with Telim Manager version 37784503
  28. * Ingenico iCT220
  29. * Ingenico iCT250
  30. * Ingenico i2200 cheque reader and writer
  31. This module requires the Python library *pycountry* version >= 16.11.08.
  32. To install it, run:
  33. ``sudo pip install pycountry``
  34. This module has been developped during a POS code sprint at Akretion
  35. France from July 7th to July 10th 2014. This module is part of the POS
  36. project of the Odoo Community Association http://odoo-community.org/.
  37. You are invited to become a member and/or get involved in the
  38. Association !