> For the complete documentation index, see [llms.txt](https://kb.bevica.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.bevica.com/documentation/reporting-and-analytics/reporting_in_bevica_-_overview/checking_inventory_margins.md).

# Checking Inventory Margins

Review costs and margins on posted Item Ledger Entries.

Bevica gives you the ability to check costs and margins against posted movements (**Item Ledger Entries**) for **Inventory** Items. This can be used to see operational costs and revenues held against stock and spot discrepancies easily. All movements have **Unit Cost** calculated, in addition, **Sales** movements have sales related fields available.

See also [Checking Sales Margins](/documentation/reporting-and-analytics/reporting_in_bevica_-_overview/checking_sales_line_margins.md).

{% hint style="warning" %}
**Prerequisites**

Item Ledger Entry records.
{% endhint %}

### Item Ledger Entry fields

| Field                           | Note                                                                                                                                                                             |
| ------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Unit Cost                       | Calculated field showing cost per base unit. ((Cost Amount (Actual)+Cost Amount (Expected)) /Quantity).                                                                          |
| Cost Amount (Actual)            | The movement's total invoiced cost amount.                                                                                                                                       |
| Cost Amount (Expected)          | The movement's total shipped cost amount.                                                                                                                                        |
| Cost Amount (Non-Inventoriable) | The movement's total non-inventoriable cost amount. These are typically costs posted against sales documents, i.e. via an Item Charge or Bevica Additional Charge functionality. |
| Unit Price                      | Calculated field showing cost per base unit. ((Sales Amount (Actual)+Sales Amount (Expected)) /Quantity).                                                                        |
| Sales Amount (Actual)           | The movement's total invoiced sales amount.                                                                                                                                      |
| Sales Amount (Expected)         | The movement's total shipped sales amount.                                                                                                                                       |
| Unit Cash Margin                | Calculated field showing the unit cash margin.                                                                                                                                   |
| Line Cash Margin                | Calculated field showing the line cash margin.                                                                                                                                   |
| Margin %                        | Calculated field: ((total sales amount - total cost amount) / total sales amount) \* 100).                                                                                       |

The Item Ledger displays all figures in Local currency.

{% hint style="info" %}
**Note**

**Cost Amounts** and **Sales Amounts** values against Item Ledger Entries can change, if for example, a purchase invoice is posted with an amended value or an Item Ledger Entry is revalued. The Item Ledger details reflect this change.
{% endhint %}


---

# 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://kb.bevica.com/documentation/reporting-and-analytics/reporting_in_bevica_-_overview/checking_inventory_margins.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.
