| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Restaurant (pos_restaurant)
• Point of Sale (point_of_sale) • Discuss (mail) • Inventory (stock) • Invoicing (account) |
| Community Apps Dependencies | Show |
| Lines of code | 1941 |
| Technical Name |
eh_pos_kds_restaurant |
| License | OPL-1 |
| Website | https://www.erpheritage.com.au |
Kitchen Display Restaurant
Course firing and tables for the ERP Heritage Kitchen Display: a line reaches the kitchen only when its course is fired, every ticket carries its table, and a table transfer follows the order.
Why this module
Coursing and tables, done right.
Fire by course
Lines wait off the board until their course is fired, so the kitchen starts each course at the right moment instead of seeing the whole table at once.
Table on every ticket
Each kitchen ticket shows its table, so the pass and the runners always know where a dish belongs.
Transfers follow the food
Move a table and the kitchen ticket re-points to the new table automatically. No lost orders mid service.
Day in the life
A full dining room.
Guests order three courses. The kitchen sees nothing until the server fires the starters, which land on the board with the table number. Mains fire when the table is ready, not before. The party moves to a larger table and the open ticket follows them. The pass never loses track of who ordered what.
Edge cases
The cases most modules quietly ignore.
In the shipped code today, each one a place where a cheaper module silently does the wrong thing.
Only the fired course reaches the kitchen; the rest of the order stays held, so a long dinner does not flood the board.
A mid-meal table transfer re-points the live kitchen ticket, so the food still finds the right table.
What is inside
Built to do the job, end to end.
- Course gate. Intake routes a line only when its course is fired; a la carte lines fire at once.
- Table label. The ticket reference carries the table number across the board and the status screen.
- Transfer re-point. A table change updates the linked kitchen ticket and notifies the board.
Honest about the edges
What this does not do, so nothing surprises you.
- Requires the free Kitchen Display Core and Kitchen Display modules.
- Built on the Odoo 19 Community restaurant coursing, so it targets Odoo 19.
- Coursing is fire based; it does not auto sequence courses on a timer.
odoo restaurant kitchen display, fire by course, odoo coursing kds, restaurant kds, table kitchen display, odoo 19 restaurant pos, course firing
Languages
Available in 19 languages
The interface ships translated out of the box. Switch language in Odoo and the fields, menus, and messages follow.
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Restaurant (pos_restaurant)
• Point of Sale (point_of_sale) • Discuss (mail) • Inventory (stock) • Invoicing (account) |
| Community Apps Dependencies | Show |
| Lines of code | 1941 |
| Technical Name |
eh_pos_kds_restaurant |
| License | OPL-1 |
| Website | https://www.erpheritage.com.au |
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must 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