You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
As described in this issue #26 there are 3 different scenarios when a user resigns:
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.
The text was updated successfully, but these errors were encountered: