Tryton

From Wikipedia, the free encyclopedia
Tryton
Original author(s)Tryton
Developer(s)Cédric Krier and the Tryton community
Initial release17 November 2008; 15 years ago (2008-11-17)
Stable release
7.0 / 31 October 2023; 5 months ago (2023-10-31)[1]
Repositoryhttps://foss.heptapod.net/tryton
Written inPython, JavaScript
Operating systemBSD, Linux, Mac OS X, Windows
Available in25 languages
List of languages
Bulgarian, Catalan, Chinese (Simplified), Czech, Dutch, English, French, German, Hungarian, Italian, Polish, Portuguese, Russian, Slovenian, Spanish, Lao, Estonian, Turkish, Finnish, Ukrainian, Persian, Finish, Indonesian, Lithuanian, Romanian
TypeBusiness software, ERP, CRM, Accounting
LicenseGPL-3.0-or-later[2]
Websitewww.tryton.org
As of2022-09-03

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[edit]

The platform, along with the official modules, are free software, licensed under the GPL-3.0-or-later license.[2]

Modules and functional coverage[edit]

The official modules provide a coverage of the following functional fields:[3]

  • Financial accounting
  • Sales
  • Inventory & Stock
  • Analytic accounting
  • CRM
  • Purchasing
  • Supply chain
  • Manufacturing Resource Planning
  • Shipping
  • Project management
  • Subscription management
  • Third party integration

Full documentation of the modules and functionalities is available at the official documentation site.[4]

Technical features[edit]

The client and the server applications are written in Python, the client uses GTK+ as graphical toolkit. Both are available on Linux, OS X, and Windows.[5] A web client also exists written in JavaScript using jQuery and Bootstrap and is named sao.

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:[6]

  • 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 users 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 users 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 XML-RPC and JSON-RPC protocols.
  • Database independence is allowed thanks to the python-sql library and is used for testing with 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 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[edit]

Tryton's origin is a fork of the version 4.2 of TinyERP (which was later called OpenERP and now renamed Odoo). The first version was published in November 2008.[7][8][9]

Project management and governance[edit]

Worldwide distribution of service companies that are part of the federation of the Tryton project

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.[10] As of August 2015, Tryton is supported by 17 of such companies, which are distributed globally as follows: France 3, Spain 3, Colombia 2, Germany, 2, Argentina 1, Australia 1, Belgium 1, Brazil 1, India 1, Mexico 1, Switzerland 1.

As of December 2012, the project is backed by Tryton, a Belgian private foundation pursuing a disinterested purpose. The foundation's missions are:[11]

  • 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.[12] The series are maintained for 1 year and every five series is a Long-term support of 5 years.

Name[edit]

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[edit]

References[edit]

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.

  1. ^ "Tryton Release 7.0". 31 October 2023.
  2. ^ a b "COPYRIGHT".
  3. ^ "Tryton website". 31 October 2023.
  4. ^ "Tryton official documentation". 31 October 2023.
  5. ^ Tryton Download
  6. ^ "Foundation Architecture: Technical Reference Model". pubs.opengroup.org. Retrieved 2023-06-21.
  7. ^ Release announcement for the 1.0 version, Tryton, archived from the original on 2011-07-28.
  8. ^ Tryton ERP 1.0 released, Linux Weekly News.
  9. ^ Tryton — A New Kid on The Open source ERP Block, Open Source ERP Guru, archived from the original on July 2, 2012{{citation}}: CS1 maint: unfit URL (link).
  10. ^ Companies supporting officially, Tryton.
  11. ^ http://www.tryton.org/posts/the-tryton-foundation-is-now-official.html Archived 2014-04-23 at the Wayback Machine news.tryton.org: The Tryton Foundation is now official
  12. ^ Tryton release process, 4 August 2017.

External links[edit]