npo-accounting-ikiwiki/ExistingProjects/Tryton.mdwn

57 lines
2.2 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-11-05 10:52:56 +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
2013-11-08 22:02:01 +00:00
## [[UseCases/GeneratingReports]] Evaluation
2013-11-11 15:23:37 +00:00
### Positive
- Capable of Trial Balance and Chart of Accounts reports.
- Probably capable of Expense, Income reports with minor, semantic[report templates] development effort.
2013-11-08 22:09:54 +00:00
- Possible to create [custom reports](http://doc.tryton.org/3.0/trytond/doc/topics/reports/index.html)
2013-11-11 15:23:37 +00:00
### Negative
- Does not seem to support funds, thus it is not possible to generate reports for a specific fund.
2013-11-08 22:09:54 +00:00
### Examples
2013-11-08 22:06:01 +00:00
- Generated [[General_Ledger.odt]].
2013-11-08 22:02:01 +00:00