> 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-payment/sale-tax-payment/making-sale-tax-payments-in-xoroerp.md).

# Making Sale Tax Payments in XoroERP

Sale Tax Payments are crucial financial transactions that businesses make to comply with tax regulations and fulfill their obligations to the Tax Regulatory Authority. XoroERP provides a streamlined process through its '**Sale Tax Payment**' module, enabling users to record and manage these payments efficiently. This overview will guide XoroERP users on how to make Sale Tax Payments and highlight the benefits of using this feature.

### **How to Make Sale Tax Payments:**

1. **Accessing the Sale Tax Payment Module:**
   * Navigate to the '**Sale Tax Payment**' module in XoroERP.
   * This module facilitates the recording of payments made towards filed Tax Returns.
2. **Tax Payment Fields:**

| Field                 | Description                                                                                                                                                                                                                                                                                 |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Tax Form\*            | This allows users to select the type of tax return the payment is for, such as GST or PST.                                                                                                                                                                                                  |
| Tax Agency\*          | Allows users to specify the tax agency to which the payment is directed. The system is pre-configured for GST and PST tax agencies.                                                                                                                                                         |
| Tax File Reference\*  | Displays the list of **Tax File#** values that were automatically assigned when [tax returns](/xoroerp-1/accounting/sales-tax/prepare-tax-return.md) were created. Select the appropriate **Tax File#** from the dropdown to associate the payment with the corresponding filed tax return. |
| Tax Period            | This allows users to indicate the period for which the Tax File Reference was filed.                                                                                                                                                                                                        |
| Tax Amount Due Period | Display the amount due from the Tax File Reference for the specified period.                                                                                                                                                                                                                |
| Tax Amount Due Total  | Display the total amount due from the Tax File Reference                                                                                                                                                                                                                                    |
| Payment Date\*        | Enter the date on which the tax payment was made.                                                                                                                                                                                                                                           |
| Reference Number      | Optionally, enter a reference number for tracking purposes.                                                                                                                                                                                                                                 |
| Payment Method\*      | This allows the users to choose the payment method for this tax payment, such as cheque or electronic transfer.                                                                                                                                                                             |
| Cheque Number         | If paying by cheque, enter the cheque number or auto-generate it from the system. Optionally, choose to print the cheque number later.                                                                                                                                                      |
| Name of Cheque        | If paying by cheque, enter the name to be printed on it.                                                                                                                                                                                                                                    |
| Payment Account\*     | This allows you to select the payment account from which the tax payment will be deducted.                                                                                                                                                                                                  |
| Payment Amount\*      | Allows users to fill in the payment account from which the tax payment will be deducted.                                                                                                                                                                                                    |
| Discount Account      | This allows users to fill in the discount account for the tax payment.                                                                                                                                                                                                                      |
| Discount Amount       | This allows users to fill in the discount amount.                                                                                                                                                                                                                                           |
| Memo                  | This allows you to add a memo if additional information is required for this tax payment.                                                                                                                                                                                                   |
| Address               | Provide the address details of the tax agency receiving the payment.                                                                                                                                                                                                                        |

* **Tax Form:** Select the type of tax return the payment is for, such as GST or PST.
* **Payment Method:** Choose the payment method for this tax payment, such as cheque or electronic transfer.
* **Tax Agency:** Specify the tax agency to which the payment is directed. The system is pre-configured for GST and PST tax agencies.
* **Tax File Reference:** Search and select the filed tax return associated with this payment.
* **Cheque Number:** If paying by cheque, enter the cheque number or auto-generate it from the system. Optionally, choose to print the cheque number later.
* **Tax Period:** Indicate the period for which the Tax File Reference was filed.
* **Tax Amount Due Period:** Display the amount due from the Tax File Reference for the specified period.
* **Name on Cheque:** If paying by cheque, enter the name to be printed on it.
* **Payment Account:** Select the payment account from which the tax payment will be deducted.
* **Memo:** Add a memo if additional information is required for this tax payment.
* **Payment Date:** Enter the date on which the tax payment was made.
* **Address:** Provide the address details of the tax agency receiving the payment.
* **Reference Number:** Optionally, enter a reference number for tracking purposes.

3. After entering all the mandatory details, click on the **Save** button on the top right corner of the page to record the Tax Payment made.

### Header Options

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

**Show Transactions:** This allows users to view the transactions related to the installment after saving the saving the transaction.

**Show Audit Trail:** Users can review the Audit Trails to monitor financial transactions and records. This feature enables them to examine a comprehensive description of each transaction within the system, along with all modifications made from inception to completion.

**Void:** This allows users to void the selected Sales Tax Installment.

Print Cheques: Allows you to save Print the Tax Payment made via Cheque

### **Benefits of Making Sale Tax Payments:**

1. **Compliance:** Ensures compliance with tax regulations and fulfills obligations to the Tax Regulatory Authority.
2. **Record Keeping:** Maintains accurate records of tax payments and related information within the ERP system.
3. **Financial Transparency:** Provides transparency in financial transactions and facilitates auditing processes.
4. **Efficiency:** Streamlines the payment process, saving time and effort for users.
5. **Data Integration:** Integrates tax payment data seamlessly with other financial modules for comprehensive reporting and analysis.

In conclusion, leveraging the '**Sale Tax Payment**' module in XoroERP empowers businesses to manage tax payments effectively, maintain compliance, and ensure financial transparency.


---

# 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-payment/sale-tax-payment/making-sale-tax-payments-in-xoroerp.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.
