> For the complete documentation index, see [llms.txt](https://docs.cwsuite.com/pos/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cwsuite.com/pos/product-guides/reports/daily-sales-report.md).

# Daily Sales Report

The Daily Sales Report in CW POS provides a detailed breakdown of the daily sales transactions made by the store. The report includes the following columns:

* Store: The name or location of the store where the sales transaction was made.
* Customer: The name of the customer who made the purchase.
* Date Ordered: The date on which the order was placed.
* Order Time: The time at which the order was placed.
* Document Number: The unique identification number of the document or order.
* Document Type: The type of document or order, such as Sales Order or Sales Invoice.
* Sale Type: The type of sale, such as In-Store or Online.
* QTY: The total quantity of items sold in the transaction.
* Total Tax Amount: The total amount of tax charged for the transaction.
* Total Net Amount: The net amount of the transaction, after tax and discounts have been applied.
* Total Gross Amount: The total amount of the transaction, including tax and any applicable discounts.

This report is useful for tracking the daily sales activity of a store and identifying trends in customer behavior and purchasing patterns. It can also help store owners and managers identify areas for improvement in their sales processes and customer service.


---

# 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://docs.cwsuite.com/pos/product-guides/reports/daily-sales-report.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.
