Unfortunately SEPA does not work everywhere, so far we are managing these manually. Having support for alternative options like recurrent wire transfer (sender id or comment for identification for booking needed), paypal (sender id), or even more adventurous options would be good.
Unfortunately SEPA does not work everywhere, so far we are managing these manually. Having support for alternative options like recurrent wire transfer (sender id or comment for identification for booking needed), paypal (sender id), or even more adventurous options would be good.
This has been referenced from the commit 860cf1a3e7.
Sender ID and PayPal is not yet implemented though.
This has been referenced from the commit https://codeberg.org/momar/build-deploy-reg-server/commit/860cf1a3e740e1be015e3b02fbe67bb626424606.
Sender ID and PayPal is not yet implemented though.
Yes, this is currently a simple script gpg-decrypting the registration content sent by reg-server, and updating the member list. The current implementation is very ad-hoc (containing manually updated member details+fixups).
@ashimokawa is currently doing a clean-room rewrite that will enable clean isolation of code+data, so that we can publish the code.
Yes, this is currently a simple script gpg-decrypting the registration content sent by reg-server, and updating the member list. The current implementation is very ad-hoc (containing manually updated member details+fixups).
@ashimokawa is currently doing a clean-room rewrite that will enable clean isolation of code+data, so that we can publish the code.
Unfortunately SEPA does not work everywhere, so far we are managing these manually. Having support for alternative options like recurrent wire transfer (sender id or comment for identification for booking needed), paypal (sender id), or even more adventurous options would be good.
This has been referenced from the commit
860cf1a3e7
.Sender ID and PayPal is not yet implemented though.
Fwiw for manual registration we used:
contributionMethod = "sepa"|"wireTransfer"|"paypal"
payPalId = <string>
wireTransferReference = <string>
Where is this being used? Is there a script that creates the SEPA/PayPal transactions and checks the wire transfers?
Yes, this is currently a simple script gpg-decrypting the registration content sent by reg-server, and updating the member list. The current implementation is very ad-hoc (containing manually updated member details+fixups).
@ashimokawa is currently doing a clean-room rewrite that will enable clean isolation of code+data, so that we can publish the code.