# Вывод на печать списка клиентов

Для вывода списка клиентов на печать, необходимо на странице календаря выбрать представление в виде списка, как показано на изображении ниже:

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

По умолчанию на печать выбраны все доступные столбцы. На панели выбора столбцов (1), их можно включить/выключить по желанию. Нельзя выключить только два первых столбца — порядковый номер и имя клиента.

При нажатии на кнопку печати (2) открывается меню, выбора ориентации будущего PDF файла:

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

#### Примеры итогового файла PDF:

<figure><img src="/files/XtpiRdrjZd7ghR3G4D3M" alt=""><figcaption><p>Пример горизонтального вывода на печать</p></figcaption></figure>

<figure><img src="/files/CiBJp3cvj9KI4D5d3HHw" alt=""><figcaption><p>Пример вертикального вывода на печать</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://maxbasev.gitbook.io/santa-maria-dashboard/ru/menu/calendar-section/printing-the-client-list.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
