diff options
author | Ken Roberts | 2014-04-12 10:28:44 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo | 2014-04-12 10:28:44 +0200 |
commit | 09d7ae6e029fa66f3d27223f23659812a7f0dbc8 (patch) | |
tree | 81fcfb74bfaa8dd7d3075d70d41c72638b9ea2db /business/tryton/README | |
parent | ffe3265036d01d67f32027b0ce45297fa87d90f1 (diff) | |
download | slackbuilds-09d7ae6e029fa66f3d27223f23659812a7f0dbc8.tar.gz |
business/tryton: Added (Tryton ERP -client part).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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). |