Business Intelligence PlatformOracle 12c+ Ready

Next-Generation Reporting & Business Intelligence Suite

for Retail Pro Prism

Turn your raw Oracle RPS data into beautiful, actionable insights. Self-service reports, live dashboards, and automated delivery — deployed as a Windows service in under 20 minutes.

18
Pre-built Reports
16
Dashboard Widgets
0
SQL Knowledge Needed
12c+
Oracle Compatible

Built for Retail Pro Prism®

Oracle Database
Windows Service
FastAPI Backend
Next.js Frontend
Excel Export
PDF Export
Platform Capabilities

Everything You Need. Nothing You Don't.

Every feature was designed for one purpose: getting the right numbers to the right people at the right time.

Self-Service Builder

Build any report without writing a single line of SQL. Point, click, publish — your team is empowered from day one.

Live Dashboards

Real-time KPI widgets that auto-refresh every 60 seconds. Your business pulse, always on screen.

Advanced CTE Engine

Chain complex Oracle CTEs visually. Union queries, computed columns, window functions — no DBA required.

Scheduled Delivery

Auto-email reports as Excel or PDF on any schedule — daily, weekly, monthly, or custom cron expressions.

Role-Based Access

Fine-grained permissions down to individual columns. Users see exactly what they're allowed to — nothing more.

White-Label Ready

Your logo, your colours, your brand. 18 built-in colour themes and full CSS customisation — zero code changes.

Report Builder

Build Any Report. Visually.

Your merchandisers, finance team, and store managers can build their own reports — without filing an IT ticket, without waiting days, without knowing SQL.

Drag-and-drop schema browser

Browse all 200+ Oracle tables and columns visually. Drag any field into your report in seconds.

5 powerful filter types

Date range, multi-select dropdown, text search, numeric range, and boolean toggles.

Window functions made easy

Add RANK, DENSE_RANK, LAG, LEAD, ROW_NUMBER — with partition and order controls built in.

CTE chaining — visually

Build multi-step WITH clauses by connecting query blocks. Complex logic made readable.

Live SQL preview

See the exact parameterized Oracle SQL your report generates — reviewed, clean, injection-proof.

Test run with sample data

Run any report against real data instantly before saving. No guessing, no surprises.

Schema
Columns
Filters
SQL Preview
Report Builder Interface
Advanced CTE Engine

SQL Power. Zero SQL Required.

PrismIQ generates full Oracle SQL WITH blocks — including nested CTEs, window functions, and complex joins — from a visual interface your analysts can actually use.

Union

Stack multiple SELECT statements across stores, regions, or date ranges

UNION ALL across 5 store tables
Join Query

Multi-table JOINs encapsulated as a named, reusable query block

sales JOIN inventory JOIN customers
Computed

Derive new columns from prior CTEs — ratios, averages, conditional logic

revenue / units_sold AS avg_price
Raw SQL

Escape hatch for power users — write any valid Oracle SQL directly

CONNECT BY PRIOR hierarchy

Two Outer Query Modes

Mode A
Final CTE as Result

SELECT * FROM final_cte — your last named CTE becomes the output. Perfect for clean pipeline-style queries.

Mode B
Base Table + Joins

Build the outer SELECT yourself with a base table and additional joins, while all CTEs remain in scope.

Generated Oracle SQL
-- Auto-generated by PrismIQ
WITH store_sales AS (
  SELECT s.store_code, SUM(t.net_amount)
  FROM rps.trs_transactions t
  JOIN rps.str_stores s ON s.sid = t.store_sid
  WHERE t.doc_date >= :p_date_from
  GROUP BY s.store_code
), ranked_stores AS (
  SELECT *, RANK() OVER (
    ORDER BY net_amount DESC) AS rnk
  FROM store_sales
)
SELECT * FROM ranked_stores

Window Functions Available

RANK()DENSE_RANK()ROW_NUMBER()LAG()LEAD()FIRST_VALUE()LAST_VALUE()SUM() OVERAVG() OVERCOUNT() OVER

Injection-Proof by Design

Table and column names come exclusively from trusted JSON configs. Every user value flows through Oracle bind parameters — no exceptions, no overrides, no bypass.

Live Dashboards

Your Business at a Glance — Always.

Personalised per-user, drag-and-rearrange, auto-refreshing every 60 seconds. Walk into any meeting already knowing the numbers.

Live
Dashboard View
Personalised greeting & layout

Each user sees their own dashboard configuration, saved server-side.

Auto-refresh every 60 seconds

Widgets silently refresh — no page reload, no disruption.

Drag-and-rearrange widgets

Powered by React Grid Layout. Your layout persists across sessions.

16 Pre-Built Widgets
Revenue KPI
Transactions
Customers Today
Units Sold
Avg Basket Value
Returns Rate
Sales by Store
Revenue Trend
Sales by Dept
Top SKUs
Hourly Traffic
Payment Mix
Conversion Rate
Store Heatmap
Today's Transactions
Low Stock Alert
Stats (6)Charts (8)Tables (2)

Export Anywhere. Automate Everything.

Reports in your inbox before you even open your laptop. That's not a promise — it's the default.

Export Anywhere

5 formats, instant or scheduled

CSVInstant download
ExcelStyled, server-side
PDFBranded layout
ZIPMulti-file package
Export AllOne click, all formats
Excel exports include styled headers, auto-width columns, and aggregation footers. PDFs carry your logo, company name, and report branding.

Automate Everything

Set it and forget it

DailyWeeklyMonthlyCustom Cron
Email to multiple recipients — To, CC, BCC all supported
Daily Sales Summary
Daily 08:00 · Today 08:00
Weekly Inventory Alert
Mon 07:30 · Running now
Monthly P&L Report
1st of month · Mar 1 07:00
Hourly Stock Check
*/1 * * * * · 09:01 — SMTP err
Full execution history with status badges, row counts, and error messages
Security Architecture

Enterprise-Grade Security. Out of the Box.

We didn't bolt security on as an afterthought. It's baked into every layer of the platform — from the database connection to the API response.

JWT Authentication

8-hour access tokens signed with HS256. Passwords hashed with bcrypt (12 rounds). No plain-text credentials, ever.

Role-Based Access Control

Assign users to groups. Each group gets granular access to specific reports and dashboard widgets — nothing bleeds over.

Column-Level Masking

Configure specific columns to return *** for specific groups. Enforced server-side in the query engine — no client-side bypass possible.

SQL Injection Proof

Oracle connection is read-only. Table and column names are whitelist-controlled. All user values go through cx_Oracle bind parameters.

Audit Trail

Every report execution is logged: user, timestamp, applied filters, row count returned, and execution time. Full accountability.

Inactive Account Blocking

Deactivated users are blocked at the JWT validation layer. Session tokens are invalidated immediately upon account suspension.

Zero DML. Read-Only Oracle Access.
PrismIQ cannot modify, delete, or insert any data in your Retail Pro database. Ever.
SELECT-only credentials
Pre-Built Library

Hit the Ground Running — 34 Pre-Built Assets Included.

Day one productivity. No setup, no configuration. Just log in, and your most critical retail metrics are already waiting.

0
Reports
0
Widgets

18 Reports

Sales (11)Inventory (4)Customers (1)Promotions (2)
Daily Sales Summary
Sales by Store
Sales by Department
Sales by Category
Sales by Sub-Category
Sales by Supplier
Sales by Employee
Sales by Hour
Top SKUs
Payment Type Breakdown
Transaction Detail
Inventory Valuation
Stock Levels by Store
Slow-Moving Items
Low Stock Alert
Customer Purchase History
Promotion Performance
Discount Analysis

16 Dashboard Widgets

Stats (6)Charts (8)Tables (2)
Revenue KPI
Transactions
Customers Today
Units Sold
Avg Basket
Returns Rate
Sales by Store
Revenue Trend
Sales by Dept
Top SKUs
Hourly Traffic
Payment Mix
Conversion Rate
Store Heatmap
Today's Transactions
Low Stock Alert
White-Label Control

Make It Yours — Complete White-Label Control.

Your brand deserves to be front and centre. PrismIQ gets out of the way and lets your identity shine.

Company name displayed throughout
Logo upload (PNG/SVG)
18 pre-built colour themes
CSS custom property overrides
Persists across server restarts
Per-tenant configuration support
18 Built-in Colour Themes
R
YourBrand IQ
Dashboard
Reports
Builder
Revenue
AED 284K
Transactions
1,842
Avg Basket
AED 154
Revenue Trend
Powered by YourBrand BI
Live
Upload your logo PNG/SVG — it replaces the "R" icon everywhere
Product Roadmap

What's Coming — The Platform Keeps Growing.

PrismIQ is a living platform. Every release adds real capabilities shaped by real retail operations feedback.

Coming Soon
High Impact · Short Effort
Report Favourites
Filter Presets
Conditional Formatting
Report Cloning
Run with Last Filters
In Development
High Impact · Medium Effort
Row-Level Security
Data Alerts & Notifications
Drill-Down Navigation
Report Subscriptions
Planned
Medium Impact
Report Tags & Labels
Column Groups
Sort Persistence
API Key Access
Two-Factor Authentication
LDAP / Active Directory
Vision
Strategic — Long-term
AI Natural Language Query
Anomaly Detection Alerts
Multi-Tenant SaaS Mode
Mobile-Optimised Views
Report Embedding (iframe)
Technology Stack

Built on a Rock-Solid Foundation.

Every technology choice was made for production reliability, not trend-chasing. These tools are battle-tested in enterprise retail environments.

Backend
FastAPI (Python 3.11)Oracle cx_OracleSQLite (auth.db)APSchedulerReportLab (PDF)OpenPyXL (Excel)bcryptPyJWT
Frontend
Next.js 16 (App Router)React 19TanStack Table v8RechartsReact Grid LayoutZustandTailwind CSSFramer Motion
Deployment
Standalone installer — everything compiled inInstalls as a Windows ServiceAccess from anywhere on the local networkInstall anywhere, just point to your DB server

All packaged into a single Windows installer — no manual dependency setup, no environment configuration, no IT headaches.

Get Started Today

Every Sale. Every Insight.

Every transaction processed through Retail Pro Prism holds answers your business needs. PrismIQ surfaces them — as executive-grade reports, live dashboards, and scheduled intelligence delivered to the right people before the workday begins.

Why teams switch to PrismIQ

20 min

Average deployment time — install, configure, connect, done.

Day One

18 production-ready reports available the moment you log in.

Zero IT

Your finance, ops, and sales teams build their own reports — no tickets, no waiting.

100% Safe

Read-only Oracle credentials. PrismIQ cannot touch your production data.

Deploy in under 20 minutes
18 reports ready on day one
Read-only Oracle — zero risk
Built with precision byRajan Tanavade·RIS Services DMCC, Dubai