Concept

Tryton

Résumé
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). The platform, along with the official modules, are free software, licensed under the GPL-3.0-or-later license. 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 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. 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: 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.
À propos de ce résultat
Cette page est générée automatiquement et peut contenir des informations qui ne sont pas correctes, complètes, à jour ou pertinentes par rapport à votre recherche. Il en va de même pour toutes les autres pages de ce site. Veillez à vérifier les informations auprès des sources officielles de l'EPFL.