Check PosBox Connection
Check the connection to PosBox before printing to avoid loosing the orders
By default, the orders sent to printers may lost if the connection to PosBox is suddenly terminated. The module eliminates this disadvantage because it checks the connection to PosBox before order printing.
How It Works
If there is no connection to PosBox you would see the warning No connection to the printer: printer_name.
Note that the module doesn't look at the color of PosBox icon, because it can stay green for few seconds even if the connection is lost.
Tested on Odoo
10.0 community
10.0 community
Tested on Odoo
10.0 enterprise
10.0 enterprise
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Point of Sale (point_of_sale)
• Discuss (mail) • Inventory (stock) • Invoicing (account) |
| Community Apps Dependencies | Show |
| Lines of code | 214 |
| Technical Name |
itp_pos_order_print_check |
| License | See License tab |
| Website | https://it-projects.info |
Check PosBox Connection
Installation
- Install this module in a usual way
Configuration
- Open menu [[ Point Of Sale ]] >> Configuration >> Point of Sale
- Open POS Config form
- Click [Edit]
- Specify PosBox settings at Hardware Proxy / PosBox section
- Click [Save]
Usage
- Open session of Point of Sale
- Add some Products to cart
- Click [Order]
- RESULT: if no connection to PosBox, you will see the warning message No connection to the printer: printer_name
The MIT License (MIT) Copyright 2020 IT-Projects Labs Copyright 2015-2020 IT-Projects LLC Copyright 2014-2015 Ivan Yelizariev Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module