npo-accounting-ikiwiki/ExistingProjects/Tryton.mdwn

38 lines
1.7 KiB
Text
Raw Normal View History

2013-10-30 19:58:27 +00:00
Tryton is a fork of [[OpenERP]]. A comparison of Tryton and OpenERP is available at [[!wikipedia Comparison_of_Tryton_and_Open_ERP]]. Another comparision can be found on <http://www.openerp2tryton.com/>
List of companies that offer services based on tryton: <http://www.tryton.org/services.html>
Based on a comunity with it's own foundation. <http://www.tryton.org/foundation/index.html>
Mailing Lists:
- <https://groups.google.com/forum/#!forum/tryton> General discusion group
- <https://groups.google.com/forum/#!forum/tryton-dev> Technical discusion group
2013-10-30 17:39:40 +00:00
Links:
- [[!wikipedia Tryton]] - Wikipedia
- <http://www.tryton.org/> - Project homepage
2013-10-30 19:10:34 +00:00
- <http://hg.tryton.org> - Source code
2013-10-30 19:24:56 +00:00
- <http://www.ohloh.net/p/tryton>
2013-10-30 17:39:40 +00:00
## Technical
- Python for server
2013-10-30 19:58:27 +00:00
- Python/GTK+ for desktop client
- Web client in development (Repo: <http://hg.tryton.org/sandbox/sao> Demo: <https://demo.tryton.org:8000>(there is some issues with certificates))
- Application to manage user portals connected to erp. <http://openlabs.github.io/nereid/>
2013-10-30 18:09:41 +00:00
- Forked from [[OpenERP]] in 2008 -- [[!wikipedia Tryton#Origin_and_history]]
2013-10-30 19:58:27 +00:00
- Migrations from versions are full supported.
2013-10-30 17:39:40 +00:00
## Preliminary evaluation
### Positive
2013-10-30 19:10:34 +00:00
- Documented modules
2013-10-30 19:58:27 +00:00
- Modular application, [wide range of modules]( Official modules: <http://hg.tryton.org/modules/>) (Comunity modules available on bitbucket, see >http://bitbucket.org/trytonspain> <http://bitbucket.org/zikzakmedia> <http://bitbucket.org/nantic> <http://bitbucket.org/pokoli> (and others)) Also avaiilable on pypy <https://pypi.python.org/pypi?%3Aaction=search&term=tryton&submit=search>
2013-10-30 17:40:40 +00:00
- Separated client and server presumably making collaboration easy
- Can create reports -- [[!wikipedia Tryton#Technical_features]]
2013-10-30 17:39:40 +00:00
### Negative