> 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-8-janvier-2024.md).

# Mise à jour du 8 janvier 2024

***

Dear Yoplanning users,

We are pleased to inform you that Yoplanning has been updated on January 8, 2024, bringing exciting new features and important improvements. Here is an overview of the changes:

**New Features:**

1. **Delete Reseller:** You now have the ability to remove a reseller from your system.
2. **Login with Google:** You can now log in to Yoplanning using your Google credentials, making access faster and more secure.
3. **Custom Price with "Discount" action:** When creating a new reservation or modifying an order, if you choose "custom price", a "Discount" option will appear, allowing you to easily apply a percentage discount.
4. **PDF Ticket:** On tickets, sessions are now ordered by date in the PDF.
5. **Handling Refund Errors:** If an error occurs, a message is displayed and details are available in the console.
6. **Additional Email Checks:** Additional checks have been added for email fields.

**Corrections:**

1. **jQuery Attributes/Properties Fix:** Fixed issues with jQuery attributes and properties (checked/disabled).
2. **Post-activity notifications:** Fixed crash of post-activity notifications.
3. **Duplicate Email/SMS Sending:** Fixed issues with duplicate emails and SMS sending after an activity.

**Mobile Improvements:**

Various interface improvements on mobile phone (mainly display issues).

**Modifications:**

1. **Product and Session Management:** If all potential staffs are removed and there are still sessions with potential, the product save will be stuck in error.

We hope these updates will improve your experience with Yoplanning. As always, we are available for any questions or additional assistance.

Kind regards, The Yoplanning team


---

# 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-8-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.
