> For the complete documentation index, see [llms.txt](https://retailcloud.gitbook.io/portals/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://retailcloud.gitbook.io/portals/central-administration-server-cas/reports/sales/summary.md).

# Summary

### **Overview**

Go to **CAS** --> **Reports** --> **Sales** --> **Summary**

This report provides an overview of the sales transactional activity. It should be used to get a quick overview of number of units sold per transaction, net sales, COGS , margin, coupons, discounts, and # of customer tracked transactions.&#x20;

{% hint style="success" %}
Compare units per customers at various stores. Stores with are lower then expected could missing out on valuable opportunities to expand revenues. What is the impact of discounted transactions on margins; review the Discount report to see if certain items are being discounted more frequently than others.
{% endhint %}

**Details**

![](/files/-LxK2agjcVVjan-7MpCG)

To filter by **Venue, Store or Reporting Group** user selects by clicking the appropriate drop down.

User enters the date range using the pop up calendar for the **From** date and **To** date. To select another date range of data for the report the user selects from the **From** date and **To** date, this will enable the report to output from week 1 to week 3 skipping the days in between.

User can Consolidate the report by selecting Venue or Store from the **Consolidation By** drop down menu.

The user then can generate the report or download the CSV file.

The generated report displays the following columns :

**Description :** Breakdown of sort (Venue, store, etc)

**Total Tran :** Total number of transactions in the transaction period (refunds are added to total)

**Ref/Exc Tran :** Number of refunds and exchanges made

**Items :** Net number of items that had been sold in the date range (refunds are subtracted from total)

**Net Sales :** Total of Sales less refunds/exchanges (does not include sales tax)

**COGS :** Total of cost of the items sold less refunds/exchanges&#x20;

**Margin% :** Net Sales minus COGS divides by COGS

**Coupon # :** No of item level coupons used (coupons on refunds are added to total)

**Coupon Amt :** Amount of item level coupons used (coupons on refunds are subtracted from total)

**Discount #** : No of transactions sold with a item level discount (Discounts on refunds are added to total)

**Discount Amt :** Amount of item level discounts used (discounts on refunds are subtracted from total)

**CEO Tran :** Number of CEO transactions (customer is added to transaction)

**Access**

Access to this function at an enterprise level is limited by default to the System Administrator and Financial users only. Accounting, store managers, warehouse general managers as well as zone managers may view periodic sales report at Venues or Store assigned to them.<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://retailcloud.gitbook.io/portals/central-administration-server-cas/reports/sales/summary.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
