> For the complete documentation index, see [llms.txt](https://doc.simax.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.simax.fr/documentation-simax-anglais/functional/invoicing/invoices-on-expense-reports.md).

# 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
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://doc.simax.fr/documentation-simax-anglais/functional/invoicing/invoices-on-expense-reports.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.
