> 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/sales/commissions/commission-reporting/commission-report-centre/commission-report-centre-fields.md).

# Commission Report Centre Fields

### Header Level Icons

<figure><img src="/files/bFWm6x7Z5v3onhUm45Lg" alt=""><figcaption></figcaption></figure>

* **Save:**
  * The Save option allows users to save any changes made to the grid layout, selected columns, sorting preferences, and other user interface settings. These preferences are retained for future visits, providing a personalized and consistent reporting experience.
* **Advanced Search:**
  * The Advanced Search option enables users to perform detailed searches using specific criteria. Users can define conditions by selecting a Column Name, Operator, and Value, allowing for precise filtering and retrieval of commission report data.
* **Columns:**
  * The Columns option allows users to customize the information displayed in the report grid. Users can show or hide available columns based on their reporting requirements, helping them focus on the most relevant report information.

| Field                          | Description                                                                                                                    |
| ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ |
| Report Number                  | Unique commission report identifier generated by the system. Click on the report number to open and review the report details. |
| Date From                      | Start date of the reporting period used for commission calculation.                                                            |
| Date To                        | End date of the reporting period used for commission calculation.                                                              |
| Description                    | Additional notes or description provided when the commission report was generated.                                             |
| Sales Rep Criteria             | Sales representative selection criteria used to generate the commission report, such as Auto, Sales Reps, or Rep Groups.       |
| Sales Rep Criteria Value       | Specific value associated with the selected sales representative criteria.                                                     |
| Create Datetime                | Date and time when the commission report was created.                                                                          |
| Created By                     | User who generated the commission report.                                                                                      |
| Modified Datetime              | Date and time of the most recent update made to the commission report.                                                         |
| Modified By                    | User who last modified the commission report.                                                                                  |
| Commission Rule Criteria       | Commission rule criteria applied during report generation.                                                                     |
| Commission Rule Criteria Value | Specific value associated with the selected commission rule criteria.                                                          |

* **Download**
  * The Download option allows users to export report data in various file formats for further analysis or record-keeping. Supported formats include CSV, TXT, MS Word, MS Excel, PDF, and MS Excel (.xlsx).


---

# 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/sales/commissions/commission-reporting/commission-report-centre/commission-report-centre-fields.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.
