> For the complete documentation index, see [llms.txt](https://docs.rmhpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rmhpos.com/store-manager/configure-pos-and-store-manager/store-financials/computing-tax-on-item-cost.md).

# Compute tax on item cost instead of price

1. Set up a **Sales Tax** type based on cost:
   1. Click **Setup**.
   2. Expand **Financial**.
   3. Click **Sales Tax**.
   4. Click **New**.
   5. In the **Description** field, type a description of the sales tax type, e.g., State Tax on Cost.
   6. In the **Code** field, type a short code for the sales tax type, e.g., ST-COST.
   7. In the **Sales Tax Rate (%)** field, type the amount of sales tax, e.g., 10.000.
   8. Click **Save And Close**.

<div align="left"><figure><img src="/files/MnZXi0ssPS54rMsG9PXj" alt=""><figcaption></figcaption></figure></div>

2. Set up an **Item Tax** type based on cost:
   1. Click **Setup**.
   2. Expand **Financial**.
   3. Click **Item Tax**.
   4. Click **New**.
   5. In the **Description** field, type a description of the item tax type, e.g., Tax on Cost.
   6. In the **Code** field, type a short code for the item tax type, e.g., TAX-COST.
   7. Select **Compute tax on Cost instead of Price**.
   8. In the **Apply individual taxes in the following order** section, for the 1st tax select the Sales Tax type you set up earlier, e.g., State Tax on Cost.
   9. Select **On Receipt** to print the sales tax on receipts.
   10. Click **Save And Close**.

<div align="left"><figure><img src="/files/q984sD0IXlVWvEqnsQHn" alt=""><figcaption></figcaption></figure></div>

3. Set up an item so that POS computes tax on the item's cost:
   1. Click **Merchandising**.
   2. Click **Items**.
   3. Look up and open the item.
   4. Click the **General** tab.
   5. From the **Item tax** drop down, select the Item Tax type that you set up earlier, e.g., Tax on Cost.
   6. In the **Cost** field, type the cost per unit, e.g., $8.00.
   7. Click **Save And Close**. Now, when the item is added to a transaction in POS, the tax is calculated on the item's cost. For example: Item Tax (%10) x Cost ($8.00) = $8.80.

<div align="left"><figure><img src="/files/5pg3KFu0aspxhBITlDjl" alt=""><figcaption></figcaption></figure></div>


---

# 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.rmhpos.com/store-manager/configure-pos-and-store-manager/store-financials/computing-tax-on-item-cost.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.
