> For the complete documentation index, see [llms.txt](https://wiki.dieagenturverwaltung.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.dieagenturverwaltung.de/die-agenturverwaltung-en/finanzen-1/eingangsrechnungen/configure-payment-approval-process.md).

# Configure payment approval process

Project assignment is basically already an approval process by the job management. If a document is not paid, this should already be noticed here.

It may be customary in your company that, in addition to the job management, another person also checks a supplier invoice before it may be paid (by yet another person).\
\
For this purpose there is the status step "waiting for payment approval" for purchase invoices.

If it is not available in your instance of Die Agenturverwaltung, you can contact support; that is a paid add-on feature.

1. Then you can initially activate the status “waiting for payment approval” in the process definitions (Settings > Process definitions > Purchase invoices) (click the On/Off toggle ...
2. and then define who may change the status of a purchase invoice (right box) when it is set to "waiting for payment approval". Those should only be the people who are allowed to approve an invoice for payment (if it is only one person, then possibly a deputy should also be defined in case that person is not available).&#x20;

   <figure><img src="/files/f7f1149b5ba823fef96160f9be7861117d705805" alt=""><figcaption></figcaption></figure>
3. Then you can return to the overview under Settings > Process definitions and also configure the status change: When the project assignment has been made, the invoice should automatically jump to “waiting for payment approval”. <br>

   <figure><img src="/files/58117b956ad6a84b073412088181e0d8d67976fa" alt=""><figcaption></figcaption></figure>
4. If all of this is preset, a new field “Who grants the payment approval?” appears in the Payment tab of a purchase invoice or when entering a purchase invoice on the 2nd screen in the “Payment” section.  <br>

   <figure><img src="/files/7017534b811c0973c8231d1f1b687cd236efc062" alt=""><figcaption></figcaption></figure>
5. There you can already enter when recording who will later approve this document for payment. This person will then be notified after successful project assignment via a followup. If no one is selected here, all people who are allowed to approve a payment will be notified via followup. The first person in this group also completes the followup for the other colleagues.
6. The approving person thus reaches the invoice they are to check via a link in the followup and simply confirms the approval for payment by advancing the status, e.g. to "waiting for booking", thereby signaling to accounting that the invoice\
   a) should be paid and\
   b) can be handed over to financial accounting.


---

# 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://wiki.dieagenturverwaltung.de/die-agenturverwaltung-en/finanzen-1/eingangsrechnungen/configure-payment-approval-process.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.
