skills/data-analytics/financial-reporting-dashboard/SKILL.md
Build P&L, balance sheet, and cash flow dashboards for ecommerce with drill-down by product, channel, and time period for management and investor reporting
npx skillsauth add finsilabs/awesome-ecommerce-skills financial-reporting-dashboardInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
A financial reporting dashboard consolidates your three core financial statements — P&L (Income Statement), Balance Sheet, and Cash Flow — into an interactive view that management, investors, and board members can navigate without requesting custom reports from finance.
For ecommerce businesses, the most valuable feature is drill-down: the ability to see total gross margin and then click through to gross margin by product category, channel, or geography. This transforms static financials into an investigation tool.
This skill guides you through connecting your accounting system to a dashboard layer, structuring the ecommerce-specific P&L, and building drill-down reports using your platform data.
A financial reporting dashboard must be built on your accounting system (QuickBooks, Xero, NetSuite), not on your ecommerce platform data alone. Platform revenue data diverges from GAAP financials due to recognition timing, payout lags, and adjustments.
Ecommerce platform → accounting system integrations:
| Ecommerce Platform | Accounting System | Recommended Integration | |-------------------|------------------|------------------------| | Shopify | QuickBooks Online | A2X (Shopify App Store) — reconciles Shopify payouts to period-matched QBO journal entries | | Shopify | Xero | A2X for Xero — same; creates summary journal entries per payout period | | Shopify | Both | Finaloop (Shopify App Store) — automated bookkeeping designed for Shopify; handles COGS, inventory, and financial statements | | WooCommerce | QuickBooks Online | WooCommerce QuickBooks plugin (WooCommerce.com, $79/yr) | | WooCommerce | Xero | WooCommerce Xero extension (WooCommerce.com, $79/yr) | | BigCommerce | QuickBooks Online | Webgility (BigCommerce App Marketplace) | | BigCommerce | Xero | Amaka (BigCommerce App Marketplace) |
A2X setup for Shopify (most common workflow):
The ecommerce P&L has a specific structure that differs from a generic income statement:
INCOME STATEMENT
─────────────────────────────────────────
Gross Revenue (total selling price × units)
- Returns & Refunds
- Discounts & Promotions
= Net Revenue
- Cost of Goods Sold
Product cost (weighted average or FIFO)
Inbound freight & duties
= Gross Profit
Gross Margin % = Gross Profit / Net Revenue × 100
Operating Expenses
- Fulfillment & Shipping (outbound, 3PL)
- Marketing & Advertising (Meta, Google, TikTok, email)
- Technology & Platform fees (Shopify, apps, SaaS)
- Customer Service payroll
- G&A (salaries, rent, legal, accounting)
- Depreciation & Amortization
= Total Operating Expenses
= EBITDA (Net Revenue - COGS - OpEx + D&A)
= EBIT (Net Revenue - COGS - OpEx)
Interest income / expense
FX gains/losses
= EBT
Income tax
= Net Income
Set up chart of accounts in QuickBooks / Xero with separate accounts for each ecommerce-specific line item. This is what enables channel and category drill-down later.
Option A: QuickBooks Online Reporting (recommended starting point)
Option B: Xero Reporting
Option C: Google Looker Studio (free, for visual dashboards)
Option D: Finaloop (fully automated Shopify bookkeeping + reporting)
The value of a financial reporting dashboard over static statements is drill-down. Set up these dimensions in your reporting:
By channel (DTC vs. Amazon vs. Wholesale):
By product category:
By time period:
Replace email attachments with shared dashboard links:
Scheduled reports in QuickBooks:
Scheduled reports in Xero:
Board reporting package: For board meetings, produce a standard 1-page financial summary with:
Most accounting systems can produce this as a PDF report; automate generation with QuickBooks Advanced or Xero's scheduled reporting.
| Problem | Solution | |---------|----------| | Building on raw platform data instead of accounting system | Shopify/WooCommerce platform data includes pending orders, authorization holds, and pre-recognition amounts; always build financial reports from your GL | | Mixing cash and accrual basis | If your accounting system is accrual-based, all financial statements must be accrual-based; do not add Stripe payout data (cash-basis) directly into an accrual P&L | | Returns not handled in the correct period | A return processed in April for a March purchase should be a March adjustment; set up a returns reserve methodology in your accounting system | | Dashboard loads from raw transaction tables (too slow) | Pre-aggregate monthly financial summaries; serve financial dashboards from aggregated tables, not live transaction queries | | No variance commentary workflow | A dashboard showing a 30% margin decline is useless without explanation; build a Notion or Slack workflow where the finance team adds commentary on variances before sharing with leadership |
tools
Let shoppers save products to a wishlist, share it with friends, and get notified when saved items come back in stock or drop in price
development
Build a themeable storefront with design tokens and CSS custom properties that supports white-labeling, multi-brand variants, and dark mode
development
Speed up product discovery with instant search suggestions, fuzzy typo matching, and category-aware results powered by Algolia or Elasticsearch
development
Build a mobile-first storefront with thumb-friendly navigation, sticky add-to-cart buttons, and touch-optimized components for high mobile conversion