diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 17:07:53 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:38:08 +0700 |
commit | 8d288645195369a4a861d225a7e24be54bff322f (patch) | |
tree | 9b1dc8e7348b2f63e6eaca381a848786d88cd2e4 /business | |
parent | 67fcc38ae0d0527590bafc94d43e0df3dbb1e257 (diff) |
business/tryton: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'business')
-rw-r--r-- | business/tryton/README | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/business/tryton/README b/business/tryton/README index 1232841144c8..fa013dadd9bd 100644 --- a/business/tryton/README +++ b/business/tryton/README @@ -1,16 +1,17 @@ -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. +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. +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 integrate Google Calendar, then install GooCalendar +(http://code.google.com/p/goocalendar/) - Not available on SBo. -Optional is cdecimal (not available in SBo) to replace stock decimal module. +Optional is cdecimal (not available in SBo) to replace stock decimal +module. If you want to install the documentation, optional dependency is Sphinx documentation program (development/Sphinx). |