> For the complete documentation index, see [llms.txt](https://help.pluscards.ru/plus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.pluscards.ru/plus/integracii/iiko/rukovodstvo-kassira.md).

# Руководство кассира

### Подготовка к работе <a href="#ygul8f67oqs9" id="ygul8f67oqs9"></a>

Убедитесь что перед открытием смены и работой с кассой (утром), iiko Front было перезапущено после прошлой смены.

### Интерфейс кассира <a href="#ygul8f67oqs9" id="ygul8f67oqs9"></a>

1\. При оплате заказа выберите «**Безналичный расчёт**».

<figure><img src="/files/0YQJUOmCyROc1XIDRmke" alt=""><figcaption></figcaption></figure>

2\. Введите данные клиента по номеру или номеру телефона:

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

3\. Если клиента нет в системе, то будет предложено его создать:

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

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

4\. В окне с основными данными клиента и предложением списать или начислить баллы нажмите кнопку «**Начислить**» или «**Списать**» в зависимости от пожеланий клиента.

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

5. Для того чтобы изменить размер списываемых бонусов, нажмите на белый прямоугольник PLUSCARDS, и введите количество бонусов которые пользователи хотят списать. Оставшуюся часть заказа закройте другими типами оплаты (наличные, банковской картой и т.д.).

<figure><img src="/files/9LQkvksKDKRPUqUkoeVC" alt=""><figcaption></figcaption></figure>

7\. Закройте заказ нажатием кнопки оплаты.


---

# 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.pluscards.ru/plus/integracii/iiko/rukovodstvo-kassira.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.
