> 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-19-fevrier-2024.md).

# Mise à jour du 19 février 2024

In the latest update of Yoplanning dated February 19, 2024, several important improvements and corrections have been made to optimize your user experience and the management of your activities. Here is a summary of the most significant changes.

**What's New**

* **Real-Time Inventory Management for Products**: Now, when you sell a product, the quantity available in your catalog is immediately decremented upon ordering. This change significantly reduces, or even eliminates, the risk of overbooking by ensuring that inventory management is updated in real-time, without waiting for the planning algorithms to run. Which will then update availability anyway.

**Corrections**

* **Cash Journal Stability**: An issue causing the cash journal to crash when the free search field was filled has been fixed. You can now use the search function without encountering errors.
* **Refund Button**: The "Refund" button is no longer displayed for payments scheduled for a future date, thus avoiding any confusion about transactions that have not yet taken place. In particular for the payment in three installments without fees for example.
* **Item List Export**: We fixed a bug that caused a crash when exporting the item list if no "Main Client" was defined. The export now runs smoothly, ensuring the smoothness of your administrative operations.

**Changes**

* **Private Session Grouping**: The feature allowing the grouping of private sessions has been re-enabled. This feature is essential for efficiently organizing private sessions, by allowing to group all sessions purchased together and assigned to the same staff.

These updates aim to constantly improve your experience of using Yoplanning, making the management of your activity more fluid and intuitive. For any questions or need for additional assistance, do not hesitate to consult our technical support.


---

# 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-19-fevrier-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.
