.TH TRYTON 1 "2014\-10\-21" "3.4" "Tryton Application Platform" .SH NAME tryton \- Tryton Application Platform (Client) .SH SYNOPSIS \fBtryton\fR .SH DESCRIPTION Tryton is a high-level general purpose application platform written in Python and using PostgreSQL as database engine. It is the core base of an ERP. .SH OPTIONS Usage: tryton [options] [url] When an url is passed, the client will try to find an already running client that could handle it and send it to this one to open the url. If it doesn’t find one then it will start the GUI and open the url itself. The url schemes are: .nf .in +5 tryton://[:]//model/[/][;parameters] tryton://[:]//wizard/[;parameters] tryton://[:]//report/[;parameters] .in .fi where parameters are the corresponding fields of actions encoded in \fIJSON\fP. .PP .PD 0 .TP 20 .BI \--version show program's version number and exit .TP .B \-h, --help show this help message and exit .TP .B \-c CONFIG, --config=CONFIG specify alternate config file .TP .B \-d, --dev development mode (caching disabled) .TP .B \-v, --verbose enable verbose mode .TP .B \-l LOG_LEVEL, --log-level=LOG_LEVEL specify the log level: DEBUG, INFO, WARNING, ERROR, CRITICAL .TP .B \-u LOGIN, --user=LOGIN specify the login user .TP .B \-p PORT, --port=PORT specify the server port .TP .B \-s SERVER, --server=SERVER specify the server hostname .SH SEE ALSO \fItrytond\fR(8) .SH HOMEPAGE More information about the Tryton client and the Tryton project can be found at <\fIhttp://www.tryton.org/\fR>. .SH AUTHOR Tryton client was written by the Tryton project <\fIhttp://www.tryton.org/\fR>. .PP This manual page was written by Daniel Baumann <\fIdaniel@debian.org\fR> and Mathias Behrle <\fImathiasb@m9s.biz\fR>.