Skip to content

Commit dbf1a66

Browse files
authored
Merge pull request #5 from indieopensource/default-currency
Define and require a payment currency
2 parents 3c2f0f1 + 71cf4d4 commit dbf1a66

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

blanks.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"Default Payment Method": "bank-to-bank transfer, such as FedWire, ACH, SEPA, or SWIFT, if possible, and otherwise a common electronic payment system, such as PayPal, Stripe, or Square Cash",
44
"Default Scope": "open software projects that Developer has contributed to",
55
"Default Working Hours": "1000 to 1800",
6+
"Default Currency": "United States Dollars",
67
"minimize": "diffs"
78
}

terms.cform

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020

2121
\\ the ""Payment Method"", which by default is [Default Payment Method]
2222

23+
\\ the ""Payment Currency"", which by default is [Default Currency]
24+
2325
\\ the ""Work Pace"", <Full Time>, <Half Time>, or <Part Time>, which by default is <Part Time>
2426

2527
\\ the ""Scope"", which by default is [Default Scope]
@@ -38,6 +40,8 @@
3840

3941
\Cover Payment Method Costs\ <Client> agrees to increase the amount of each payment to <Developer> so that <Developer> receives the full amount owed, taking into account any costs of receiving payment the <Payment Method>.
4042

43+
\Pay in the Agreed Currency\ <Client> agrees to make all payments under this agreement in the <Payment Currency>.
44+
4145
\Pay Taxes on the Fee\ <Client> agrees to pay all tax on the <Fee>, except tax <Developer> owes on income.
4246

4347
\Technical Representative\ <Client> agrees to appoint a ""Technical Representative"" by e-mailing <Developer> their name, title, and e-mail address before work starts, and to appoint a replacement whenever the current <Technical Representative> leaves or becomes unavailable. If <Client> has technical staff, the <Technical Representative> must be a member of the technical staff.

terms.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@
2222

2323
1. the **Payment Method**, which by default is bank-to-bank transfer, such as FedWire, ACH, SEPA, or SWIFT, if possible, and otherwise a common electronic payment system, such as PayPal, Stripe, or Square Cash
2424

25-
2. the **Work Pace**, _Full Time_, _Half Time_, or _Part Time_, which by default is _Part Time_
25+
2. the **Payment Currency**, which by default is United States Dollars
2626

27-
3. the **Scope**, which by default is open software projects that Developer has contributed to
27+
3. the **Work Pace**, _Full Time_, _Half Time_, or _Part Time_, which by default is _Part Time_
2828

29-
4. **Working Days** \(singular: **Working Day**\), which by default are days other than Saturdays, Sundays, and days when commercial banks in the capital of the country of _Developer's Address_ typically stay closed
29+
4. the **Scope**, which by default is open software projects that Developer has contributed to
3030

31-
5. **Working Hours**, which by default are the hours of 1000 to 1800 in the time zone of _Developer's Address_
31+
5. **Working Days** \(singular: **Working Day**\), which by default are days other than Saturdays, Sundays, and days when commercial banks in the capital of the country of _Developer's Address_ typically stay closed
32+
33+
6. **Working Hours**, which by default are the hours of 1000 to 1800 in the time zone of _Developer's Address_
3234

3335
## <a id="Client's_Obligations"></a>Client's Obligations
3436

@@ -48,6 +50,10 @@ _Client_ agrees to make all payments under this agreement via the _Payment Metho
4850

4951
_Client_ agrees to increase the amount of each payment to _Developer_ so that _Developer_ receives the full amount owed, taking into account any costs of receiving payment the _Payment Method_.
5052

53+
### <a id="Pay_in_the_Agreed_Currency"></a>Pay in the Agreed Currency
54+
55+
_Client_ agrees to make all payments under this agreement in the _Payment Currency_.
56+
5157
### <a id="Pay_Taxes_on_the_Fee"></a>Pay Taxes on the Fee
5258

5359
_Client_ agrees to pay all tax on the _Fee_, except tax _Developer_ owes on income.

0 commit comments

Comments
 (0)