{"id":22307952,"url":"https://github.com/akretion/pypostelium","last_synced_at":"2025-07-29T05:32:21.227Z","repository":{"id":33102265,"uuid":"36739975","full_name":"akretion/pypostelium","owner":"akretion","description":"Python Libraries for Point Of Sale Telium payment terminal","archived":false,"fork":false,"pushed_at":"2021-10-17T10:43:14.000Z","size":23,"stargazers_count":27,"open_issues_count":1,"forks_count":6,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-06-01T06:28:33.358Z","etag":null,"topics":["pos"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akretion.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-02T14:46:13.000Z","updated_at":"2024-12-15T23:28:30.000Z","dependencies_parsed_at":"2022-09-12T19:01:17.772Z","dependency_job_id":null,"html_url":"https://github.com/akretion/pypostelium","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akretion/pypostelium","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akretion%2Fpypostelium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akretion%2Fpypostelium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akretion%2Fpypostelium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akretion%2Fpypostelium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akretion","download_url":"https://codeload.github.com/akretion/pypostelium/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akretion%2Fpypostelium/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267633670,"owners_count":24118777,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pos"],"created_at":"2024-12-03T20:12:39.314Z","updated_at":"2025-07-29T05:32:20.811Z","avatar_url":"https://github.com/akretion.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Hardware Telium Payment Terminal\n================================\n\nThis module adds support for credit card reader and checks printers\nusing the **Caisse Concert** protocol. This module is designed to\nbe installed:\n\n- either on the **POSbox** (i.e. the proxy on which the USB devices are connected) and not on the main Odoo server.\n- either as `pywebdriver \u003chttps://github.com/akretion/pywebdriver\u003e`_ dependency\n\nOn the main Odoo server, you should install the module **pos_payment_terminal**.\n\nThe configuration of the hardware is done in the configuration file of\nthe Odoo server of the POSbox. You should add the following entries in\nthe configuration file:\n\n* payment_terminal_device_name (default = /dev/ttyACM0)\n* payment_terminal_device_rate (default = 9600)\n\nThe Caisse Concert protocol is used by many payment terminals in France\nfrom different manufacturers (Ingenico, Sagem, Verifone). From our\nexperience, this protocol is only used in France.\n\nIn France, Ingenico has the biggest market-share on payment terminals.\nIn France, Ingenico terminals are loaded with the Telium Manager\nsoftware stack which implements the Caisse Concert protocol natively.\nThis module implements the protocol E+ (and not the protocol E), so it\nrequires a Telium Manager **version 37783600** or superior.\n\nTo get the version of the Telium Manager on an Ingenico\nterminal:\n\n::\n\n  press F \u003e 0-TELIUM MANAGER \u003e 2-Consultation \u003e 4-Configuration\n  \u003e 2-Software \u003e 1-TERMINAL \u003e On Display \u003e Telium Manager \n\nand then read the field **M20S**.\n\nYou will need to configure your payment terminal to accept commands\nfrom the point of sale. On an Ingenico terminal:\n\n::\n\n  press F \u003e 0-TELIUM MANAGER \u003e\n  5-Initialization \u003e 1-Parameters \u003e Cash Connection and then select *On*\n  and then **USB** or **USB Base** according to used cable.\n  \nAfter that, you should reboot the terminal (normally by clicking simultaneously on keys `yellow` and `#`).\nThis module has been successfully tested with:\n\n* Ingenico EFTSmart4S\n* Ingenico EFTSmart2 2640 with Telim Manager version 37784503\n* Ingenico iCT220\n* Ingenico iCT250\n* Ingenico i2200 cheque reader and writer\n\nThis module has been developped during a POS code sprint at Akretion\nFrance from July 7th to July 10th 2014. This module is part of the POS\nproject of the Odoo Community Association http://odoo-community.org/.\nYou are invited to become a member and/or get involved in the\nAssociation !\n\nInstallation\n============\n\n::\n\n  sudo pip install git+https://github.com/akretion/pypostelium.git --upgrade\n\nChangelog\n=========\n\n* Version 0.0.5 dated 2021-10-17\n\n  * add get_status()\n  * add auto device detection\n\n* Version 0.0.4 dated 2020-10-19\n\n  * transaction_start() now returns True (success) or False (failure)\n\n* Version 0.0.3 dated 2020-05-18\n\n  * Python3 support\n\nContributors\n============\n\n* Alexis de Lattre \u003calexis.delattre@akretion.com\u003e\n* Sébastien BEAU \u003csebastien.beau@akretion.com\u003e\n* Sylvain Calador \u003csylvain.calador@akretion.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakretion%2Fpypostelium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakretion%2Fpypostelium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakretion%2Fpypostelium/lists"}