Ridhira POS Kitchen Print Direct
by Ridhira Technologies https://ridhira.desigoogly.com , Pune https://ridhira.desigoogly.com , India https://ridhira.desigoogly.com| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Point of Sale (point_of_sale)
• Discuss (mail) • Inventory (stock) • Invoicing (account) |
| Lines of code | 454 |
| Technical Name |
ridhira_pos_kitchen_print_direct |
| License | LGPL-3 |
| Website | https://ridhira.desigoogly.com |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Point of Sale (point_of_sale)
• Discuss (mail) • Inventory (stock) • Invoicing (account) |
| Lines of code | 454 |
| Technical Name |
ridhira_pos_kitchen_print_direct |
| License | LGPL-3 |
| Website | https://ridhira.desigoogly.com |
Ridhira POS Print Proxy
Zero-Lag Enterprise Printing for Odoo POS
Ridhira Tech - An AI First Technology Company
Visit Our Website: https://ridhira.desigoogly.com/
Need Help? Contact Us for Free Support & Setup Assistance
WhatsApp Support Telegram Support
Enterprise Features
Zero-Lag Printing
Advanced asynchronous background queueing ensures your POS operator never experiences UI freezing while waiting for a network printer.
Crash-Proof Persistence
Built-in SQLite database safely stores pending jobs. If the power goes out, your receipts will print automatically when the system boots back up!
Glassmorphic Dashboard
Manage your entire kitchen queue, instantly retry failed jobs, and monitor printer connections from a stunning real-time web dashboard.
Universal Hardware Support
Seamlessly supports Native OS Printers (USB), Direct Raw Network ESC/POS, and Mobile QR Code Self-Ordering all concurrently.
Real-time Queue Management Dashboard
Installation & Configuration Guide
Follow these simple steps to install the module in Odoo and configure the external Python print proxy.
I. Module Deployment and Installation
A. Odoo Module Placement
The module folder (ridhira_pos_kitchen_print_direct) must be placed in your Odoo custom addons directory.
B. Configuration & Installation
Before installing, you must edit the JavaScript file to point to your proxy's IP address.
File:
ridhira_pos_kitchen_print_direct/static/src/js/pos_print_override.jsAction: Change
PROXY_URL to your proxy's IP. The port must be 9100.
- Log in to Odoo as Administrator.
- Activate Developer Mode (Settings > General Settings).
- Go to Apps and click Update Apps List.
- Search for Ridhira POS Kitchen Print Direct and click Install.
II. Configure the External Print Proxy
The external Python proxy must run on a machine (POS device, Raspberry Pi, or PC) that has network access to your printers.
1. Install Dependencies
Run the following command to install the required high-performance server libraries:
2. Start the Proxy Server
3. Verify Connection & Dashboard
- Live Dashboard: Navigate to http://127.0.0.1:9100 to manage your print queues.
- Detect Printers: API access available at
http://127.0.0.1:9100/detect
4. Configure Odoo POS Settings
- Navigate to Point of Sale > Configuration > Settings.
- Scroll to Preparation Printers and enable the checkbox.
- Click the Printers link and Create a new printer.
- Printer Type: Select "Use a printer connected to the IoT Box".
- Proxy IP Address: Enter the IP address of the machine running the Python proxy.
- Click Save.
III. Testing & Troubleshooting
- Open Session: Launch a new POS session.
- Order: Process an order with products marked as "Send to Kitchen".
- Verify: Check your Dashboard (`http://127.0.0.1:9100`) to see the job instantly queued and printed.
Supports Mobile Self-Orders
This module natively supports Self Orders placed from mobile devices. Users will be able to place QR mobile orders from their phones, and it will effortlessly follow the same high-speed proxy path as direct cashier orders.
Please log in to comment on this module
How To Use
Please help me
hhow to use the program
How To Use
Please message us on whatsapp or telegram link given at our website - https://ridhira.desigoogly.com/ , we will help you get it installed and working, we are in IST time zone..
Self order, mobile order via QR code kitchen printing is also supported now..
Hola, me interesa ponerlo en funcionamiento
Hola, esto funciona? que precio tiene ponerlo en marcha? ahí en sus instrucciones dice que hay que colocarle el IP de la impresora, ¿Si la impresora es USB no se puede?, me indica si esa ip que dice es con impresora de RED obligatorio o se puede con USB o es el IP del equipo donde estará instalada la impresora USB!
Hi, does this work? What's the price to get it up and running? The instructions say you have to enter the printer's IP address. If it's a USB printer, can't you do that? Could you tell me if the IP address you mentioned is required for network printers, or if it can be entered for USB printers, or if it's the IP address of the computer where the USB printer will be installed?
Hola, me interesa ponerlo en funcionamiento
You can reach us via whatsapp at: https://api.whatsapp.com/send/?phone=918208411979&text&type=phone_number&app_absent=0
Our telegram link: https://t.me/ridhiratech
It will work for USB printers:
If you install the official printer drivers on the computer (Mac/Windows/Linux) running our proxy system, the operating system manages the USB connection. Our app already fully supports this!
How to set it up:
Assign the printer in the proxy configuration. You can do this via the /assign API or by directly editing printers.json:
Ridhira POS Kitchen Print Direct: Installation and Usage Guide
This guide provides steps for end-users to install the module in Odoo and configure the external Python print proxy.
📦 I. Module Deployment and Installation
This module consists of two parts: the Odoo module files and the external Python proxy service.
A. Odoo Module Placement
The module files (the folder named ridhira_pos_kitchen_print_direct) must be placed in a directory that Odoo is configured to scan for modules.
Locate Odoo Addons Path: Identify the directory where your Odoo instance looks for custom modules. This is usually named custom_addons, extra-addons, or similar.
Typical Path: path/to/odoo/server/custom_addons/
Place Module Folder: Place the entire module folder (the one containing __manifest__.py and __init__.py) into this custom_addons directory.
Resulting Structure:
custom_addons/ └── ridhira_pos_kitchen_print_direct/ ├── __manifest__.py └── ... (other module files)B. Odoo Installation
Change PROXY_URL in file ridhira_pos_kitchen_print_direct/static/src/js/pos_print_override.js to the ip and port as 9100 where your printer is connected
Log In to Odoo: Log in as an administrator.
Activate Developer Mode: If not already active, enable Developer Mode (found under your username > Settings).
Update App List: Navigate to the Apps module and click Update Apps List.
Install Module: Search for Ridhira POS Kitchen Print Direct and click Install.
⚙️ II. Configure the External Print Proxy
Your external Python proxy (ridhira_pos_kitchen_print_direct/proxy/app.py) must be running and accessible by the Odoo server, this has to be running on the machine that is connected to the printer, it can be POS device or any other machine that has direct access to the printer.
Run the following command to install all necessary libraries for web handling (Flask, CORS), image processing (Pillow), and ESC/POS printing:
Run the command python3 proxy/app.py to start the proxy app
Navigate to http://127.0.0.1:9100/detect to see the list of printers detected on the machine
Navigate to http://127.0.0.1:9100 to do the test print
Steps to modify Odoo settings for preparation printers:
Set Proxy Address: In Odoo, navigate to the Point of Sale application.
Go to Configuration > Settings > Preparation Printers.
Enable Preparation Printers check box
Click Printers link and add a new printer with type as Use a printer connected to the IoT Box, give the IP address in Proxy IP Address
Click Save.
🧑🍳 IV. Testing the Printing
Open POS Session: Open a new Point of Sale session and allow it to fully load.
Create and Validate: Ring up an order that requires a kitchen receipt (products marked as "Send to kitchen").
Verify Print: The kitchen print job should be sent directly to the configured hardware without relying on the standard IoT box.
Troubleshooting: If the job fails, check the console or log file for the running Python app.py proxy for specific connection or error messages.