📄️ RPApos Gateway — Overview
Migrate master catalog data from an RPApos tenant (.2rpa.com) into FlowPOS without CSV files. The gateway lives in the PWA Import Center and is backed by the NestJS /rpapos API module.
📄️ RPApos Gateway — Operator Guide
End-user flow for migrating catalog data from RPApos into FlowPOS.
📄️ RPApos Gateway — Architecture
Technical design of the RPApos → FlowPOS catalog sync pipeline.
📄️ RPApos Gateway — FlowPOS API
REST API exposed by FlowPOS backend (RpaposController). Base path: /rpapos. All routes require Firebase Bearer auth unless noted.
📄️ RPApos Gateway — External RPApos API
HTTP integration with tenant-hosted RPApos (*.2rpa.com). FlowPOS backend calls these URLs from RpaposHttpAdapter; the PWA never talks to RPApos directly (except public logo images).
📄️ RPApos Gateway — Entity Mapping
How each RPApos catalog entity is transformed and loaded into FlowPOS.
📄️ RPApos Gateway — Database Schema
PostgreSQL objects used by the RPApos gateway integration.