Skip to content

Latest commit

 

History

History

pos_driver_display

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Point of Sale - LED Customer Display (odoo-driver)

Beta License: AGPL-3 grap/odoo-addons-driver

This module extends the Point of Sale odoo module, to add compatibility with the odoo-driver python library, when using LED Customer display.

More information: https://pypi.org/project/odoo-driver/

Table of contents

To configure this module, * go to the menu Point of Sale > Configuration > Point of Sale * edit the point of sale for which you want to enable the LED:

  • In the IotBox section, activate the option LED Customer Display,
  • configure the format of your LED screen. (2 lines of 20 characters, by default)
  • optionaly, you can customize the Next customer message and the POS closed message
https://raw.githubusercontent.com/grap/odoo-addons-driver/16.0/pos_driver_display/static/img/pos_config_form.png

Once everything is configured, just start the POS as usual. You will see the following messages on the device, depending on the events.

  • when cashier starts the PoS
  • when cashier creates a new empty PoS Order
  • when cashier Closes the PoS
  • when cashier adds a product
  • when cashier changes the Unit Price, the discount or the quantity
  • when cashier removes an order line
  • when the payment screen is displayed. (The device will display the total amount)
  • each time a payment is created, removed, or updated. (The device will display the amount of the change to give back)

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.

  • GRAP

This module is a full refactor of the OCA V12 module pos_customer_display. Original authors and ideas are:

This module is part of the grap/odoo-addons-driver project on GitHub.

You are welcome to contribute.