# Phase 12.4 — POS Lite | Field | Value | | --- | --- | | Status | Complete | | Module | hospitality | | Commercial Product | Torbat Food | | Version | 0.12.4.0 | | Database | `hospitality_db` | | API Port | 8009 | | ADR | ADR-001, ADR-003, ADR-006, ADR-017 | | Prior phase | [12.3 Table Service & Reservations](hospitality-phase-12-3.md) | ## Goal Add a lightweight POS shell — registers, shifts, tickets, and ticket lines — for small venue formats, without payment posting or accounting entries. ## Scope (In) - Aggregates: PosRegister, PosShift, PosTicket, PosTicketLine - APIs under `/api/v1/pos-registers|pos-shifts|pos-tickets|pos-ticket-lines` - Shift open (via create) / close; ticket void - Permissions + publish-only events - Alembic `0005_phase_124_pos_lite` - Capabilities `pos_lite`; version `0.12.4.0` ## Out of Scope - POS Pro (discounts, taxes, payments, floor plans), Kitchen tickets, Payment posting ## Quality Gates Passed (architecture, dependency, migration, tenant, API, permissions, docs). See handover. ## Related Documents - [Hospitality Roadmap](hospitality-roadmap.md) - [Phase Handover 12.4](phase-handover/phase-12-4.md) - [ADR-017](architecture/adr/ADR-017.md) - [Module Registry](module-registry.md#hospitality) - [Service Snapshot](service-snapshots/hospitality.yaml)