You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module extend the Point of Sale Odoo module, regarding Meal Vouchers.
32
-
33
-
Meal voucher is a payment method, available in some countries (France, Belgium, Romania, ...)
34
-
that allows customer to buy food products in grocery stores or pay in restaurants.
31
+
This module allows to handle meal vouchers in the point of sale.
35
32
33
+
Meal vouchers are a payment method, available in some countries (France, Belgium, Romania,…) that allows customers to buy food products in grocery stores or pay in restaurants.
36
34
37
35
**Table of contents**
38
36
@@ -45,89 +43,92 @@ Configuration
45
43
Products
46
44
~~~~~~~~
47
45
48
-
* go to your products, and click on the 'Meal Voucher' checkbox, if your product
49
-
can be paid with meal vouchers.
46
+
On a product form, in the "Sales" tab, the "Can be Paid for by Meal Vouchers" checkbox controls whether the product can be paid for by meal vouchers.
* configures your Account journals, mentioning the type of Meal Voucher:
55
+
Point of Sale Payment Methods
56
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
59
57
60
-
- Paper : the journal will be used when scanning meal voucher barcodes
61
-
- Dematerialized: the journal will be used for dematerialized meal vouchers
62
-
- Mixed: Specific configuration if your accountant want to use a single journal for Credit card AND dematerialized meal vouchers. In that case, the button of this journal will be duplicated, and an extra text can be set to display an alternative label.
58
+
Point of sale payment methods (Point of Sale > Configuration > Payment Methods) have a "Meal Voucher Type" field that defines what type of meal voucher payment method they are:
This module adds a "Meal Vouchers" section in the point of sale settings (Point of Sale > Configuration > Settings, or Settings > Point of Sale) with several options:
72
70
73
-
* Open your Point of Sale
71
+
* **Maximum Amount**: Optional maximum amount per order that can be paid by meal vouchers. Set to 0 to disable.
72
+
* **Icon on Order Lines**: Whether to display an icon on point of sale order lines (on the product screen) for products that can be paid for by meal vouchers.
73
+
* **Information on Receipt**: Whether to display an asterisk (*) on receipts before each product that can be paid for by meal vouchers as well as the total eligible amount.
74
74
75
-
* Cashier can see the food products, eligible for meal voucher payment, and see the total for
On the product screen, the products that can be paid for by meal vouchers are (optionally) identified with an icon and the total amount of those products is displayed.
0 commit comments