> For the complete documentation index, see [llms.txt](https://maxbasev.gitbook.io/santa-maria-dashboard/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://maxbasev.gitbook.io/santa-maria-dashboard/ru/menu/invoices-section/edit-invoice.md).

# Редактирование инвойса

Чтобы открыть инвойс для редактирования, необходимо нажать на кнопку "Редактировать" рядом с инвойсом на странице клиента или на странице со списком инвойсов.

Прежде чем откроется страница редактирования, появится предупреждение: "Если цены на услуги изменились с момента последнего изменения инвойса, то инвойс будет пересчитан по новым ценам (после сохранения). Вы уверены, что хотите внести изменения в инвойс?"&#x20;

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

Только после подтверждения откроется страница для редактирования инвойса.

Страница редактирования инвойса аналогична странице создания инвойса за некоторым исключением:

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

1 — Предупреждение о возможном изменении цен.

2 — Статус инвойса.

3 — Старая цена инвойса без скидок.

4 — Старая цена инвойса со скидками.

5 — Кнопка "Сохранить изменения".

6 — Кнопка "Открыть инвойс отдельно в новом окне".

На изображении видно, что кнопка создать инвойс остаётся доступной, поэтому при необходимости, инвойс можно повторить, внеся незначительные изменения.


---

# 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://maxbasev.gitbook.io/santa-maria-dashboard/ru/menu/invoices-section/edit-invoice.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.
