odoo/addons/point_of_sale/tools/posbox
Joren Van Onder cdf21ebe4a [FIX] point_of_sale: make POSBox print only one ticket when losing wifi
The POSBox attempts to maintain whatever Wi-Fi connection it has as best
it can. When it loses it's current Wi-Fi connection it will attempt
to recreate it every 30 seconds. This works well, but a side-effect of
this is that it'll also print a 'Could not connect to LAN' ticket every
time it fails. If you where to leave the POSBox with Wi-Fi on for an
extended period of time you could return to a lot of 'Could not connect
to LAN' tickets.

This makes it so that the 'Could not connect to LAN' ticket only gets
printed once upon connection loss. Although it would be simpler to just
not print this ticket at all when losing connection, it is very useful
to know when the POSBox has lost connection. Otherwise when it loses
connection it would stop working and noone would know why.
2016-02-09 16:30:01 +01:00
..
configuration [FIX] point_of_sale: make POSBox print only one ticket when losing wifi 2016-02-09 16:30:01 +01:00
overwrite_after_init/etc [IMP] point_of_sale: support Wi-Fi on the posbox 2015-10-09 09:38:09 +02:00
overwrite_before_init [IMP] point_of_sale: add hw_blackbox_be to posbox image 2015-12-09 14:52:10 +01:00
.gitignore [IMP] point_of_sale: add scripts to generate posbox images 2015-08-11 15:19:57 +02:00
posbox_create_image.sh [IMP] point_of_sale: add remote debugging capabilities to the posbox 2015-10-09 09:38:09 +02:00
posbox_download_images.sh [IMP] point_of_sale: add scripts to generate posbox images 2015-08-11 15:19:57 +02:00