GithubHelp home page GithubHelp logo

unoatinfou / trytond Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tryton/trytond

0.0 2.0 0.0 46.71 MB

Mirror of trytond

Home Page: https://hg.tryton.org/trytond

License: Other

Python 100.00%

trytond's Introduction

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.

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.

    * Timestamp has a precision of second which is used for optimistic lock.

    * 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.

    * Timestamp has a precision of second which is used for optimistic lock.

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/

trytond's People

Contributors

cedk avatar nicoe avatar mbehrle avatar pokoli avatar albertca avatar ianjosephwilson avatar ikks avatar timitos avatar udono avatar camux avatar lem0na avatar fabyc avatar vezjakv avatar xcodinas avatar jcavallo avatar gdrius avatar pjstevns avatar silverfox1971 avatar pheller avatar juanfejara avatar marltu avatar natperat avatar pilou- avatar corro avatar tshepang avatar tbruyere-saluc avatar rodrigohubner avatar mrichez-saluc avatar kstenger avatar johbo avatar

Watchers

James Cloos avatar Alex Fong avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.