Dashboards

Every role gets a live operational view, scoped to what's relevant to them โ€” usually the fastest way to see the platform's value before walking through the underlying forms.

๐Ÿ“Š

Overview Dashboard

The first screen after login โ€” warehouse and dealer stock at a glance, order status counts, invoice and transfer activity, and a "needs attention" panel for anything pending your review.

๐Ÿ“ฆ

Inventory & Stock Dashboard

Warehouse on-hand, reserved, and available quantity, plus dealer stock on hand across the whole network โ€” the numbers a stock controller checks first thing.

๐Ÿ›’

Orders Dashboard

Orders by status โ€” Placed, Confirmed, Fulfilled, Cancelled โ€” so a dealer always knows what's waiting on them versus what's already moving.

๐Ÿงพ

Invoices & GST Dashboard

Outward and inward GST totals with a proper taxable/CGST/SGST/IGST split, an HSN-wise breakdown, and period presets (week/month/quarter/half-year/year) so filing-time numbers are one click away.

๐Ÿ’ก

What to look at first: most owners start on the Overview dashboard โ€” it's the fastest way to see the whole business at a glance โ€” then move into Reports or Credit & Aging to see where a specific number is coming from.


Built on Solid Architecture

A modern, secure technology foundation designed to scale with your network.

๐Ÿ”

Secure by Default

JWT authentication with fine-grained role-based permissions checked on every action, and a database owned by exactly one business โ€” never a shared table filtered by an ID.

๐Ÿ—„๏ธ

Database Per Business

Each distributor's data lives in its own Postgres database, with row-level security as a second layer of defense underneath โ€” not a schema-per-tenant compromise.

๐ŸŒ

Cloud-Ready

Deployable on standard cloud infrastructure with automated, version-controlled schema migrations for safe, repeatable upgrades.

๐Ÿ“จ

Event-Driven Underneath

Every domain event โ€” a stock transfer approved, a payment recorded, an invoice overdue โ€” is written transactionally and relayed through an outbox, so nothing is ever published without its underlying change actually committing.

โœ‰๏ธ

Real Email Notifications

Stock transfer approvals, dealer onboarding, and overdue payment reminders all dispatch as real email, with per-dealer template overrides where you need them.

๐Ÿงญ

API-First Design

A documented REST API underlies every screen in the product, ready for custom reporting or future integrations.


Who It's For โ€” Roles & Access

Four tenant/dealer roles, each seeing exactly the workflow relevant to their responsibility โ€” plus a separate control-plane role for the platform operator's own support staff.

RoleTypical Responsibilities
Tenant AdminFull run of the business โ€” users and roles, dealer network, product catalog, stock transfers (including approval), orders, invoicing, credit settings, and notification templates.
Tenant UserDay-to-day, read-mostly operations โ€” views dealers, stock, orders, invoices, reports, and credit/aging, and can request a stock transfer.
Dealer AdminManages that one dealer node's own users and stock; if its dealer type permits children, onboards and manages the dealers directly beneath it. Places, confirms, and fulfils orders for its own customers.
Dealer UserOperates within that dealer's own stock and orders per assigned permissions โ€” a read-mostly role at the dealer level.
๐Ÿ”‘

Access follows the hierarchy. A dealer-scoped user's visibility is bounded to their own node and everything beneath it โ€” never a sibling dealer, never an ancestor. What you can see and do is entirely determined by the permissions assigned to your role, checked on every single action.

Curious how this maps to your team?

We'll walk through roles, dashboards, and the tech underneath โ€” tailored to your setup.

Request a Demo