# Invoices on expense reports

## Context:

Marc DELUXE was sent on a three-day business trip to meet with AMB & ST, a company located in another city. He traveled there by car.

Marc booked a hotel room for two nights at a rate of 120 euros per night. He also paid for restaurants and road tolls.

Upon his return, Pierre submits his complete expense report with supporting documents to the accounting team for verification and validation.

The expense report is then issued to refund Marc in a single payment, detailing the expenses for the hotel, restaurants, and road tolls.

## Implementation in Simax

First, the expense report must be created. To do this, go to **HR > Expense Report > Expense Reports** and **\[\[New]]**.

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

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

To convert an expense report into an invoice, click **Sales > Invoicing > Expense reports to invoice** and select the customer.

The list of expense reports to invoice will open.

<figure><img src="/files/5omjaTprGjtRFm0gmcAT" alt=""><figcaption></figcaption></figure>

Click on the relevant expense report, check **“Reinvoicable** ,” and click **\[\[Reinvoice]]**.

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

The hotel invoice is created automatically. Just click on **\[\[Save]]**

<figure><img src="/files/IfoiiICXUIcs8p0tmnip" alt=""><figcaption></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://doc.simax.fr/documentation-simax-anglais/invoicing/invoices-on-expense-reports.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.
