1tinyerp(1) General Commands Manual tinyerp(1)
2
3
4
6 tinyerp - Client for Tiny ERP
7
8
10 tinyerp.py [options]
11
12
14 TinyERP is an Enterprise Resource Planning and Customer Relationship
15 Management software package. It is developed to meet changing needs.
16 The main functional features are: CRM and SRM, analytic and financial
17 accounting, double-entry stock management, sales and purchases manage‐
18 ment, tasks automation, a help desk, marketing campaigns, and vertical
19 modules for very specific businesses. Technical features include a dis‐
20 tributed server, flexible workflows, an object database, a dynamic GUI,
21 customizable reports, and a SOAP and XML-RPC interface.
22
23
25 -h, --help
26 Print this help message and exit.
27
28
29 --version
30 Print the program's version number and exit.
31
32 -c file, --config=file
33 Specify alternate config file. By default, tinyerp uses ~/.ter‐
34 prc
35
36
37 -v, --verbose
38 Enable verbose mode. This is equivalent to: --log-level=INFO
39
40
41 -l level, --log-level=level
42 Specify the log level. By default, tinyerp only logs ERROR mes‐
43 sages. level can be any of the following: DEBUG, INFO, WARNING,
44 ERROR, CRITICAL
45
46
47 -d channels, --log=channels
48 Specify which channels to log. Available channels are: view,
49 view.form, common.options, common.message, rpc.exception,
50 rpc.request, rpc.result
51
52
54 ~/.terprc
55
56
58 Tiny ERP is a product of Tiny.be (http://www.tiny.be)
59
60
62 tinyerp_server(1)
63 http://www.tinyerp.com : Tiny ERP functional description
64 http://www.tinyerp.org : Tiny ERP developer zone
65
66
67
68
69 tinyerp(1)