TorbatYar/docs/hospitality-phase-12-5.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

42 lines
1.3 KiB
Markdown

# Phase 12.5 — POS Pro
| Field | Value |
| --- | --- |
| Status | Complete |
| Module | hospitality |
| Commercial Product | Torbat Food |
| Version | 0.12.5.0 |
| Database | `hospitality_db` |
| API Port | 8009 |
| ADR | ADR-001, ADR-003, ADR-006, ADR-017 |
| Prior phase | [12.4 POS Lite](hospitality-phase-12-4.md) |
## Goal
Extend POS Lite with full-featured POS capabilities — payments, discounts, tax lines, floor
plans, and stations — for larger venue formats, without accounting posting.
## Scope (In)
- Aggregates: PosPayment, PosDiscount, PosTaxLine, PosFloorPlan, PosStation
- APIs under `/api/v1/pos-payments|pos-discounts|pos-tax-lines|pos-floor-plans|pos-stations`
- Permissions + publish-only events
- Alembic `0006_phase_125_pos_pro`
- Capabilities `pos_pro`; version `0.12.5.0`
## Out of Scope
- Kitchen tickets, accounting journal posting, real payment gateway integration
## Quality Gates
Passed (architecture, dependency, migration, tenant, API, permissions, docs). See handover.
## Related Documents
- [Hospitality Roadmap](hospitality-roadmap.md)
- [Phase Handover 12.5](phase-handover/phase-12-5.md)
- [ADR-017](architecture/adr/ADR-017.md)
- [Module Registry](module-registry.md#hospitality)
- [Service Snapshot](service-snapshots/hospitality.yaml)