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

# Sales

- [AR Aging Report](https://docs.xorosoft.com/xoroerp-1/reports/sales/ar-aging-report.md)
- [Accessing AR Aging Report](https://docs.xorosoft.com/xoroerp-1/reports/sales/ar-aging-report/accessing-ar-aging-report.md)
- [AR Aging Report Fields](https://docs.xorosoft.com/xoroerp-1/reports/sales/ar-aging-report/ar-aging-report-fields.md)
- [Profitability by Account Report](https://docs.xorosoft.com/xoroerp-1/reports/sales/profitability-by-account-report.md)
- [Profitability by Account Report Fields](https://docs.xorosoft.com/xoroerp-1/reports/sales/profitability-by-account-report/profitability-by-account-report-fields.md)
- [Profitability by Brand Report](https://docs.xorosoft.com/xoroerp-1/reports/sales/profitability-by-brand-report.md)
- [Profitability by Brand Report Fields](https://docs.xorosoft.com/xoroerp-1/reports/sales/profitability-by-brand-report/profitability-by-brand-report-fields.md)
- [Sales by Sales Rep Report](https://docs.xorosoft.com/xoroerp-1/reports/sales/sales-by-sales-rep-report.md)
- [Sales by Sales Rep Report Fields](https://docs.xorosoft.com/xoroerp-1/reports/sales/sales-by-sales-rep-report/sales-by-sales-rep-report-fields.md)
- [Sales By Item Summary](https://docs.xorosoft.com/xoroerp-1/reports/sales/sales-by-item-summary.md)
- [Sales By Item Summary Fields](https://docs.xorosoft.com/xoroerp-1/reports/sales/sales-by-item-summary/sales-by-item-summary-fields.md)
- [Sales By Sales Rep Profit Comp](https://docs.xorosoft.com/xoroerp-1/reports/sales/sales-by-sales-rep-profit-comp.md)
- [Sales By Sales Rep Profit Comp Components](https://docs.xorosoft.com/xoroerp-1/reports/sales/sales-by-sales-rep-profit-comp/sales-by-sales-rep-profit-comp-components.md)
- [Sales Order Detail By Delivery Date](https://docs.xorosoft.com/xoroerp-1/reports/sales/sales-order-detail-by-delivery-date.md)
- [Sales Order Detail By Delivery Date Fields](https://docs.xorosoft.com/xoroerp-1/reports/sales/sales-order-detail-by-delivery-date/sales-order-detail-by-delivery-date-fields.md)
- [Sales Summary Report](https://docs.xorosoft.com/xoroerp-1/reports/sales/sales-summary-report.md)
- [Sales Report](https://docs.xorosoft.com/xoroerp-1/reports/sales/sales-report.md)
- [Sales Orders Report](https://docs.xorosoft.com/xoroerp-1/reports/sales/sales-orders-report.md)
- [Sales Order Activity By Date](https://docs.xorosoft.com/xoroerp-1/reports/sales/sales-order-activity-by-date.md)
- [New and Repeat Customers Report](https://docs.xorosoft.com/xoroerp-1/reports/sales/new-and-repeat-customers-report.md)
- [Sales Tax Report](https://docs.xorosoft.com/xoroerp-1/reports/sales/sales-tax-report.md)
- [Sales Tax Report (Accrual)](https://docs.xorosoft.com/xoroerp-1/reports/sales/sales-tax-report-accrual.md)
- [Open Orders Report (By Ship Date)](https://docs.xorosoft.com/xoroerp-1/reports/sales/open-orders-report-by-ship-date.md)
- [Sales by Sales Rep (Accrual)](https://docs.xorosoft.com/xoroerp-1/reports/sales/sales-by-sales-rep-accrual.md)
- [Sales By Sales Rep (Cash Basis)](https://docs.xorosoft.com/xoroerp-1/reports/sales/sales-by-sales-rep-cash-basis.md)
- [All Orders Report (By Order Date) – All Customers](https://docs.xorosoft.com/xoroerp-1/reports/sales/all-orders-report-by-order-date-all-customers.md)
- [Gross Margin Report](https://docs.xorosoft.com/xoroerp-1/reports/sales/gross-margin-report.md)
- [Invoice Detail Report](https://docs.xorosoft.com/xoroerp-1/reports/sales/invoice-detail-report.md)


---

# 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.xorosoft.com/xoroerp-1/reports/sales.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.
