Vidya Retail Hub

Loading Workspace...

Syncing WooCommerce

Fetching current year data...

{{ toast.type === 'success' ? 'Notification Alert' : 'Alert' }}

{{ toast.message }}

24-Hour Activity Log

No recent activity recorded.
{{ log.action.includes('Login') || log.action.includes('Audit') ? '🔑' : (log.action.includes('User') ? '👤' : '📝') }} {{ log.action }} {{ log.timeFormatted }}
{{ log.details }}

{{ selectedInsight.title }}

{{ selectedInsight.subtitle }}

Orders Configured {{ selectedInsight.ordersCount }}
Gross Value ₹{{ selectedInsight.revenue.toFixed(2) }}

Category Breakdown & Top Products

{{ catName }}
Vol: {{ catData.totalQty }} ₹{{ catData.totalRevenue.toFixed(2) }}
Top

{{ catData.topProduct.name }}

Leading SKU

×{{ catData.topProduct.qty }} ₹{{ catData.topProduct.revenue.toFixed(2) }}
{{ item.name }}
×{{ item.qty }} ₹{{ item.revenue.toFixed(2) }}

Period Performance

Top Products for {{ periodDrilldown.periodLabel }}

No product data found for this period.
Product Category Units Sold Revenue
{{ prod.name }} {{ prod.category }} {{ prod.units }} ₹{{ prod.revenue.toFixed(2) }}

Manual Export

{{ rawExportModal.filename }}

For security reasons, direct file downloads are restricted. You can manually copy your data below.

Team Chat (12h Purge)

No messages in the last 12 hours.
{{ msg.sender }} • {{ new Date(msg.timestamp).toLocaleTimeString([], {hour: '2-digit', minute:'2-digit'}) }}
{{ msg.text }}

{{ selectedProduct.name }}

SKU: {{ selectedProduct.sku || 'N/A' }}

Year-To-Date Performance ({{ new Date().getFullYear() }})
{{ productStats.unitsSold }} Units Shipped
₹{{ productStats.revenue.toFixed(2) }} Gross Yield
AI Strategy Node

{{ productStats.aiTip }}

{{ selectedCustomer.name }}

{{ selectedCustomer.email || selectedCustomer.phone }}

Last Activity {{ selectedCustomer.lastOrderDate }}
Aggregate LTV ₹{{ selectedCustomer.totalSpent.toFixed(2) }} ({{ selectedCustomer.ordersCount }} Orders)

Product Purchase History

{{ item_name }}
×{{ data.qty }} Units ₹{{ data.revenue.toFixed(2) }}
Vidya Retail

First-Time Setup

Securely link this dashboard directly to your WooCommerce shop. All credentials remain fully encrypted in your local browser storage.

Vidya Retail

Order Hub Secure Login

Order Hub

{{ currentUser.username }} ({{ currentUser.role }}) {{ backgroundSyncing ? 'Syncing...' : 'Live Active' }}
{{ error }}

Fulfillment Backlog Alert

You have {{ backlogCount }} order(s) pending dispatch.

to
Total Orders in View {{ filteredOrders.length }}
Completed Orders (Selected Period) {{ totalCompletedOrders }}
Cancelled Orders (Selected Period) {{ totalCancelledOrders }}
Category Wise Sales (Selected Period)
{{ categorySalesThisYear }} units
Page {{ currentPage }} / {{ totalPages }}
#{{ order.id }}

{{ order.billing?.first_name }} {{ order.billing?.last_name }}

{{ formatDate(order.date_created) }}
{{ formatAddress(order) }}
{{ item.name }} x{{ item.quantity }}
Order Value
{{ getOrderTotalItems(order) }} {{ getOrderTotalItems(order) === 1 ? 'item' : 'items' }}

Detailed Line Items

{{ item.name }}
SKU: {{ item.sku }}
×{{ item.quantity }}
Page {{ currentPage }} / {{ totalPages }}
No orders match your criteria.
Filtered SKUs {{ filteredProducts.length }}
Low Stock Alert {{ inventoryStats.lowStock }}
High Velocity {{ inventoryStats.highVelocity }}
Out of Stock {{ inventoryStats.outOfStock }}
Total Managed Qty {{ inventoryStats.totalQty }}
Est. Valuation ₹{{ inventoryStats.valuation.toFixed(2) }}

{{ product.name }}

SKU: {{ product.sku || 'N/A' }} Variable
YTD Sold: {{ globalSalesMap[product.id] }} Last Sold: {{ lastBoughtMap[product.id] }}
STOCK: {{ product.manage_stock && product.stock_quantity !== null ? product.stock_quantity : (product.stock_status === 'instock' ? 'IN STOCK' : 'OUT') }}
Timeline: {{ dateRangeText }}
Filter Data:
to
Gross Volume ₹{{ metrics.grossRevenue.toFixed(2) }}
Orders Processed {{ metrics.totalOrdersCount }}
Average Ticket ₹{{ metrics.avgOrderValue.toFixed(2) }}
Backlog Queue {{ metrics.processingCount }}
Pipeline Value ₹{{ pipelineValue.toFixed(2) }}
Revenue Loss ₹{{ revenueLoss.toFixed(2) }}

Sales Revenue Trend (Timeline View)

Product Category Sales Share

Category{{ categoryChartMetric === 'units' ? 'Units' : 'Revenue' }}
{{ item.label }} {{ categoryChartMetric === 'units' ? item.value : '₹' + item.value.toFixed(2) }}

Order Status Distribution

StatusCount
{{ item.label }} {{ item.value }}

Peak Order Hours

HourOrders
{{ item.label }} {{ item.value }}

MoM Sales Performance

MonthGross Sales
{{ item.label }} ₹{{ item.value.toFixed(2) }}

MTD vs Last Month MTD

PeriodGross Sales
{{ item.label }} ₹{{ item.value.toFixed(2) }}

Deep Insights Engine

{{ insight.topic }}
{{ insight.message }}

Top Velocity Products

No sales data found for the selected filters.
{{ idx + 1 }}
{{ item.name }}
Units x{{ item.qty }}
Aggregate ₹{{ item.revenue.toFixed(2) }}

Top Customers (LTV)

Not enough data to calculate top buyers.
Customer Orders Total Spent
{{ buyer.name }}
{{ buyer.phone || buyer.email }}
x{{ buyer.ordersCount }} ₹{{ buyer.totalSpent.toFixed(2) }}

Loyalty & Retention

No repeat customers found in this timeframe.
Customer Frequency Avg Order Value
{{ loyalist.name }}
{{ loyalist.city }}
x{{ loyalist.ordersCount }} ₹{{ (loyalist.totalSpent / loyalist.ordersCount).toFixed(2) }}

Top Order Regions

No regional data found.
City / Region Orders Total Revenue
{{ region.region }}
x{{ region.ordersCount }} ₹{{ region.revenue.toFixed(2) }}

Peak Sales Days

No time-series data found.
Day of Week Orders Total Revenue
{{ day.day }}
x{{ day.ordersCount }} ₹{{ day.revenue.toFixed(2) }}

Peak Ordering Hours

No time-series data found.
Hour of Day Orders Total Revenue
{{ hour.hourFormatted }}
x{{ hour.ordersCount }} ₹{{ hour.revenue.toFixed(2) }}

Time of Day Distribution

No time-series data found.
{{ block.name }}
{{ block.range }}
Orders x{{ block.ordersCount }}
Revenue ₹{{ block.revenue.toFixed(2) }}

🛡️ User Administration & Security Audit

Manage platform credentials, assign access roles, and audit system activities. Changes are saved in your local vault.

👤 Create Access Credentials

👥 User Directory Count: {{ userList.length }}

Username Assigned Role Actions
👤 {{ user.username }} You {{ user.role }}

🛡️ Live Security Audit Trail (Last 24 Hours)

No security events or login audits recorded.
{{ (log.action.includes('LOGIN') || log.action.includes('Login') || log.action.includes('SESSION')) ? '🔑' : (log.action.includes('LOGOUT') ? '👋' : '👤') }}
{{ log.action }} {{ log.timeFormatted }} {{ log.user }}
{{ log.details }} [Time spent: {{ log.duration }}]
🌐 {{ log.ip }} 💻 {{ log.device }}