Skip to content
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

Automate user resignation share buy-back alternatives #47

Open
marcosmenendez opened this issue Aug 18, 2014 · 0 comments
Open

Automate user resignation share buy-back alternatives #47

marcosmenendez opened this issue Aug 18, 2014 · 0 comments

Comments

@marcosmenendez
Copy link

As described in this issue #26 there are 3 different scenarios when a user resigns:

  • That has a loan that is automatically cancelled
  • That has paid for the share and request the money back
  • That has paid for the share but donates it to TGD

At this point this is handled manually, but we should do it as part of the resignation process. The resignation page should be different then depending on the scenario.

LOAN CANCELLED
If user has a transaction where loan=-0.01, instead of the paragraph starting with "We remind you that..." it should say: "We remind you that you bought one share of the company when becoming a Member. This share has to be sold back to us at the original price. Since you requested a loan to buy your share, we will automatically cancel when resigning and giving back your share to us." Delete the rest of the paragraph. Create 2 transactions for that user: loan=+0.01 and share=-0.01

SHARE PAID:
If the user had not requested a loan when becoming a Member, we should ask if he wants the money back or donate it (option marked by default), so in that paragraph it should say instead: "We remind you that you bought one share of the company when becoming a Member. Now you can decide to get that money back or donate it. Being such a small amount is rather symbolic, but is your right!
Donate it to The Good data Cooperative LTD (marked by default)
Request 1 UK pence back in my Bitcoin wallet (text box to type it in)

In the future we should integrate with bitpay or alike to make this payment automatic. At this moment it should generate an email to info requesting that payment and/or a view in the backend.

Create the following transaction for both cases share=-0.01 and donation=0.01 for the second case

NOTE
When fixing this issue, please update FAQS and confirmation email accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant