> 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-2025/mise-a-jour-yoplanning-decembre-2025.md).

# Mise à jour Yoplanning - Décembre 2025

December closes the year with major features to boost your end-of-year sales, including a redesign of gift vouchers and more powerful scheduling filtering tools.

### 🎁 Gift Vouchers & Loyalty Programs

#### Multi-product gift vouchers (Tag-based management)

This is the big news of the month! You can now make a gift voucher applicable to a whole range of products thanks to **Tags**.

* **Use case:** You sell a "10 Yoga Session Pass". Thanks to the "Yoga" tag, this pass can be used interchangeably for Hatha, Vinyasa, or Nidra Yoga.
* **Advantage:** No need to create a voucher for each specific activity, you gain simplicity and offer more freedom to your customers.

### 📅 Planning & Visibility

#### Managing unavailable staff

We have added a new option in the schedule filters: **"Show unavailable staff"**.

* **OFF Mode (default):** Lines from completely unavailable monitors are hidden to clean up your view.
* **ON Mode:** Ideal for seeing who is absent and why, without accidentally cluttering the daily view.
* **Optimization:** The "Show empty rows" option now only applies to rows with absolutely no sessions or unavailability.

#### Improved tooltips

Hovering over sessions in the schedule has become smarter. Tooltips now remain displayed consistently, even when dates change, making it easier to quickly access information without additional clicks.

### 🛒 Order & Sales Management

#### Advanced edition of prices and discounts

For specific accounting purposes, you can now edit the **"Price before promotion"** field directly in the order. This allows you to precisely control the discounts displayed on your final invoices and realign prices if necessary.

#### Securing actions (Anti-double-click)

To prevent duplicate errors (sessions or payments created twice by mistake), the "Save" button is now **automatically disabled** during call processing. This security measure is active for adding sessions and payment links.

#### Selected Items Counter

During bulk actions (mass deletion, order merging), an item counter is now displayed in the confirmation window. This small detail makes all the difference, preventing the deletion or merging of more items than intended.

### 📱 Mobile Experience & Business Introducers

#### Business introducer mode

We have corrected and improved the interface dedicated to business introducers. They now benefit from better visibility on the content of the orders they have generated, while respecting access rights restrictions.

#### Smooth navigation

A fix has been made to the "My Dashboard" button on iOS and Android to ensure a quick return to your key statistics, even after a long browsing session.


---

# 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-2025/mise-a-jour-yoplanning-decembre-2025.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.
