# Cheque Centre

The Cheque Centre in XoroERP provides a comprehensive view of all cheque transactions recorded within the system. It offers a detailed, organized view of every cheque that has been recorded, allowing users to view, track, and edit details related to these payments. By using this centre, you can maintain a clear record of all cheques associated with your payments and receipts.

{% hint style="info" %}
To access cheque centre, go to **Menu > Accounting > Cheques > Cheque Centre**
{% endhint %}

With the Cheque Centre, users can efficiently:

* View a comprehensive list of all cheque transactions along with their key details.
* Edit transaction information to ensure precision and accuracy in financial reporting.
* Access detailed summaries of individual payments with just a few clicks.

### Cheque Centre Fields

<table><thead><tr><th width="184">Field</th><th>Description</th></tr></thead><tbody><tr><td>Cheque Date</td><td>This field shows the date on which the cheque was issued.</td></tr><tr><td>Cheque Number#</td><td>This field displays the unique identification number assigned to a specific cheque. This number is printed on the cheque and is crucial for banking and accounting purposes. It helps in tracking, recording, and organizing cheque transactions.</td></tr><tr><td>Type</td><td>This field shows the type of payment made through the cheque, such as Bill Payment, Outgoing Payment, Vendor Prepayment etc.</td></tr><tr><td>Ref#</td><td>This field captures the payment number associated with the cheque.</td></tr><tr><td>Payee</td><td>This field captures the name of the person to whom the payment has been made.</td></tr><tr><td>Currency</td><td>This field shows the currency of the cheque.</td></tr><tr><td>Amount</td><td>This field displays the amount of money being paid through the cheque.</td></tr><tr><td>Create Datetime</td><td>This field displays the date and time of the payment.</td></tr><tr><td>Created By</td><td>This field displays the name of the user who initiated the payment.</td></tr><tr><td>Modified Datetime</td><td>This field displays the date and time when any changes were last made to the cheque transaction.</td></tr><tr><td>Modified By</td><td>This field displays the name of the user who made the changes to the transaction.</td></tr><tr><td>Is Reconciled?</td><td>This flag shows whether the transaction has been reconciled or not.</td></tr></tbody></table>

### **Accessing Payment Details**

To view a transaction's payment details, users can simply double-click the transaction line in the Cheque Centre module. This action will open a pop-up window with detailed information about the payment, including the amount, date, and method. This feature allows for easy editing and updating of transaction details, ensuring that records remain accurate and up-to-date.

#### **Can I change a cheque number after the cheque has been mailed?**

No. Once a cheque number has been assigned in XoroERP, it becomes a permanent identifier and cannot be edited or changed directly.

***

#### **How cheque numbering works**

During cheque creation:

* Users can either:
  * Enter a cheque number manually, or
  * Allow the system to generate the next cheque number automatically

Once the cheque is saved, the assigned cheque number is permanently linked to that transaction and is maintained in the **Cheque Centre**.


---

# Agent Instructions: 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:

```
GET https://docs.xorosoft.com/xoroerp-1/accounting/cheques/cheque-centre.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
