TorbatYar/docs/phase-handover/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

52 lines
1.2 KiB
Markdown

# Phase Handover — 12.5 POS Pro
## Metadata
| Field | Value |
| --- | --- |
| Phase ID | hospitality-12.5 |
| Title | POS Pro |
| Status | Complete |
| Service(s) | hospitality |
| Version | 0.12.5.0 |
| Date | 2026-07-26 |
| ADR(s) | ADR-017 (no new ADR) |
## Summary
Payments, discounts, tax lines, floor plans, and stations on `hospitality_db`. Payment records
are local only — no accounting journal posting, no real payment gateway integration.
## Public APIs
| Method | Path |
| --- | --- |
| CRUD/list | `/api/v1/pos-payments` |
| CRUD/list | `/api/v1/pos-discounts` |
| CRUD/list | `/api/v1/pos-tax-lines` |
| CRUD/list | `/api/v1/pos-floor-plans` |
| CRUD/list | `/api/v1/pos-stations` |
## Events
`hospitality.pos_payment.recorded`, `pos_discount.applied`, `pos_tax_line.added`,
`pos_floor_plan.created`, `pos_station.created`
## Migration
`0006_phase_125_pos_pro` (additive)
## Known Limitations
- No accounting journal posting
- No real payment gateway integration (local records only)
- No kitchen dispatch
## Next Phase Entry
Phase **12.6 — Kitchen**
## Service Snapshot
Regenerated: `docs/service-snapshots/hospitality.yaml`