odoo12-addon-pos-meal-voucher


Nameodoo12-addon-pos-meal-voucher JSON
Version 12.0.1.0.8 PyPI version JSON
download
home_pagehttps://github.com/OCA/pos
SummaryHandle meal vouchers in Point of Sale with eligible amount and max amount
upload_time2023-04-18 21:57:19
maintainer
docs_urlNone
authorGRAP, Odoo Community Association (OCA)
requires_python>=3.5
licenseAGPL-3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ============================
Point Of Sale - Meal Voucher
============================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! This file is generated by oca-gen-addon-readme !!
   !! changes will be overwritten.                   !!
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
    :target: https://odoo-community.org/page/development-status
    :alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
    :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpos-lightgray.png?logo=github
    :target: https://github.com/OCA/pos/tree/12.0/pos_meal_voucher
    :alt: OCA/pos
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_meal_voucher
    :alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
    :target: https://runbot.odoo-community.org/runbot/184/12.0
    :alt: Try me on Runbot

|badge1| |badge2| |badge3| |badge4| |badge5| 

This module extend the Point of Sale Odoo module, regarding Meal Vouchers.

Meal voucher is a payment method, available in some countries (France, Belgium, Romania, ...)
that allows customer to buy food products in grocery stores or pay in restaurants.


**Table of contents**

.. contents::
   :local:

Configuration
=============

Products
~~~~~~~~

* go to your products, and click on the 'Meal Voucher' checkbox, if your product
  can be paid with meal vouchers.

.. figure:: https://raw.githubusercontent.com/OCA/pos/12.0/pos_meal_voucher/static/description/product_product_form.png

* You can configure your product categories to have a default value for the products
  that belong to this category.

.. figure:: https://raw.githubusercontent.com/OCA/pos/12.0/pos_meal_voucher/static/description/product_category_form.png

* configures your Account journals, mentioning the type of Meal Voucher:

- Paper : the journal will be used when scanning meal voucher barcodes
- Dematerialized: the journal will be used for dematerialized meal vouchers
- 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.

.. figure:: https://raw.githubusercontent.com/OCA/pos/12.0/pos_meal_voucher/static/description/account_journal_form.png

* go your point of sale configuration form, and set the maximum amount allowed by ticket. (optional)

.. figure:: https://raw.githubusercontent.com/OCA/pos/12.0/pos_meal_voucher/static/description/pos_config_form.png

Usage
=====

* Open your Point of Sale

* Cashier can see the food products, eligible for meal voucher payment, and see the total for
  Meal Voucher amount

  .. figure:: https://raw.githubusercontent.com/OCA/pos/12.0/pos_meal_voucher/static/description/front_ui_pos_order_screen.png

* go to the payment screen

A Meal Voucher Summary is available:

  .. figure:: https://raw.githubusercontent.com/OCA/pos/12.0/pos_meal_voucher/static/description/front_ui_pos_payment_screen.png

If the amount received is too important, a warning icon is displayed

  .. figure:: https://raw.githubusercontent.com/OCA/pos/12.0/pos_meal_voucher/static/description/front_ui_pos_payment_screen_summary.png

If the cashier try to validate the order, a warning is also display, asking confirmation

  .. figure:: https://raw.githubusercontent.com/OCA/pos/12.0/pos_meal_voucher/static/description/front_ui_pos_payment_screen_warning.png

It is a non blocking warning, because we don't want to prevent an order to be done,
if products are not correctly set, or if a recent law changed the maximum amount that can
be used each day. (A recent case occured in France, during the Covid-19 pandemy)

Informations are printed on the ticket, if the point of sale is so configured.

  .. figure:: https://raw.githubusercontent.com/OCA/pos/12.0/pos_meal_voucher/static/description/ticket_information.png

Note
~~~~

A new barcode rule is available for Paper Meal Voucher of 24 chars:

``...........{NNNDD}........``

If you scan the following barcode ``052566641320080017000000``, a new payment line will be added, with an amount of 8,00€ (``00800``)

Known issues / Roadmap
======================

Possible Features
~~~~~~~~~~~~~~~~~

* Introduce the Meal Voucher Issuer model
* When scaning Meal Voucher, deduce the Issuer
* Add a reporting to make easily the deposit of Meal Vouchers, per issuers.
* Add an option to add subtotal of products that can be paid with meal vouchers,
  on the bill.
* Prevent to scan twice the same Meal Voucher barcode.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/pos/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/pos/issues/new?body=module:%20pos_meal_voucher%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~

* GRAP

Contributors
~~~~~~~~~~~~

* Sylvain LE GAL <https://twitter.com/legalsylvain>

Other credits
~~~~~~~~~~~~~

The development of this module has been financially supported by:

* Vracoop (https://portail.vracoop.fr/)
* Demain Supermarché (http://www.demainsupermarche.org/)

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: https://odoo-community.org

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.

.. |maintainer-legalsylvain| image:: https://github.com/legalsylvain.png?size=40px
    :target: https://github.com/legalsylvain
    :alt: legalsylvain

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-legalsylvain| 

This module is part of the `OCA/pos <https://github.com/OCA/pos/tree/12.0/pos_meal_voucher>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OCA/pos",
    "name": "odoo12-addon-pos-meal-voucher",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "",
    "author": "GRAP, Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": "",
    "platform": null,
    "description": "============================\nPoint Of Sale - Meal Voucher\n============================\n\n.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! This file is generated by oca-gen-addon-readme !!\n   !! changes will be overwritten.                   !!\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n\n.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n    :target: https://odoo-community.org/page/development-status\n    :alt: Beta\n.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n    :alt: License: AGPL-3\n.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpos-lightgray.png?logo=github\n    :target: https://github.com/OCA/pos/tree/12.0/pos_meal_voucher\n    :alt: OCA/pos\n.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n    :target: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_meal_voucher\n    :alt: Translate me on Weblate\n.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n    :target: https://runbot.odoo-community.org/runbot/184/12.0\n    :alt: Try me on Runbot\n\n|badge1| |badge2| |badge3| |badge4| |badge5| \n\nThis module extend the Point of Sale Odoo module, regarding Meal Vouchers.\n\nMeal voucher is a payment method, available in some countries (France, Belgium, Romania, ...)\nthat allows customer to buy food products in grocery stores or pay in restaurants.\n\n\n**Table of contents**\n\n.. contents::\n   :local:\n\nConfiguration\n=============\n\nProducts\n~~~~~~~~\n\n* go to your products, and click on the 'Meal Voucher' checkbox, if your product\n  can be paid with meal vouchers.\n\n.. figure:: https://raw.githubusercontent.com/OCA/pos/12.0/pos_meal_voucher/static/description/product_product_form.png\n\n* You can configure your product categories to have a default value for the products\n  that belong to this category.\n\n.. figure:: https://raw.githubusercontent.com/OCA/pos/12.0/pos_meal_voucher/static/description/product_category_form.png\n\n* configures your Account journals, mentioning the type of Meal Voucher:\n\n- Paper : the journal will be used when scanning meal voucher barcodes\n- Dematerialized: the journal will be used for dematerialized meal vouchers\n- 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.\n\n.. figure:: https://raw.githubusercontent.com/OCA/pos/12.0/pos_meal_voucher/static/description/account_journal_form.png\n\n* go your point of sale configuration form, and set the maximum amount allowed by ticket. (optional)\n\n.. figure:: https://raw.githubusercontent.com/OCA/pos/12.0/pos_meal_voucher/static/description/pos_config_form.png\n\nUsage\n=====\n\n* Open your Point of Sale\n\n* Cashier can see the food products, eligible for meal voucher payment, and see the total for\n  Meal Voucher amount\n\n  .. figure:: https://raw.githubusercontent.com/OCA/pos/12.0/pos_meal_voucher/static/description/front_ui_pos_order_screen.png\n\n* go to the payment screen\n\nA Meal Voucher Summary is available:\n\n  .. figure:: https://raw.githubusercontent.com/OCA/pos/12.0/pos_meal_voucher/static/description/front_ui_pos_payment_screen.png\n\nIf the amount received is too important, a warning icon is displayed\n\n  .. figure:: https://raw.githubusercontent.com/OCA/pos/12.0/pos_meal_voucher/static/description/front_ui_pos_payment_screen_summary.png\n\nIf the cashier try to validate the order, a warning is also display, asking confirmation\n\n  .. figure:: https://raw.githubusercontent.com/OCA/pos/12.0/pos_meal_voucher/static/description/front_ui_pos_payment_screen_warning.png\n\nIt is a non blocking warning, because we don't want to prevent an order to be done,\nif products are not correctly set, or if a recent law changed the maximum amount that can\nbe used each day. (A recent case occured in France, during the Covid-19 pandemy)\n\nInformations are printed on the ticket, if the point of sale is so configured.\n\n  .. figure:: https://raw.githubusercontent.com/OCA/pos/12.0/pos_meal_voucher/static/description/ticket_information.png\n\nNote\n~~~~\n\nA new barcode rule is available for Paper Meal Voucher of 24 chars:\n\n``...........{NNNDD}........``\n\nIf you scan the following barcode ``052566641320080017000000``, a new payment line will be added, with an amount of 8,00\u20ac (``00800``)\n\nKnown issues / Roadmap\n======================\n\nPossible Features\n~~~~~~~~~~~~~~~~~\n\n* Introduce the Meal Voucher Issuer model\n* When scaning Meal Voucher, deduce the Issuer\n* Add a reporting to make easily the deposit of Meal Vouchers, per issuers.\n* Add an option to add subtotal of products that can be paid with meal vouchers,\n  on the bill.\n* Prevent to scan twice the same Meal Voucher barcode.\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues <https://github.com/OCA/pos/issues>`_.\nIn case of trouble, please check there if your issue has already been reported.\nIf you spotted it first, help us smashing it by providing a detailed and welcomed\n`feedback <https://github.com/OCA/pos/issues/new?body=module:%20pos_meal_voucher%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.\n\nDo not contact contributors directly about support or help with technical issues.\n\nCredits\n=======\n\nAuthors\n~~~~~~~\n\n* GRAP\n\nContributors\n~~~~~~~~~~~~\n\n* Sylvain LE GAL <https://twitter.com/legalsylvain>\n\nOther credits\n~~~~~~~~~~~~~\n\nThe development of this module has been financially supported by:\n\n* Vracoop (https://portail.vracoop.fr/)\n* Demain Supermarch\u00e9 (http://www.demainsupermarche.org/)\n\nMaintainers\n~~~~~~~~~~~\n\nThis module is maintained by the OCA.\n\n.. image:: https://odoo-community.org/logo.png\n   :alt: Odoo Community Association\n   :target: https://odoo-community.org\n\nOCA, or the Odoo Community Association, is a nonprofit organization whose\nmission is to support the collaborative development of Odoo features and\npromote its widespread use.\n\n.. |maintainer-legalsylvain| image:: https://github.com/legalsylvain.png?size=40px\n    :target: https://github.com/legalsylvain\n    :alt: legalsylvain\n\nCurrent `maintainer <https://odoo-community.org/page/maintainer-role>`__:\n\n|maintainer-legalsylvain| \n\nThis module is part of the `OCA/pos <https://github.com/OCA/pos/tree/12.0/pos_meal_voucher>`_ project on GitHub.\n\nYou are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n\n\n",
    "bugtrack_url": null,
    "license": "AGPL-3",
    "summary": "Handle meal vouchers in Point of Sale with eligible amount and max amount",
    "version": "12.0.1.0.8",
    "project_urls": {
        "Homepage": "https://github.com/OCA/pos"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "37f2ff19d7e21959a8d4d285658254cf7dafae1a44f2bb01802f2b21c00b68f3",
                "md5": "ef151ed2e14e81a71bea2f61e1386470",
                "sha256": "775ae9f20437379ecd8aa4a142b634385eff24f64ac846adfc706c565b940c78"
            },
            "downloads": -1,
            "filename": "odoo12_addon_pos_meal_voucher-12.0.1.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ef151ed2e14e81a71bea2f61e1386470",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 326946,
            "upload_time": "2023-04-18T21:57:19",
            "upload_time_iso_8601": "2023-04-18T21:57:19.815223Z",
            "url": "https://files.pythonhosted.org/packages/37/f2/ff19d7e21959a8d4d285658254cf7dafae1a44f2bb01802f2b21c00b68f3/odoo12_addon_pos_meal_voucher-12.0.1.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-18 21:57:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OCA",
    "github_project": "pos",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "odoo12-addon-pos-meal-voucher"
}
        
Elapsed time: 0.18429s