Pular para o conteúdo
StrategileCompany.
Project · Custom management on the existing ERP

Layer 1

The ERP they already have, finally readable.

A platform that builds per-client management systems on top of the ERP the company already runs. No system replacement, no data copying.

WebIn production

What it does

The name comes from the Rosetta Stone: deciphering an unknown script by comparing it to a known text. That is what the core engine does — it takes an ERP's opaque schema and the reports that ERP prints, and derives the meaning of every table and field until the numbers match what the client already accepts as true.

Access to the ERP database is read-only, behind a six-layer query gate, through a reverse tunnel that dials out from inside the client network — no open ports, no mirror, no cached results. The audit trail keeps the executed SQL and the row count; never the contents.

Capabilities

  • Sales, finance and inventory screens assembled per client, with no code fork
  • Six-layer read-only query gate, with every SQL statement audited
  • Reverse tunnel installed by script, with no open port on the client network

Engineering

Revenue and COGS reconciled exactly against the client's own ERP income statement for three consecutive months — 537 automated tests guard the engine.

Stack

Next.jsTypeScriptDrizzlePostgreSQLPlaywright