{% set title = "Donate" %}
{% set descending = "Help the Tryton project to achieve its goals" %}
{% set toc = [
("Wire Transfer", 'wire-transfer', None),
("PayPal", 'paypal', None),
("Recurring PayPal", 'paypal-recurring', None),
("Bitcoin", 'bitcoin', None),
("Contribute", 'contribute', None),
("Donors", 'donors', None),
("Yearly Donations", 'donations-yearly', None),
]
%}
{% extends "layout-toc.html" %}
{% from "utils.html" import background %}
{% block style %}
{{ super() }}
{{ background('banner-donate') }}
{% endblock %}
{% block content %}
The Tryton Foundation wants to thank individuals and companies that finance it's activity.
Donors are listed in descending order using an algorithm that takes into account
both the amount and the age of the donation over the last year.
Donors
{% for donator in donators %}
Yearly Donations
{% for year, donation in donations %}
Year
Donation
{{ year }}
{{ '{0:0.2f}'.format(donation) }} €
{% endfor %}
Help the Tryton project to achieve its goals. This ultimately brings a better free software business solution to companies all over the world.
No matter whether they're big or small, all of them benefit from a powerful application that is free from vendor lock-in.
If you're already using Tryton, please consider contributing to the project or supporting the Foundation so the project remains vibrant and continues to grow.
You can make a wire transfer to our bank account:
IBAN:BE82 0688 9627 4468You can easily make a one-time contribution using PayPal:
You can use this form even if you don't have or want to create a PayPal account. Instead you can pay with your credit card.You can easily make a monthly contribution using PayPal:
PayPal does not require you to create an account for recurring donations.You can easily donate in bitcoin:
If you want to donate your time, we welcome contributions from the community.