{% set title = "Modularity, scalability & security for your business" %} {% set description = "TRYTON is business software, ideal for companies of any size, easy to use, complete and 100% Open Source." %} {% extends "layout.html" %} {% block header %} {{ super() }} {% endblock header %} {% block content %}

TRYTON is business software, ideal for companies of any size, easy to use, complete and 100% Open Source.

Start with Tryton

All you need to run your business

TRYTON includes all these features fully integrated

account_balance
Financial Accounting

Record all transactions
in your chart of accounts.

store_mall_directory
Sales

Follow orders from quotation
to customer satisfaction.

local_convenience_store
Inventory & Stock

Track goods in your warehouses
from receipt to delivery.

account_balance_wallet
Analytic Accounting

Break down your expenses
and revenues by category.

person
CRM

Convert your leads
and opportunities into sales.

shopping_cart
Purchasing

Follow your requests for quotation
and reduce costs by grouping orders.

equalizer
Supply Chain

Fill your warehouses
just in time.

build
Manufacturing

Transform raw materials
into finished products with bill of materials and routing.

local_shipping
Shipping

Package shipments
for your carriers.

work
Project Management

Check the profitability of projects
and never forget to invoice customers.

repeat
Subscription Management

Create recurring invoices
for your customer contracts.

group_work
Third Party Integration

Automate your communication
with banks, carriers, websites etc.

News

{% for item in news[:3] %}

{{ item.title }} {{ item.pubDate | string | truncate(16, True, '') }}

{{ item.description|blockquote|truncate(240) }}

{% endfor %}
event

Events

If you are organizing an event around Tryton and want to be listed here, please send us an email

Next Events:

{% for event in next_events %}
{{ event.get('dtstart').dt|date }}
{{ event.get('summary') }}
{% endfor %}
{% endblock content %}