From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- .../pos_mercury/views/pos_config_setting_views.xml | 18 ++++ addons/pos_mercury/views/pos_mercury_templates.xml | 18 ++++ .../views/pos_mercury_transaction_templates.xml | 69 ++++++++++++++++ addons/pos_mercury/views/pos_mercury_views.xml | 96 ++++++++++++++++++++++ 4 files changed, 201 insertions(+) create mode 100644 addons/pos_mercury/views/pos_config_setting_views.xml create mode 100644 addons/pos_mercury/views/pos_mercury_templates.xml create mode 100644 addons/pos_mercury/views/pos_mercury_transaction_templates.xml create mode 100644 addons/pos_mercury/views/pos_mercury_views.xml (limited to 'addons/pos_mercury/views') diff --git a/addons/pos_mercury/views/pos_config_setting_views.xml b/addons/pos_mercury/views/pos_config_setting_views.xml new file mode 100644 index 00000000..1e0e6f48 --- /dev/null +++ b/addons/pos_mercury/views/pos_config_setting_views.xml @@ -0,0 +1,18 @@ + + + + res.config.form.inherit.mercury + res.config.settings + + +
+
+
+ +
+
+
+
diff --git a/addons/pos_mercury/views/pos_mercury_templates.xml b/addons/pos_mercury/views/pos_mercury_templates.xml new file mode 100644 index 00000000..4233cda5 --- /dev/null +++ b/addons/pos_mercury/views/pos_mercury_templates.xml @@ -0,0 +1,18 @@ + + + + + + + + diff --git a/addons/pos_mercury/views/pos_mercury_transaction_templates.xml b/addons/pos_mercury/views/pos_mercury_transaction_templates.xml new file mode 100644 index 00000000..41e268c9 --- /dev/null +++ b/addons/pos_mercury/views/pos_mercury_transaction_templates.xml @@ -0,0 +1,69 @@ + + + + + + + + + + + + diff --git a/addons/pos_mercury/views/pos_mercury_views.xml b/addons/pos_mercury/views/pos_mercury_views.xml new file mode 100644 index 00000000..2ba576e3 --- /dev/null +++ b/addons/pos_mercury/views/pos_mercury_views.xml @@ -0,0 +1,96 @@ + + + + + Vantiv Configurations + pos_mercury.configuration + +
+ +
+
+
+

+ Vantiv Configurations define what Vantiv account will be used when + processing credit card transactions in the Point Of Sale. Setting up a Vantiv + configuration will enable you to allow payments with various credit cards + (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this + configuration you should associate it with a Point Of Sale payment method. +

+ We currently support the MagTek Dynamag card reader device. It can be connected + directly to the Point Of Sale device or it can be connected to the IoTBox. +

+ Using the Vantiv integration in the Point Of Sale is easy: just press the + associated payment method. After that the amount can be adjusted (eg. for cashback) + just like on any other payment line. Whenever the payment line is set up, a card + can be swiped through the card reader device. +

+ For quickly handling orders: just swiping a credit card when on the payment screen + (without having pressed anything else) will charge the full amount of the order to + the card. +

+ If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472 + to create one. +

+
+ + + + +
+
+
+
+ + + Vantiv Configurations + pos_mercury.configuration + + + + + + + + + + Vantiv Configurations + ir.actions.act_window + pos_mercury.configuration + tree,kanban,form + +

+ Configure your card reader +

+
+
+ + + Payment Method + pos.payment.method + + + + + + + + + + POS orders + pos.order + + + + + + + + + + + +
+
-- cgit v1.2.3