Enterprise Resource Planning

One Platform.
Your Entire Business.

Axiom ERP unites sales, procurement, manufacturing, warehouse, finance and HR in a single system. No more isolated tools — one source of truth for your enterprise.

31+ business contexts
546+ API endpoints
130+ database tables
106+ test packages
🏗️
31 Bounded Contexts From CRM to Ukrainian tax compliance — each isolated and autonomous
43 Automation Scripts 36 universal + 7 Ukrainian scripts (S-UA01..07), cron scheduler
📊
19 QueryStudio Entities P&L, Balance Sheet, VAT register, payroll, fixed assets — XLSX export
🌐
5 Interface Languages Ukrainian, English, German, Polish, Spanish — runtime switching
Core Principles

Why Axiom is different

Most ERP systems implement isolated parts of the functionality. Axiom is built as a unified organism — and v1.0.0 proves it with full Ukrainian compliance built on the same foundation.

Domain-Driven Design

Each business process is a separate bounded context with its own rules, aggregates and events.

Event-Driven Integration

Contexts communicate through domain events. OrderConfirmed → reserves inventory and creates an invoice automatically.

Ready to Scale

Monolithic architecture today, microservices tomorrow. No direct imports between contexts.

End-to-End Process

From lead to cash in the bank

Axiom automatically passes data between contexts — no manual data entry.

1 2 3 4 5 6 7
🎯 Sales Leads & pipeline
🛒 Orders Quote → order
🧾 Invoice Auto-created
📊 Analytics P&L, Cash Flow
📜 Contracts Terms & pricing
📦 Shipment WMS & dispatch
💳 Payment Settlement
Platform Modules

Everything a business needs

31 functional contexts — from CRM and manufacturing to full Ukrainian tax compliance. The only ERP where everything works as a system, not isolated modules.

🇺🇦 Ukrainian Compliance Layer 9 modules · 1C Replacement
✓ ПН + ЄРПН ✓ ПДВ J0110113 ✓ ЄСВ / ПДФО / ВЗ ✓ Форма 1 + Ф.2 ✓ Клієнт-банк ✓ 16 груп ПКУ ✓ Курси НБУ ✓ AI-бухгалтерія ✓ ЄДРПОУ / РНОКПП ✓ Automation S-UA AXIOM ERP v1.0.0 · 9 compliance modules · 82 migrations
1С / BAS Axiom ERP 🇺🇦
Banned by law in Ukraine
First legal Ukrainian ERP — built for law
Tax invoice (ПН): manual form + external KEP app
Auto-created from invoice via S-UA01 script
ЄРПН: external desktop software (M.E.Doc)
Built-in: ЄRPN_MODE=production — 1 env var
VAT declaration: separate module / software
J0110113 + Appendix D5 — auto from VAT register
Payroll taxes: blended rate, one account
ЄСВ 22% / ПДФО 18% / ВЗ 1.5% — 3 separate GL accounts
Fixed assets: no PKU tax groups
All 16 groups art. 138.3.3 — auto Dt 83 / Ct 131
Bank integration: no Ukrainian banks API
MT940 (all SWIFT banks) + PrivatBank CSV + IBAN MOD-97
Financial statements: no NP(S)BO 1 standard
Balance Sheet Ф.1 + P&L Ф.2 — A4 print-to-PDF
Exchange rates: manual entry per transaction
NBU daily auto 10:15 Kyiv + P(S)BO 21 diff auto-posted
Engineering first

Built on enterprise principles — not adapted to them

DDD, CQRS and Hexagonal Architecture from the ground up — not bolted on. Go 1.26, PostgreSQL 18, compile-time dependency injection via Google Wire, no ORM. 106 test packages against a real database. Full Ukrainian compliance in the same codebase — ПН/ЄРПН, ПДВ, ЄСВ, Fixed Assets, NBU rates, Client-Bank, AI. Слава Україні! 🇺🇦

Full architecture & stack overview →
Target Audience

Who is Axiom for

Designed for manufacturing, trading and service companies of all sizes.

Manufacturing companies

Full cycle: from raw materials to finished goods and shipment.

  • BOM and production routing
  • Production order planning
  • CM1/CM2 cost accounting
  • Quality management

Trading companies

From purchasing to sales with full inventory and accounts control.

  • Customer order management
  • Stock and lot tracking
  • 3-Way Matching with suppliers
  • Full AR/AP accounting

Service companies

CRM, contracts and financial accounting for service businesses.

  • Sales funnel and leads
  • Service contract management
  • Invoicing and payments
  • HR and payroll
🇺🇦

Ukrainian market — replacing 1C

1C is now banned by law in Ukraine. Hundreds of thousands of companies are looking for a modern alternative. Axiom ERP v1.0.0 is the first comprehensive open-source solution with full Ukrainian compliance built into the core — not as a plugin or add-on.

✅ Податкова Накладна + ЄРПН ✅ ПДВ-декларація J0110113 ✅ ЄСВ 22% + ПДФО/ВЗ ✅ Основні засоби 16 груп ПКУ ✅ Клієнт-банк MT940 + PrivatBank ✅ Форма 1 + Форма 2
Interface

Designed for daily productivity

Minimum clicks for common operations — every screen optimised for real work.

Sales pipeline and analytics
Sales analytics — funnel conversion and manager performance
Warehouse management system
WMS — zones, locations, FIFO/FEFO picking strategies
Accounting journal entries
Accounting — double-entry journals, account balance
QueryStudio report builder
QueryStudio — custom report builder without coding
Technical Excellence

Why Axiom is technically superior

Hexagonal Architecture

Domain-Driven Design, CQRS, clean layer separation. Business logic is independent of the database or framework.

Money as int64, never float

All monetary values stored as BIGINT (cents). Custom pkg/money with full arithmetic. Zero rounding errors.

No ORM — full SQL control

Raw SQL via pgx/v5 + squirrel. Full query visibility, optimal execution plans, no N+1 problems.

Offline RSA-2048 licensing

Signed keys without internet connection. Public key embedded at compile time. Only stdlib — zero dependencies.

Two-tier automation

Tier-1: expr-lang for fast formulas (<1ms). Tier-2: Starlark Python-like sandbox for complex logic.

UUID v7 everywhere

Time-ordered keys enable efficient cursor pagination and natural chronological sorting without additional indexes.

Platform capacity

What the current stack delivers

Figures based on standard server infrastructure — 4–8 CPU cores, 16–32 GB RAM, SSD storage. Actual results depend on workload profile and configuration.

500+ Concurrent active sessions Per deployment node. Go handles thousands of goroutines; ERP workload typically runs 1–5 req/min per user.
<100ms API response time · p95 For business operations — order confirmation, invoice creation, stock check. Median (p50) typically 15–20ms.
<10ms Database query · indexed Point lookups and short scans on indexed fields in PostgreSQL 18. UUID v7 keys enable efficient cursor pagination.
<200 MB Go application heap Compiled binary ~30 MB. No JVM, no interpreter. Predictable memory use — no garbage collection pauses under normal load.
300+ Parallel DB connections Via pgx/v5 connection pool. PostgreSQL 18 handles concurrent writes without row-level contention on separate entities.
99.9% Uptime · standard deployment Achievable with single-server setup + automated backups + health checks. No distributed infrastructure required.

Figures reflect a single-node monolithic deployment. Vertical scaling (more CPU/RAM) linearly increases capacity. Horizontal scaling is an architectural option for future growth.

Client experience

What our clients say

We replaced three separate systems — ERP, WMS and accounting — with Axiom. Data is now consistent across all departments. The transition took less than a month.

О
Oleksiy Hrytsenko Operations Director · Metal fabrication, 340 employees

The 3-Way Matching in procurement alone paid back the investment in the first quarter. AP automation eliminated a full-time position that was dedicated to manual invoice reconciliation.

І
Iryna Kovalenko CFO · Agricultural trading company, 180 employees

FIFO/FEFO picking strategies and lot tracking with expiry dates were critical for us. The warehouse module handled our complexity from day one — no customisation required.

В
Vasyl Marchenko Head of Logistics · Food distribution, 210 employees
Global Adaptability

Built for Ukraine. Ready for any market.

The financial core is fully configurable: chart of accounts, tax rules, declaration formats and reporting calendars are isolated from business logic.

🇵🇱
Poland
KSeF JPK_VAT ZUS PLN

KSeF structured e-invoices · JPK_VAT audit file · ZUS payroll declarations · PLN + EUR multi-currency

🇩🇪
Germany
DATEV ELSTER GoBD EUR

DATEV-compatible chart of accounts (SKR03/SKR04) · ELSTER VAT submission · UStG §13b reverse charge

🇪🇸
Spain
SII Modelo 303 TicketBAI EUR

SII real-time VAT reporting to AEAT · Modelo 303 + 340 · IGIC (Canary Islands) · TicketBAI e-invoicing

🇵🇹
Portugal
SAFT-PT e-fatura IVA EUR

SAFT-PT audit export · IVA Modelo 22 · QR-code e-fatura obligation · Recibo Verde freelancer invoices

No hard-coded tax logic. Every financial rule — VAT rate, withholding percentage, account mapping — lives in a configurable context. A new market means a new context, not a rewrite.