Browse Source
Merge pull request #30 from akretion/8.0-pos_payment_terminal-code-simplify
Merge pull request #30 from akretion/8.0-pos_payment_terminal-code-simplify
pos_payment_terminal + pos_customer_display: simplify JS codepull/37/head
Alexis de Lattre
10 years ago
13 changed files with 399 additions and 236 deletions
-
4hw_customer_display/controllers/main.py
-
24hw_telium_payment_terminal/controllers/main.py
-
19hw_telium_payment_terminal/test-scripts/telium-test.py
-
8pos_customer_display/customer_display_view.xml
-
81pos_customer_display/i18n/fr.po
-
71pos_customer_display/i18n/pos_customer_display.pot
-
47pos_customer_display/pos_customer_display.py
-
137pos_customer_display/static/src/js/customer_display.js
-
55pos_payment_terminal/README.rst
-
24pos_payment_terminal/__openerp__.py
-
5pos_payment_terminal/pos_payment_terminal.py
-
4pos_payment_terminal/pos_payment_terminal_demo.xml
-
44pos_payment_terminal/static/src/js/pos_payment_terminal.js
@ -0,0 +1,55 @@ |
|||
POS Payment Terminal |
|||
==================== |
|||
|
|||
This module adds support for credit card reader and checks printer |
|||
in the Point of Sale. |
|||
|
|||
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 |
|||
============ |
|||
|
|||
This module is designed to be installed on the |
|||
*main Odoo server*. On the *POSbox*, you should install the module |
|||
*hw_x* depending on the protocol implemented in your device. |
|||
`Ingenico <http://en.wikipedia.org/wiki/Ingenico>` |
|||
and old Sagem devices support the Telium protocol implemented in the |
|||
*hw_telium_payment_terminal* module. |
|||
|
|||
Configuration |
|||
============= |
|||
|
|||
This module support two payment modes : *card* and *check*. The payment |
|||
mode should be configured on the main Odoo server, in the menu *Point |
|||
of Sale > Configuration > Payment Methods*, under the *Point of Sale* tab. |
|||
|
|||
Usage |
|||
===== |
|||
|
|||
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. |
|||
|
|||
Credits |
|||
======= |
|||
|
|||
Contributors |
|||
------------ |
|||
|
|||
* Aurelien Dumaine |
|||
* Alexis de Lattre <alexis.delattre@akretion.com> |
|||
|
|||
Maintainer |
|||
---------- |
|||
|
|||
.. image:: http://odoo-community.org/logo.png |
|||
:alt: Odoo Community Association |
|||
:target: http://odoo-community.org |
|||
|
|||
This module is maintained by the OCA. |
|||
|
|||
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. |
|||
|
|||
To contribute to this module, please visit http://odoo-community.org. |
Write
Preview
Loading…
Cancel
Save
Reference in new issue