> 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/inventory-and-purchasing/calculating-landed-cost.md).

# Understanding landed cost

You can set up Store Manager to automatically calculate the **landed cost** for each item received through purchase orders and inventory transfers. The landed cost of an item is the sum of the item's cost, tax, shipping, applicable charges, and other fees. There are three **cost distribution methods** available for calculating the landed cost: Quantity, Value, or Manual.

## Scenario

Your store marks a purchase order as received. The purchase order contains two wireless headphones ($30.00 each) and two wireless mice ($20.00 each). They are received at a tax rate of 10 percent. There are charges of $20.00 and tax on those charges is 10 percent.

## Quantity

In this method, charges and tax on charges are equally divided by the total number of units received.

<table><thead><tr><th valign="top">Values</th><th valign="top">Calculations</th><th valign="top">Headphones</th><th valign="top">Mice</th></tr></thead><tbody><tr><td valign="top">Quantity received</td><td valign="top"></td><td valign="top">2</td><td valign="top">2</td></tr><tr><td valign="top">Cost per quantity</td><td valign="top"></td><td valign="top">$30.00</td><td valign="top">$20.00</td></tr><tr><td valign="top">Extended cost</td><td valign="top">[cost per qty \* qty received]</td><td valign="top">$30.00 \* 2 = $60.00</td><td valign="top">$20.00 \* 2 = $40.00</td></tr><tr><td valign="top">Tax</td><td valign="top">tax on cost per qty</td><td valign="top">10% of cost per qty ($30.00) = $3.00</td><td valign="top">10% of cost per qty ($20.00) = $2.00</td></tr><tr><td valign="top">Charge per quantity</td><td valign="top">[total charges / total qty received]</td><td valign="top">$20.00 / 4 = $5.00</td><td valign="top">$20.00 / 4 = $5.00</td></tr><tr><td valign="top">Tax on charge</td><td valign="top">tax on charge per qty</td><td valign="top">10% of charge per qty ($5.00) = $0.50</td><td valign="top">10% of charge per qty ($5.00) = $0.50</td></tr><tr><td valign="top">Landed cost</td><td valign="top">(cost per qty+ tax + charge per qty + tax on charge)</td><td valign="top">($30.00 + $3.00 + $5.00 + $0.50) = $38.50</td><td valign="top">($20.00 + $2.00 + $5.00 + $0.50) = $27.50</td></tr><tr><td valign="top">Extended landed cost</td><td valign="top">landed cost \* qty received</td><td valign="top">$38.50 \* 2 = $77.00</td><td valign="top">$27.50 \* 2 = $55.00</td></tr></tbody></table>

## Value

In this method, charges and tax on charges are calculated as follows:

* Charges = \[(total charge) / {(per unit cost of headphones \* quantity of headphones received) + (per unit cost of mice \* quantity of mice received)}] \* per unit cost of headphones

<table><thead><tr><th valign="top">Values</th><th valign="top">Calculations</th><th valign="top">Headphones</th><th valign="top">Mice</th></tr></thead><tbody><tr><td valign="top">Quantity received</td><td valign="top"></td><td valign="top">2</td><td valign="top">2</td></tr><tr><td valign="top">Cost per quantity</td><td valign="top"></td><td valign="top">$30.00</td><td valign="top">$20.00</td></tr><tr><td valign="top">Extended cost</td><td valign="top">[cost per qty \* qty received]</td><td valign="top">$30.00 \* 2 = $60.00</td><td valign="top">$20.00 \* 2 = $40.00</td></tr><tr><td valign="top">Tax</td><td valign="top">tax on cost per qty</td><td valign="top">10% of cost per qty ($30.00) = $3.00</td><td valign="top">10% of cost per qty ($20.00) = $2.00</td></tr><tr><td valign="top">Charge per quantity</td><td valign="top">(total charge / (cost per qty \* qty received + cost per qty \* qty received)) \* cost per qty</td><td valign="top">($20.00 / ($30\*2 + $20\<em>2)) \</em> $30 = $6.0</td><td valign="top">($20.00 / ($30\*2 + $20\<em>2)) \</em> $20 = $4.0</td></tr><tr><td valign="top">Tax on charge</td><td valign="top">tax on charge per qty</td><td valign="top">10% of charge per qty ($6) = $0.6</td><td valign="top">10% of charge per qty ($4) = $0.4</td></tr><tr><td valign="top">Landed cost</td><td valign="top">(cost per qty+ tax + charge per qty + tax on charge)</td><td valign="top">$(30.00 + 3.00 + 6.00 + 0.6) = $39.60</td><td valign="top">$(20.00 + 2.00 + 4.00 + 0.4) = $26.40</td></tr><tr><td valign="top">Extended landed cost</td><td valign="top">landed cost \* qty received</td><td valign="top">$39.60 \* 2 = $79.20</td><td valign="top">$26.40 \* 2 = $52.80</td></tr></tbody></table>

## Manual

In this method, you enter the charges and tax on charges for each item manually. The quantity received must be greater than zero. Charges and tax on charges are calculated as follows:

* Charge = Sum of extended charges on the Charges tab
* Tax on charge = Sum of extended tax on charges on the Charges tab

<table><thead><tr><th valign="top">Values and Calculations</th><th valign="top">Headphones</th><th valign="top">Mice</th></tr></thead><tbody><tr><td valign="top">Quantity received</td><td valign="top">2</td><td valign="top">2</td></tr><tr><td valign="top">Extended charge</td><td valign="top">$10.00</td><td valign="top">$20.00</td></tr><tr><td valign="top">Charge = extended charge / quantity received</td><td valign="top">$10.00 / 2 = $5</td><td valign="top">$20.00 / 2 = $10</td></tr><tr><td valign="top">Extended tax on charge</td><td valign="top">$2.00</td><td valign="top">$4.00</td></tr><tr><td valign="top">Tax on charge = extended tax on charge / quantity received</td><td valign="top">$2 / 2 = $1</td><td valign="top">$4 / 2 = $2</td></tr></tbody></table>


---

# 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/inventory-and-purchasing/calculating-landed-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.
