-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,15 @@ | ||
# Gestion des souscriptions | ||
|
||
Accessible lors de la création et de l'edition d'un produit, cette section permet de gerer des souscriptions sur un produit lorsque le type du produit est définit comme **Subscription**. | ||
|
||
## Creer un un produit de type subscription | ||
|
||
De la méme maniére qu'on ajoute un produit (cf [`WIP-product-management.md`]), on peut créer un produit de type souscription qui permettre au client de votre be-bop de faire un abonnement. | ||
|
||
## Afficher les souscription sur un produit | ||
|
||
Si un produit est de type souscription un onglet en plus s'affiche pour vous lister les souscriptions sur ce produit. | ||
|
||
![image](https://github.com/user-attachments/assets/0de76ae6-1af4-4a6b-be32-2f43f5bcf0ed) | ||
|
||
la liste des souscription peut etre exporté sous format excel. |