diff options
Diffstat (limited to 'business/tryton/README')
-rw-r--r-- | business/tryton/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/business/tryton/README b/business/tryton/README new file mode 100644 index 0000000000..e03ef204af --- /dev/null +++ b/business/tryton/README @@ -0,0 +1,14 @@ +Tryton is a complete ERP. The main features are accounting +(analytic and financial), stock management, sales and purchases management, +POS, etc. Technical features include a distributed server, flexible workflows, +an object database, a dynamic GUI, customizable reports, and SOAP and XML-RPC +interfaces. + +This is the pygtk client for Tryton. Requires trytond available on either +the same host or available via the network. + +If you want to integrate Google Calendar, then install +GooCalendar (http://code.google.com/p/goocalendar/) - Not available on SBo. + +If you want to install the documentation, optional dependency is Sphinx +documentation program (development/Sphinx). |