Toggle navigation

PoS Ticket Static QrCode

Beta License: AGPL-3 OCA/pos Translate me on Weblate Try me on Runboat

This module add a static QRCode on the POS ticket to let your customers rate your service, visit your website, or what ever you imagine.

While this could be achieved an unknown odoo feature using XML Qweb in footer or header ticket defined in Pos configuration like this (only on ticket printed via proxy not shown in ther browser):

<!DOCTYPE QWEB>
<img src="data:image/png;base64,iVBORw0..."/>
<div>SCAN ME TO...</div>

So using this module makes easier to configure the static QRCode display on PoS ticket footer.

Table of contents

Configuration

To define QRCode value and message:

  1. Go to any PoS configuration Point of Sale > Configuration > Point of Sale.
  2. Edit QRCode value, this is the result seen by users when they scan that QRCode.
  3. Edit QRCode message, a message shown bellow the QRCode to explain the intent of the QRCode (ie: SCAN ME TO RATE THE SERVICE).

Usage

  1. Open a PoS configuration
  2. Make an order and validate it.
  3. You should see the configured QRCode with a message in the receipt preview or printed receipt ticket if define in PoS Configuration.

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.

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

Credits

Authors

Contributors

Maintainers

This module is maintained by the OCA.

Odoo Community Association

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.

This module is part of the OCA/pos project on GitHub.

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