Skip to content

Commit

Permalink
Announce new member fee feature
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudgg committed Nov 3, 2023
1 parent 3956ebc commit 2c6e77b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/assets/stylesheets/active_admin.css.erb
Original file line number Diff line number Diff line change
Expand Up @@ -989,6 +989,7 @@ fieldset.inputs a.action svg {

#acp_features_input {
margin: 40px 0 20px;
scroll-margin-top: 60px;
}
#acp_features_input legend {
font-size: 32px;
Expand Down
2 changes: 2 additions & 0 deletions app/views/handbook/new_member_fee.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Cette fonctionnalité permet de facturer automatiquement des frais d'adhésion,

Une fois cette fonctionnalité supplémentaire activée, la description ainsi que le montant de vos frais d'adhésion doivent être définis dans [vos paramètres](/settings#new_member_fee).

![abonnements section](<%= image_url('handbook/new_member_fee/form.png') %>){:width="800px"}

> Si vous facturiez déjà des frais d'adhésion manuellement (facture "Autre"), merci de [me contacter](mailto:[email protected]) pour que je puisse m'occuper de leur migration, afin d'éviter de facturer inutilement deux fois ces frais à vos membres.

### Facturation
Expand Down
9 changes: 9 additions & 0 deletions app/views/updates/_20231103_new_member_fee.md.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Nouvelle fonctionnalité: Frais d'adhésion

Il est désormais possible de facturer automatiquement des frais d'adhésion, par exemple pour des paniers/sacs réutilisables, à vos nouveaux membres.

Une fois [cette fonctionnalité supplémentaire](/settings#acp_features_input) activée, la description ainsi que le montant de vos frais d'adhésion doivent être définis dans [vos paramètres](/settings#new_member_fee).

![Paramètres](<%= image_url('updates/20231103_new_member_fee/form.png') %>){:width="50%"}

Retrouvez plus d'informations sur les frais d'adhésion et son fonctionnement dans [le manuel](handbook/new_member_fee).

0 comments on commit 2c6e77b

Please sign in to comment.