> For the complete documentation index, see [llms.txt](https://help.smvend.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.smvend.io/personal-account/reports/encashments.md).

# Encashments

The Encashments report within the Reports section also allows you to filter the data and target a specific machine or a group of them.

The encashment formula here is simple: the sum of all encashed payment types, except for remote deposits, for a certain period.

After encashment, the numbers in the [Money in Machines](/personal-account/reports/money-in-machines.md) report are annulled. Encashment can be done by clicking on the "Encash" button on the single machine page.

<figure><img src="/files/SfdoGWby3QJGXZQSowXr" alt=""><figcaption></figcaption></figure>

**Special case for coffee machines**

There is a piggy bank, aka cash box, for the money inserted into the coffee machine. If a coin falls into the cash box, the only thing that can be done is to encash it.

Change is done by extracting from the bowls, in which there is money with different denominations. Usually, the machine has 10 such bowls, like 50 cents, 1€, 2€, etc.

Most coffee machines are very smart. When a customer inserts money, the machine decides where to put it: into the cash box or the bowl.

So the inserted money, no matter where it goes, counts as a part of the sale. But at the same time, only part of the inserted money will be encashed, since the other part goes into the bowls. Hence, Inserted is not equal to what we process as Encashment.

We do the encashment only from the cash box, while some of the inserted money may get into the bowls.


---

# 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://help.smvend.io/personal-account/reports/encashments.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.
