> 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.md).

# Inventory and purchasing

- [Inventory rules](https://docs.rmhpos.com/store-manager/configure-pos-and-store-manager/inventory-and-purchasing/setting-up-inventory-rules.md): This topic describes how to configure inventory rules. These include cost update method to use when receiving POs and whether to include landed cost in the cost calculation.
- [Understanding landed cost](https://docs.rmhpos.com/store-manager/configure-pos-and-store-manager/inventory-and-purchasing/calculating-landed-cost.md): This topic describes the three cost distribution methods used by RMH to determine landed cost.
- [Ordering rules](https://docs.rmhpos.com/store-manager/configure-pos-and-store-manager/inventory-and-purchasing/setting-up-ordering-rules.md): This topic describes how to configure ordering rules for quotes, work orders, layaway orders, and back orders. The rules control expiration date (or due date) and deposit requirements, if applicable.
- [Units of measure](https://docs.rmhpos.com/store-manager/configure-pos-and-store-manager/inventory-and-purchasing/units-of-measure.md): This topic describes how to configure a unit of measure (UOM). You should define the UOM used to sell items, as well as the UOM used to order items from suppliers.
- [Price rounding rules](https://docs.rmhpos.com/store-manager/configure-pos-and-store-manager/inventory-and-purchasing/setting-up-rounding-rules.md): This topic describes how to configure price rounding rules for items.
- [Shipping methods](https://docs.rmhpos.com/store-manager/configure-pos-and-store-manager/inventory-and-purchasing/setting-up-shipping-methods.md): This topic describes how to configure the shipping methods the store uses.
- [Payment terms](https://docs.rmhpos.com/store-manager/configure-pos-and-store-manager/inventory-and-purchasing/setting-up-payment-terms-for-purch.md): This topic describes how to configure payment terms for suppliers and POs.
- [Purchasers](https://docs.rmhpos.com/store-manager/configure-pos-and-store-manager/inventory-and-purchasing/setting-up-purchasers.md): This topic describes how to configure purchasers.
- [Charges](https://docs.rmhpos.com/store-manager/configure-pos-and-store-manager/inventory-and-purchasing/setting-up-charges.md): This topic describes how to configure charges.
- [Order settings](https://docs.rmhpos.com/store-manager/configure-pos-and-store-manager/inventory-and-purchasing/setting-up-order-settings.md): This topic describes how to configure PO settings, such as whether to auto-release POs, check supplier MPQ when ordering, or whether to consider child items or kit items when ordering.


---

# 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.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.
