> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stashlify.com/llms.txt
> Use this file to discover all available pages before exploring further.

# KPI Cards

> Understanding the key performance indicators on your dashboard

The KPI cards along the top of your dashboard surface the numbers you need to check every day. Each card updates in real time as transactions are processed.

<AccordionGroup>
  <Accordion title="Stock Value">
    The total retail value of all in-stock inventory items across every branch. Calculated by multiplying each item's selling price by its available quantity.
  </Accordion>

  <Accordion title="Today's Sales">
    Total revenue from all completed transactions today, including both POS walk-in sales and online storefront orders.
  </Accordion>

  <Accordion title="Low Stock Items">
    The count of products that have fallen below their minimum stock threshold. Click through to see which items need restocking.
  </Accordion>

  <Accordion title="Active Pre-Orders">
    The number of pre-orders currently in Pending status, representing reserved items with deposits collected.
  </Accordion>

  <Accordion title="Monthly Revenue">
    Cumulative revenue for the current calendar month with a percentage comparison to last month.
  </Accordion>

  <Accordion title="Average Sale Price">
    The mean transaction value across all completed sales, helping you understand customer spending patterns.
  </Accordion>

  <Accordion title="Inventory Turnover">
    How quickly your stock is selling. A higher turnover rate indicates healthy demand and efficient inventory management.
  </Accordion>

  <Accordion title="Transaction Count">
    Total number of completed transactions for the current period, broken down by POS and online channels.
  </Accordion>

  <Accordion title="Revenue Split">
    A visual breakdown of revenue from your own stock vs. consignment items. Shows the percentage and amount for each, with a progress bar.
  </Accordion>
</AccordionGroup>
