Reviewedv1Get started

FoodTech platform overview

Understand how Console, applications, financial services, and analytics connect without breaking module ownership.

System shape

Console is the business and tenant operating core, while Plus, Flowra, and Fleetly are specialized runtime surfaces. LuxPay is an independent financial boundary, and Manager is an internal control plane for the FoodTech team.

Integration never grants an application direct write access to another application's tables. Every change crosses a documented API or event contract and preserves business, branch, and warehouse scope where applicable.

  • Console owns business operations and operational modules.
  • Manager does not become a replacement POS, inventory, or accounting system.
  • LuxPay owns payment and wallet behavior and is not embedded as Console tables.
  • Flutter applications use sync contracts, outbox delivery, and idempotency.

Trusted context

business_id, branch_id, and warehouse_id are security boundaries, not decorative values. Resolve them from trusted identity and verify the user or device authorization before any read or write.

Module ownership

Every module owns its domain logic, permissions, translations, and UI contributions. Integrations cross explicit adapters or gateways and cannot bypass posting, audit, or stock controls.