> 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-29-avril-2024.md).

# Mise à Jour du 29 Avril 2024

### **New Features Added:**

* **Gift Voucher Redesign**: Gift vouchers have been redesigned to include more flexible configuration management within products. Customers can now select a specific configuration at checkout, allowing vouchers to be sold for combinations of products or services, such as a service with an option or different pricing configuration.
* **Improved Place Sorting**: Improved the place sorting functionality. You now have the ability to sort the places in the place list as you wish using the Three Dots Menu.
* **Personal Dashboard** **for all staffs:** Added a personal dashboard that displays the number of hours and sessions directly from the user profile menu. And this globally, regardless of the teams they have worked with.

***

### **Corrections Made:**

* **Cart/Purchase Buttons**: Fixed a bug where buttons could remain in loading mode under certain conditions.
* **Date of Birth Fields**: Fixed date of birth fields to only accept valid dates.
* **Crash when adding a Zero Price**: Fixed a crash when a zero price was added in an order with taxes.
* **Crash on URLs Too Long When Registering**: Fixed a crash caused by referring URLs that were too long.
* **Multiple Clicks on Transfer Button**: Prevented multiple clicks on the transfer button in session lists to avoid duplication errors.
* **Gift Voucher Saving**: Fixed a crash when saving a gift voucher if the previous product was credited and archived.
* **Menu Visibility in Mobile**: Fixed product tag menu visibility on mobile devices.
* **Expired Subscription Notification**: Fixed a crash when sending Slack notifications for expired subscriptions.

***

### **Changes Applied:**

* **Deposit Calculation Percentage**: Adjusted the deposit calculation so that the remainder is a round number and a multiple of five.
* **Change in behavior when requesting customer information after the fact:** new switch in adding products for more clarity, with adjustment to no longer position the payer as an automatic participant.
* **Use of Main Start Date**: The main start date is now saved and reused if changed to make it easier to manage recurring sessions and events.


---

# 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-29-avril-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.
