User:Fab/Tryton: Difference between revisions

From Alpine Linux
No edit summary
mNo edit summary
Line 11: Line 11:
* trytond
* trytond


:* [python-egenix-mx-base] -  
:* [http://www.egenix.com/products/python/mxBase/ python-egenix-mx-base] - A a collection of Python extensions
:* [http://genshi.edgewall.org/ python-genshi] - Python toolkit for generation of output for the web
:* [http://genshi.edgewall.org/ python-genshi] - Python toolkit for generation of output for the web
:* [python-lxml] -  
:* [python-lxml http://lxml.de/] - A feature-rich and easy-to-use library for processing XML and HTML
:* [http://relatorio.openhex.org/ relatorio] - A templating library able to output odt and pdf files
:* [http://relatorio.openhex.org/ relatorio] - A templating library able to output odt and pdf files
:* [http://polib.readthedocs.org/en/latest/index.html python2-polib] - A library to manipulate gettext files  
:* [http://polib.readthedocs.org/en/latest/index.html python2-polib] - A library to manipulate gettext files  
Line 19: Line 19:


=== Modules ===
=== Modules ===
All functionality is separate in modules.  
All functionality is separated in modules.  


==Client==
==Client==

Revision as of 09:38, 21 May 2012

Tryton is a three-tiers high-level general purpose application platform written in Python and using PostgreSQL as database engine.

It is the core base of a complete business solution providing modularity, scalability and security.

The core of Tryton (also called Tryton kernel) provides all the necessary functionalities for a complete application framework: data persistence, extensive modularity, users management (authentication, fine grained control for data access, handling of concurrent access of resources), workflow and report engines, web services and internationalisation.

Packages

Server component

  • trytond
  • python-egenix-mx-base - A a collection of Python extensions
  • python-genshi - Python toolkit for generation of output for the web
  • [python-lxml http://lxml.de/] - A feature-rich and easy-to-use library for processing XML and HTML
  • relatorio - A templating library able to output odt and pdf files
  • python2-polib - A library to manipulate gettext files
  • py-openoffice - Python libraries for interacting with LibreOffice/OpenOffice

Modules

All functionality is separated in modules.

Client

There are two version available for Tryton:

  • Standalone client (neso): This version includes the client and a postgreSQL server
  • Default client (tryton or tryton-client): This is just the client.

Those graphical clients are available for various distrubution. Below two examples for the installation.

  • ArchLinux:

    pacman -S tryton

  • Fedora:

    yum -y install tryton

After the lauch of the client, connect it to your server.