TorbatYar/docs/phase-handover/phase-12-4.md
Mortezakoohjani 5c6a2e78cf feat(platform): seed service registry, deploy all modules, and fix homepage catalog.
Register all active platform services and base features in core DB so admin can manage them, add delivery/hospitality/sports-center backend phases, update apps catalog and production deploy tooling.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-27 12:39:51 +03:30

51 lines
1.2 KiB
Markdown

# Phase Handover — 12.4 POS Lite
## Metadata
| Field | Value |
| --- | --- |
| Phase ID | hospitality-12.4 |
| Title | POS Lite |
| Status | Complete |
| Service(s) | hospitality |
| Version | 0.12.4.0 |
| Date | 2026-07-26 |
| ADR(s) | ADR-017 (no new ADR) |
## Summary
Lightweight POS shell — registers, shifts, tickets, and ticket lines — on `hospitality_db`.
No payment posting, no accounting entries, no kitchen dispatch.
## Public APIs
| Method | Path |
| --- | --- |
| CRUD/list | `/api/v1/pos-registers` |
| Create (open) / list + close | `/api/v1/pos-shifts`, `/{id}/close` |
| CRUD/list + void | `/api/v1/pos-tickets`, `/{id}/void` |
| Create/list | `/api/v1/pos-ticket-lines` |
## Events
`hospitality.pos_register.created`, `pos_shift.opened|closed`, `pos_ticket.created|voided`,
`pos_ticket_line.added`
## Migration
`0005_phase_124_pos_lite` (additive)
## Known Limitations
- No payment posting / accounting entries
- No kitchen dispatch
- One open shift per register enforced at service layer only
## Next Phase Entry
Phase **12.5 — POS Pro**
## Service Snapshot
Regenerated: `docs/service-snapshots/hospitality.yaml`