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.
Built for retail, wholesale & distribution teams
Designed around how real retail and wholesale teams actually work — not generic checkboxes.
Scope users to a branch automatically; admins see across the org.
Currencies, exchange rates, and base-currency conversions baked in.
Quotations, POs, adjustments, transfers, returns — all gated by role.
Quotes, invoices, GRVs, transfers, statements — every document, ready to send.
A clean, accessible UI that follows the system theme.
Spatie roles and granular permissions on every route and action.
From a quotation on the sales floor to a posted journal entry — nothing falls through the cracks.
Multi-warehouse stock, barcode lookup, price lists, transfers, stock counts, and bulk adjustments with approval flows.
Touch-first POS with cash sessions, returns, multi-payment, receipt printing, and offline-friendly Android sync.
Quotations → invoices → payments. Credit notes, rebates, bulk payment runs, and customer ledgers.
PRs, POs, goods-received vouchers, supplier invoices, returns, and debit notes — all linked, all auditable.
Chart of accounts, journal entries, fiscal periods, opening balances, trial balance, P&L and balance sheet.
Customer and supplier payments, posting and reversals, plus bank reconciliation with statement import and auto-matching.
Sales by rep / item / customer, daily summaries, inventory valuation, dead stock, low stock, and ledger exports.
Roles, permissions, user lifecycle, branch scoping, and a full audit trail of every business action.
The same API powers our Android POS, stock-take, sales-rep and manager apps — and is fully open for your own integrations.
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
}
}
Sign in to your Denga Retail workspace, or talk to us about rolling it out across your branches.