Learn how the dashboard works, where the data comes from, and what each tab does.
Detailed breakdown of every data source, calculation, and update frequency per dashboard.
| Role | Last Seen |
|---|
| Role | Active Since |
|---|
| Dashboard | IT Admin | C-Suite | Director | Supervisor | Employee |
|---|
| Role |
|---|
The RCO Metrics Dashboard is an automated operational dashboard that replaces manual spreadsheet tracking. Instead of someone checking Shopify every day and typing in numbers, the dashboard pulls directly from both Shopify stores (Retail and Wholesale) and calculates everything automatically.
High-level summary of all weekly metrics across every dashboard. Shows this week's combined revenue, orders, AOV, units sold with percentage change vs last week. Includes retail/wholesale breakdown, daily breakdown table, fulfillment KPI rates, fulfillment status, skip the line snapshot, and top products for the week.
The main view. Shows daily order counts and fulfillment rates for 4-day and 7-day windows. The 4-day rate measures what percentage of orders ship within 4 business days (target: 85%). The 7-day rate is the same for 7 days (target: 95%). Toggle between Retail, Wholesale, and Total (combined). Switch between monthly table view and calendar heat map.
Today's top shippers ranked by products shipped. Pulls from ShipStation via a Google Sheet that auto-refreshes throughout the day. Split into full-time, part-time, and wholesale categories.
Live snapshot of today's performance for both Retail and Wholesale side by side — total sales, order count, average order value, average revenue per unit, units sold, fulfillment progress, and top selling products.
Sales summary showing Today, Month-to-Date, and Year-to-Date revenue and orders for both Retail and Wholesale. Includes YTD combined totals (revenue, orders, AOV) at the bottom.
Product rankings by units sold over the last 7 and 30 days, combining both Retail and Wholesale data.
Monthly summary cards showing combined retail + wholesale totals: orders placed, fulfilled, unique customers, and top products. Toggle between Calendar card view and Chart trend view. Click any month for detailed stats.
Current unfulfilled and partially fulfilled orders grouped by date, with average order size. Shows Retail and Wholesale separately.
World map and US state map showing where orders come from across both stores. Filter by year and see country/state breakdowns with counts, percentages, and weighted averages.
Tracks orders tagged with the "Skip the Line" priority fulfillment service — shows how many are open, unfulfilled, and partially fulfilled with a date breakdown.
The site uses role-based access. IT Admins have full access including the admin panel. C-Suite can see all operational dashboards with revenue. Directors and Supervisors can see dashboards but revenue is restricted. Employees can see the Shipping Leaderboard and International Orders only.
This matches Alisha’s KPI spreadsheet methodology. She checks Shopify Analytics on the 4th and 7th day after each order date and counts how many are still unfulfilled at that moment. Our cron does the same — it checks the current fulfillment status of each order at refresh time. For historical months where all orders are shipped, both rates will be 100%.
orders/count.json with status=open, fulfillment_status=unfulfilled + partial (4 API calls: 2 Retail + 2 Wholesale)created_at dateNote: Cannot be automated because the BambooHR API does not expose full-time vs part-time status, which is needed for the leaderboard categories.