Tryton
Stable release | 3.6 / 20 April 2015 |
---|---|
Written in | Python |
Operating system | Cross-platform |
Type | Business software, ERP, CRM, Accounting |
License | GPLv3 |
Website |
www |
Tryton is a three-tier high-level general purpose computer application platform on top of which is built an Enterprise resource planning (ERP) business solution through a set of Tryton modules. The three-tier architecture consists of the Tryton client, the Tryton server and the Database management system (mainly PostgreSQL).
License
The platform, along with the official modules, are Free software, licensed under the GPLv3.[1]
Modules and functional coverage
The official modules provide a coverage of the following functional fields:
- Accounting
- Invoicing
- Sale Management
- Purchase Management
- Analytic Accounting
- Inventory management
- Manufacturing Resource Planning
- Project management
- Lead and Opportunity Management
Technical features
The client and the server applications are written in Python, the client use GTK+ as graphical toolkit. Both are available on Linux, OS X, and Windows.[2] A standalone version including client and server exists and is named Neso.
The kernel provides the technical foundations needed by most business applications. However it is not linked to any particular functional field hence constituting a general purpose framework:
- Data persistence: ensured by accessor objects called Models, they allow easy creation, migration and access to records.
- User Management: the kernel comes with the base features of user management: user groups, access rules by models and records, etc.
- Workflow Engine: allows to activate a workflow on any business model.
- Report Engine: the report engine is based on relatorio that uses ODT files as templates and generate ODT or PDF reports.
- Internationalisation: Tryton is available in English, French, German, Spanish, Catalan, and Italian. New translations can be added directly from the client interface.
- Historical data: data historization may be enabled on any business model allowing for example to get the list of all the past value of the cost price of any product. It also allows to dynamically access historized record at any time in the past: for instance the customer information on each open invoice will be the ones of the day the invoice was opened.
- Support for DAV protocols: WebDAV, CalDAV, and CardDAV. This allow out-of-the-box document management and synchronizations of calendars and contacts.
- Support for XML-RPC and JSON-RPC protocols.
- Database independence is allowed since the 1.2 series and is used in the 1.4 series for the SQLite backend.
- Built-in automatic migration mechanism: it allows updating the underlying database scheme without any human manipulation. Migration is ensured from series to series (releases inside the same series do not require migration). This automation is possible because the migration process is taken into account and tested continually within the development.
- Advanced modularity: the modularity allows to provide a layered approach of the business concepts along with flexibility, which speeds up custom developments.
Being a framework, Tryton can be used as a platform for the development of various other solutions than just business ERPs. A very prominent example is GNU Health, a free Health and Hospital Information System based on Tryton.
Origin and history
Tryton's origin is a fork of the version 4.2 of TinyERP (which was later called OpenERP and now renamed Odoo; a comparison with OpenERP can be seen here). The first version was published in November 2008[3][4][5]
Project management & governance
In contrast to their parent project and other open-source business software, the Tryton founders avoided creating a partner network which tends to generate opposition and duality between the partners and the community of volunteers. They followed the PostgreSQL example where the project is driven by a federation of companies.[6]
As of December 2012, the project is backed by TRYTON, a Belgian private foundation pursuing a disinterested purpose. The foundation's missions are:[7]
- Develop and support conferences, meetings and community activities
- Hold and administer the tryton.org infrastructure
- Organize the community of supporters
- Manage and promote the Tryton trademark
The release process is organised around series. A series is a set of releases with the same two first numbers (e.g. 1.0 or 1.2) that shares the same API and the same database scheme. A new series appears every six months and new versions in older release are introduced when bugfixes are available.[8]
Name
The name Tryton refers to Triton, a mythological Greek god (son of Poseidon, god of the sea, and Amphitrite, goddess of the sea) and Python, the implementation language.
See also
- Comparison of Tryton and Open ERP
- Comparison of CalDAV and CardDAV implementations
- Comparison of accounting software
- GNU Health
External links
- Official website
- Time to Try Tryton?, UK: Computer World.
- Tryton, Boran.
- Liberación de Tryton 1.2 (in Spanish), Barrapunto.
- Erstes Release von Tryton ERP (in German), DE: Linux Magazin.
- Subproject Tryton D-A-CH (in German), ZH, CH: ETHZ.
- "Comparison of Open-Source ERP Systems", IX (magazine) (in German), DE: Heise
References
As of this edit, this article uses content from "Tryton", which is licensed in a way that permits reuse under the Creative Commons Attribution-ShareAlike 3.0 Unported License, but not under the GFDL. All relevant terms must be followed.
- ↑ Tryton.
- ↑ Tryton Download
- ↑ Release announcement for the 1.0 version, Tryton.
- ↑ Tryton ERP 1.0 released, Linux Weekly News.
- ↑ Tryton — A New Kid on The Open source ERP Block, Open Source ERP Guru.
- ↑ Companies supporting officially, Tryton.
- ↑ http://www.tryton.org/posts/the-tryton-foundation-is-now-official.html news.tryton.org: The Tryton Foundation is now official
- ↑ Tryton release process, Google Code.