> 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/accounting/sales-tax/tax-adjustment-centre.md).

# Tax Adjustment Centre

### What is Tax Adjustment Centre?

The Tax Adjustment Centre in XoroERP is an essential tool that enables users to view and manage comprehensive details related to tax adjustments. This centralized module is designed to ensure that all tax-related modifications are accurately recorded and easily accessible for review and auditing purposes.&#x20;

{% hint style="info" %}
To access Tax Adjustment Centre, go to : Menu > Accounting > Sales Tax > Tax Adjustment Centre&#x20;
{% endhint %}

<figure><img src="/files/3GlvlhmMi0MZBaQPVt0w" alt=""><figcaption></figcaption></figure>

Within the Tax Adjustment Centre, users can view a variety of critical details, including:

* **Sales Tax Account**: This field displays the specific sales tax account that has been affected by the adjustment. It helps in tracking the changes made to particular tax accounts.
* **Adjustment Account**: This field indicates the offset account used for the tax adjustment. The adjustment account is crucial for ensuring that the adjustments are recorded correctly and do not directly impact the original tax liabilities.
* **Adjustment Date**: This field shows the date on which the tax adjustment was made, providing a clear timeline for audit trails and tracking purposes.
* **Line**: This field contains the line-item details of the adjustment, offering a granular view of each specific change made to the tax records.
* **Description**: This field provides a brief description of the adjustment, giving context and clarity on why the adjustment was necessary.
* **Amount**: This field shows the monetary value of the adjustment, reflecting the exact change in tax liabilities.
* **Memo**: This field allows users to add additional notes or comments related to the adjustment, providing further context or explanations as needed.

### **Context View Options (Right-Click Options)**

The Tax Adjustment Centre also provides users with several convenient context view options to efficiently manage tax adjustments:

* **Open**: This option allows users to open the selected record in a new window, enabling them to review or edit the details as required.
* **Delete**: This option allows users to delete the selected record, ensuring that any incorrect or outdated adjustments can be removed from the system.

By utilizing the Tax Adjustment Centre in XoroERP, users can ensure accurate financial reporting and maintain compliance with tax regulations. This module is designed to facilitate precise management of tax adjustments, offering a clear and detailed overview of all modifications made.


---

# 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/accounting/sales-tax/tax-adjustment-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.
