Denga Retail
All-in-one ERP

Run your whole business on one platform.

Denga Retail brings POS, inventory, sales, purchasing, accounting and finance together — with a clean web UI, mobile-ready Android apps, and a developer-friendly REST API.

Modules
8+
API endpoints
150+
Branches
Denga Retail dashboard

Built for retail, wholesale & distribution teams

Client logo Client logo Client logo Client logo Client logo
Features

Everything an operations team needs, in one place

Designed around how real retail and wholesale teams actually work — not generic checkboxes.

Multi-branch, multi-warehouse

Scope users to a branch automatically; admins see across the org.

Multi-currency

Currencies, exchange rates, and base-currency conversions baked in.

Approval workflows

Quotations, POs, adjustments, transfers, returns — all gated by role.

PDF & print-ready

Quotes, invoices, GRVs, transfers, statements — every document, ready to send.

Light & dark mode

A clean, accessible UI that follows the system theme.

Permissions everywhere

Spatie roles and granular permissions on every route and action.

Modules

Every workflow, end-to-end

From a quotation on the sales floor to a posted journal entry — nothing falls through the cracks.

Inventory

Multi-warehouse stock, barcode lookup, price lists, transfers, stock counts, and bulk adjustments with approval flows.

Point of Sale

Touch-first POS with cash sessions, returns, multi-payment, receipt printing, and offline-friendly Android sync.

Sales & Invoicing

Quotations → invoices → payments. Credit notes, rebates, bulk payment runs, and customer ledgers.

Purchasing

PRs, POs, goods-received vouchers, supplier invoices, returns, and debit notes — all linked, all auditable.

Accounting

Chart of accounts, journal entries, fiscal periods, opening balances, trial balance, P&L and balance sheet.

Finance

Customer and supplier payments, posting and reversals, plus bank reconciliation with statement import and auto-matching.

Reports

Sales by rep / item / customer, daily summaries, inventory valuation, dead stock, low stock, and ledger exports.

Admin & Audit

Roles, permissions, user lifecycle, branch scoping, and a full audit trail of every business action.

API & Integrations

A first-class REST API your apps will love

The same API powers our Android POS, stock-take, sales-rep and manager apps — and is fully open for your own integrations.

  • JWT bearer tokens with refresh + device registration (FCM-ready).
  • Stable, URL-versioned at /api/v1 with a consistent response envelope.
  • Idempotency-Key support on every irreversible write (invoice post, GRV post, payments).
  • Full module coverage: POS, Inventory, Sales, Purchasing, Finance, Reports.
  • Branch-scoped automatically for non-admin users.
  • Interactive OpenAPI docs via Scramble — "Try It" right in the browser.
POST /api/v1/auth/login
curl -X POST https://your-host/api/v1/auth/login \
  -H "Content-Type: application/json" \
  -d '{"email":"cashier@denga.test","password":"..."}'

# → 200 OK
{
  "success": true,
  "data": {
    "token": "eyJ0eXAiOiJK...",
    "token_type": "bearer",
    "expires_in": 3600
  }
}

Ready to bring it all together?

Sign in to your Denga Retail workspace, or talk to us about rolling it out across your branches.