Python library for supporting Point of Sale payment terminal with Concert protocol
Project description
Hardware Telium Payment Terminal
This module adds support for credit card reader and checks printers using the Caisse Concert protocol. This module is designed to be installed:
either on the POSbox (i.e. the proxy on which the USB devices are connected) and not on the main Odoo server.
either as pywebdriver dependency
On the main Odoo server, you should install the module pos_payment_terminal.
The configuration of the hardware is done in the configuration file of the Odoo server of the POSbox. You should add the following entries in the configuration file:
payment_terminal_device_name (default = /dev/ttyACM0)
payment_terminal_device_rate (default = 9600)
The Caisse Concert protocol is used by many payment terminals in France from different manufacturers (Ingenico, Sagem, Verifone). From our experience, this protocol is only used in France.
In France, Ingenico has the biggest market-share on payment terminals. In France, Ingenico terminals are loaded with the Telium Manager software stack which implements the Caisse Concert protocol natively. This module implements the protocol E+ (and not the protocol E), so it requires a Telium Manager version 37783600 or superior.
To get the version of the Telium Manager on an Ingenico terminal:
press F > 0-TELIUM MANAGER > 2-Consultation > 4-Configuration > 2-Software > 1-TERMINAL > On Display > Telium Manager
and then read the field M20S.
You will need to configure your payment terminal to accept commands from the point of sale. On an Ingenico terminal:
press F > 0-TELIUM MANAGER > 5-Initialization > 1-Parameters > Cash Connection and then select *On* and then **USB** or **USB Base** according to used cable.
After that, you should reboot the terminal (normally by clicking simultaneously on keys yellow and #). This module has been successfully tested with:
Ingenico EFTSmart4S
Ingenico EFTSmart2 2640 with Telim Manager version 37784503
Ingenico iCT220
Ingenico iCT250
Ingenico i2200 cheque reader and writer
This module has been developped during a POS code sprint at Akretion France from July 7th to July 10th 2014. This module is part of the POS project of the Odoo Community Association http://odoo-community.org/. You are invited to become a member and/or get involved in the Association !
Installation
sudo pip install git+https://github.com/akretion/pypostelium.git --upgrade
Changelog
Version 0.0.5 dated 2021-10-17
add get_status()
add auto device detection
Version 0.0.4 dated 2020-10-19
transaction_start() now returns True (success) or False (failure)
Version 0.0.3 dated 2020-05-18
Python3 support
Contributors
Alexis de Lattre <alexis.delattre@akretion.com>
Sébastien BEAU <sebastien.beau@akretion.com>
Sylvain Calador <sylvain.calador@akretion.com>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pypostelium-0.0.5.tar.gz
.
File metadata
- Download URL: pypostelium-0.0.5.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2cd7ee73f32c3142cd6cc04a316f0aa7f2268d11b295273b4c4011f5efddca8b |
|
MD5 | 591dc94119f71b573de7b5923cf32271 |
|
BLAKE2b-256 | 4ee691fa863bd91811eb809eeb3bc2931ba9a8644e1312cd40ba7f5e8b515bf1 |