> For the complete documentation index, see [llms.txt](https://retailcloud.gitbook.io/portals/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://retailcloud.gitbook.io/portals/central-administration-server-cas/reports/sales/sales-tax-settlement.md).

# Sales Tax Settlement

### **Overview**

Go to **CAS** --> **Reports** --> **Sales** --> **Sales Tax Settlement**

This report provides a summary by tax codes of the number of items sold as well as the net sales and tax amount. This report can be used to aid the merchant in their tax remittance information.

{% hint style="warning" %}
The report is based in historical data on version 3.5 and above
{% endhint %}

**Details**

![](/files/-LxK4ogGgnuwPyGObGsR)

User provides details and generates a sales tax settlement. User specifies the report by the **venue, store, group,** and then provides details such as **department** and **size**, and selects **consolidation by venue or store** and the date range which the sales are to be reported.

The user then can generate the report or download the CSV file. The generated report provides the **venue name, tax description (taxable, nontaxable, or exempt), number of items, net sales, tax 1, and tax 2 (if applicable).**

Some municipal jurisdictions support two tax rates for certain products (typically liquor tobacco etc), or as in the case on New York City there are state and local taxes of which local taxes are waived during one week of the year. This allows the system administrator to manage the two rate tables if needed. The rates are calculated linearly or they can be compounded if required. For example suppose an item is sold for $100 and the tax rates are 10% and 2%. If linear the tax would be calculated as tax =($100 \* (10% +2%))= $12  if compounded it would be tax =((($100\*10%)+100)\*2%)-100)=12.20.

**Additional Data :**

Data is populated on this report from the postransactions and postransactionsitemdetails tables.

**Access**

Access to this function at an enterprise level is limited by default to the System Administrator and Financial users only. Accounting, store managers, warehouse general managers as well as zone managers may view sales tax settlement report at Venues or Store assigned to them.<br>


---

# 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://retailcloud.gitbook.io/portals/central-administration-server-cas/reports/sales/sales-tax-settlement.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.
