Skip to content

Commit

Permalink
Merge pull request #5 from indieopensource/default-currency
Browse files Browse the repository at this point in the history
Define and require a payment currency
  • Loading branch information
kemitchell authored Apr 19, 2019
2 parents 3c2f0f1 + 71cf4d4 commit dbf1a66
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
1 change: 1 addition & 0 deletions blanks.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"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",
"Default Scope": "open software projects that Developer has contributed to",
"Default Working Hours": "1000 to 1800",
"Default Currency": "United States Dollars",
"minimize": "diffs"
}
4 changes: 4 additions & 0 deletions terms.cform
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

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

\\ the ""Payment Currency"", which by default is [Default Currency]

\\ the ""Work Pace"", <Full Time>, <Half Time>, or <Part Time>, which by default is <Part Time>

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

\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>.

\Pay in the Agreed Currency\ <Client> agrees to make all payments under this agreement in the <Payment Currency>.

\Pay Taxes on the Fee\ <Client> agrees to pay all tax on the <Fee>, except tax <Developer> owes on income.

\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.
Expand Down
14 changes: 10 additions & 4 deletions terms.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@

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

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

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

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
4. the **Scope**, which by default is open software projects that Developer has contributed to

5. **Working Hours**, which by default are the hours of 1000 to 1800 in the time zone of _Developer's Address_
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

6. **Working Hours**, which by default are the hours of 1000 to 1800 in the time zone of _Developer's Address_

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

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

_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_.

### <a id="Pay_in_the_Agreed_Currency"></a>Pay in the Agreed Currency

_Client_ agrees to make all payments under this agreement in the _Payment Currency_.

### <a id="Pay_Taxes_on_the_Fee"></a>Pay Taxes on the Fee

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

0 comments on commit dbf1a66

Please sign in to comment.