> 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/it/information-de-mise-a-jour/rapport-de-maj-2024/mise-a-jour-du-17-janvier-2024.md).

# Mise à Jour du 17 janvier 2024

#### Aggiunte

* **Commissioni**:
  * Abbiamo integrato una funzionalità per generare automaticamente team freelance, anche se gli utenti non ne hanno creato nessuno.
  * Inoltre, gli avvisi nell'elenco del personale sono stati rimossi per un'interfaccia più pulita.
* **Creazione delle tariffe**:
  * Ora, quando si crea una tariffa, non viene impostata alcuna data predefinita.
  * Un messaggio di conferma visualizza il numero di giorni presi in considerazione per la generazione delle commissioni, avvisando l'utente che il processo potrebbe richiedere del tempo. È presente anche un indicatore del caricatore per una migliore visibilità dello stato del processo.

#### Correzioni

* **API check-order v2** : (dispositivo anti-overbooking)
  * A seguito di un aggiornamento, l'API ora restituisce `success = false` quando si verifica un arresto anomalo da parte nostra, per una migliore gestione degli errori.
* **Elenco degli articoli (item-list)**:
  * Alcune azioni che in precedenza si bloccavano quando si utilizzavano i filtri nell'elenco sono state ora corrette.
* **Accedi/Registrati** :
  * Riattivata la funzione di accesso a Facebook.

#### Cambiamenti

* **Accedi/Registrati** :
  * Introduzione di una nuova interfaccia utente (UI) per i fornitori di servizi esterni.
* **PDF** :
  * Font standardizzati nei PDF: ora viene utilizzato il font Geneva per una migliore coerenza visiva.

Ci auguriamo che questi aggiornamenti migliorino la tua esperienza con Yoplanning.pro. Per qualsiasi domanda o ulteriore assistenza, non esitate a contattarci o a visitare il nostro supporto online. Il tuo feedback è sempre apprezzato e contribuisce al miglioramento continuo della nostra piattaforma.


---

# 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/it/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.
