This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > Business > trytond (3.0.4)

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.

To add modules, you will need pip.

Before you can use the tryton server, you will have to set up
postgresql. All you have to do is issue the following command:
createuser -U postgres --createdb --no-adduser tryton

This will setup trytond for use with postgresql on localhost. There is
no need to set a password on localhost. However, if you are going to
run postgresql on a different server, you will have to run createuser
like this:
createuser -U postgres --createdb --no-adduser -P tryton

After initializing postgres, modify /etc/trytond/trytond.conf to match
your local setup. After trytond is setup, then you can run
/etc/rc.d/rc.trytond start

If you want to install the documentation, optional dependency is Sphinx
documentation program (development/Sphinx).

For a list of modules that can be added to trytond, at cli type:
pip search trytond

then to add module, type:
pip install trytond_module_name

where trydond_module_name is the name of the module. For example, to
add the account package, type:
pip install trytond_account

This requires: lxml, polib, relatorio, simplejson, sql, psycopg2, pydot, python-dateutil, pytz

Maintained by: Ken Roberts
Keywords: erp,accounting,inventory,python,Business,Management,Enterprise,ERP,Framework,Accounting,Finance
ChangeLog: trytond

Homepage:
http://www.tryton.org

Source Downloads:
trytond-3.0.4.tar.gz (4c08a689b6b977060b4a7fb6ed5350ec)

Download SlackBuild:
trytond.tar.gz
trytond.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
doinst.sh
rc.trytond
slack-desc
trytond.SlackBuild
trytond.info

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds