> For the complete documentation index, see [llms.txt](https://docs.yoplanning.support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yoplanning.support/en/information-de-mise-a-jour/rapport-de-maj-2024/mise-a-jour-du-17-janvier-2024.md).

# Mise à Jour du 17 janvier 2024

#### Additions

* **Fees**:
  * We have integrated a feature to automatically generate freelance teams, even if users have not created any.
  * Additionally, warnings on the staff-list have been removed for a cleaner interface.
* **Creation of Fees**:
  * Now, when creating a fee, no default date is set.
  * A confirmation message displays the number of days taken into account for the generation of fees, while warning the user that the process may take some time. A loading indicator (loader) is also present for better visibility of the process status.

#### Corrections

* **check-order API v2**: (anti-overbooking device)
  * Following an update, the API now returns `success = false` when there is a crash on our side, for better error handling.
* **List of Articles (item-list)**:
  * Some actions that previously crashed when using filters on the list are now fixed.
* **Login/Signup** :
  * Re-enabled the Facebook login feature.

#### Changes

* **Login/Signup** :
  * Introduction of a new user interface (UI) for external service providers.
* **PDF** :
  * Standardized fonts in PDFs, now using the Geneva font for better visual consistency.

We hope these updates will improve your experience with Yoplanning.pro. For any questions or additional assistance, do not hesitate to contact us or visit our online support. Your feedback is always appreciated and contributes to the continuous improvement of our platform.


---

# 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://docs.yoplanning.support/en/information-de-mise-a-jour/rapport-de-maj-2024/mise-a-jour-du-17-janvier-2024.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.
