-
Notifications
You must be signed in to change notification settings - Fork 0
Tryton Server (trytond) - Tryton is a three-tiers high-level general purpose application platform under the license GPL-3 written in Python and using SQLite, MySQL and PostgreSQL as database engine. It is the core base of a complete business solution providing modularity, scalability and security. (This is not an official mirror, check Wiki for …
License
mediafactory/tryton_core_daemon
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
trytond
=======
The server of the Tryton application platform.
A three-tiers high-level general purpose application platform
written in Python and use Postgresql as main database engine.
It is the core base of an Open Source ERP.
It provides modularity, scalability and security.
This fork of tryton hosts features not acceptd by the core of trton.org
- browser widget
Installing
----------
See INSTALL
Package Contents
----------------
bin/
Script for startup.
doc/
sphinx documentation in reStructuredText.
To generate the HTML (trytond module must be in PYTHONPATH):
sphinx-build doc/ doc/
etc/
Configuration files.
trytond/
trytond sources.
Database Backends
-----------------
Tryton is mainly developed for PostgreSQL (8.2 or later) but there are other
backends available. Here are some warnings about using other backends:
* MySQL
* The lock implementation of MySQL requires that Tryton locks all tables.
* There are problems with floating-point comparisons.
See: http://dev.mysql.com/doc/refman/5.5/en/problems-with-float.html
* Tryton uses a VARCHAR(255) for Char, Selection and Reference fields.
* MySQL can not create indexes containing text or blob fields.
* Tryton uses a DECIMAL(65, 30) for Decimal fields and DOUBLE(255, 30) for
Float fields.
* MySQL version should be 5.0 or later.
* SQLite
* SQLite can not alter column definitions nor create foreign keys.
* SQL constraints are validated by Tryton instead of database.
Support
-------
If you encounter any problems with Tryton, please don't hesitate to ask
questions on the Tryton bug tracker, mailing list, wiki or IRC channel:
http://bugs.tryton.org/
http://groups.tryton.org/
http://wiki.tryton.org/
irc://irc.freenode.net/tryton
License
-------
See LICENSE
Copyright
---------
See COPYRIGHT
For more information please visit the Tryton web site:
http://www.tryton.org/
About
Tryton Server (trytond) - Tryton is a three-tiers high-level general purpose application platform under the license GPL-3 written in Python and using SQLite, MySQL and PostgreSQL as database engine. It is the core base of a complete business solution providing modularity, scalability and security. (This is not an official mirror, check Wiki for …
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published