> 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/sales-item-centre.md).

# Sales Item Centre

In the realm of effective business management, having comprehensive control over sales items is crucial for maintaining operational efficiency and maximizing profitability. XoroERP's Sales Item Centre serves as a pivotal tool, offering businesses a centralized platform to manage and access critical information related to their inventory.

{% hint style="info" %}
To Access Sales Item Centre, go to: **Menu> Sales > Sales Item Centre**
{% endhint %}

### **Key Features and Functionality**

1. **Comprehensive Item Information:** Sales Item Centre provides users with a comprehensive view of all items within the XoroERP system, along with pertinent details such as item number, description, standard price, unit of measure (UOM), brand, and more. This centralized repository ensures easy access to essential item information, facilitating informed decision-making and streamlined inventory management processes.
2. **Status Tracking:** Users can effortlessly track the status of each item, including whether it is returnable or currently active, directly within the Sales Item Centre. This feature enables businesses to maintain accurate records and make informed decisions regarding inventory replenishment and sales strategies.
3. **Flexible Editing Options:** Sales Item Centre empowers users with the ability to edit item details as needed, ensuring data accuracy and alignment with evolving business requirements. Whether updating descriptions, adjusting pricing, or modifying other attributes, users can make real-time changes within the platform, eliminating the need for manual adjustments and minimizing potential errors.
4. **Item Management Capabilities:** In addition to editing item details, Sales Item Centre provides users with the option to delete items when necessary. This functionality enables businesses to streamline their inventory, removing outdated or obsolete items from the system and optimizing storage space and resource allocation.

Sales Item Centre in XoroERP offers businesses a comprehensive solution for managing and accessing critical item information efficiently. By centralizing item data, providing status tracking capabilities, and offering flexible editing options, the platform empowers businesses to optimize inventory management processes, make informed decisions, and drive sales growth.


---

# 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/sales-item-centre.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.
