-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
209 convert member to support member #222
Conversation
$supportMember->setDateOfBirth($member->getDateOfBirth()); | ||
$supportMember->setRegistrationTime(new DateTime()); // now seems more logically | ||
|
||
// Should this become a new one, because i assume message is different, don't know where it is set |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Goede vraag, steunleden betalen vaak andere contributie en ik weet niet zeker of we het bedrag kunnen aanpassen zonder opnieuw mandaat te vragen.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Een mollie subscription heeft een methode om het bedrag te updaten. zie:
$subscription->update(); |
Maar ik weet niet of het zomaar mag
1118a04
to
4fbf647
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Twee puntjes:
- Het is handig as we dit knopje ook in de lijst met leden toevoegen zodat je meerdere leden in bulk kan omzetten naar steunlid.
- We verliezen het originele lidnummer in dit process, het lijkt mij handig om deze ook op te slaan zodat wij onderscheid kunnen maken tussen steunleden die vroeger lid zijn geweest en steunleden die nooit lid zijn geweest.
Signed-off-by: Nowa Ammerlaan <[email protected]>
Closes: 209
Kopieer het lid naar steunlid en verwijder het lid uit de leden tabel.