22adb4d5fd
The primary license of the project is changing to: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later with some specific files to be licensed under the one of two licenses: CC0-1.0 LGPL-3.0-or-later This commit is one of the many steps to relicense the entire codebase. Documentation granting permission for this relicensing (from all past contributors who hold copyrights) is on file with Software Freedom Conservancy, Inc.
30 lines
1.1 KiB
Text
30 lines
1.1 KiB
Text
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||
<p>
|
||
Congratulations on receiving your first transaction on <%= Settings.general.name %>!
|
||
</p>
|
||
<br>
|
||
<p>
|
||
Whenever you receive money on <%= Settings.general.name %>, it will go into your account’s balance. Payouts can be made to your organization’s bank account automatically at the beginning of each month, or at any time with the click of a button.
|
||
</p>
|
||
|
||
<br>
|
||
<p>
|
||
<strong>Before you can make a payout</strong>, you need to connect your organization's bank account for withdrawals, allowing money to transfer from your account balance on <%= Settings.general.name %> directly to your organization.
|
||
</p>
|
||
|
||
<br>
|
||
<p> You can connect your bank account on this page: </p>
|
||
|
||
<br>
|
||
<h4>
|
||
<% url = nonprofits_payouts_url(@nonprofit) %>
|
||
<a href="<%= url %>"> <%= url %> </a>
|
||
</h4>
|
||
|
||
<br>
|
||
<p>
|
||
<strong>You have a 7 day window</strong> to continue processing transactions without a connected bank account. After that, transactions will become disabled. So, try to get that bank account connected as soon as you can.
|
||
</p>
|
||
|
||
<br>
|
||
<%= render 'emails/sig' %>
|