Go to file
2026-06-20 13:05:52 +07:00
models feat: add support for reprint labels and multi-line internal/customer notes in kitchen receipts 2026-06-02 20:29:16 +07:00
static/src/app refactor: process order line notes through getStrNotes utility in POS kitchen printer service 2026-06-20 13:05:52 +07:00
views first commit 2026-03-21 13:22:54 +07:00
__init__.py first commit 2026-03-21 13:22:54 +07:00
__manifest__.py chore: update module version to 19.0.1.1.2 2026-05-28 21:37:25 +07:00
.gitignore first commit 2026-03-21 13:22:54 +07:00
README.md feat: disable kitchen ticket reprint functionality in POS ticket screen 2026-05-12 16:01:50 +07:00

POS Kitchen ESC/POS Network Printer

This module adds support for generic network ESC/POS thermal printers in the Point of Sale Kitchen Display / Printing configurations.

Features

  • Add basic raw network printing over IP using port 9100 without relying on IoT box or EPSON-only support.
  • Configurable per-printer IP address directly under Point of Sale -> Printers settings.
  • Formats standard kitchen receipt containing products, quantity, and internal notes (without prices).

Setup

  • Go to POS Configuration -> Printers
  • Add a new "Network ESC/POS Printer".
  • Fill in the appropriate local IP address (e.g. 192.168.1.100) and the POS categories the printer should handle.
  • Set your POS configuration to route kitchen printing to this new printer as usual.