1tinyerp_server(1) General Commands Manual tinyerp_server(1)
2
3
4
6 tinyerp_server - Server for Tiny ERP
7
8
10 tinyerp_server.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
33 -c FILE, --config=FILE
34 Specify an alternate config file. By default, tinyerp server
35 uses ~/.terp_serverrc
36
37
38 -s, --save
39 Save the configuration to ~/.terp_serverrc. By default, the
40 options given on the command line are not saved.
41
42
43 -p PORT, --port=PORT
44 Specify the TCP port the server should use. By default, the
45 server uses the port 8069.
46
47
48 --interface=INTERFACE
49 Specify the network interface the server should be bound to. You
50 probably want to set it to the IP address of the computer. By
51 default, the server is bound to 'localhost' and thus can only
52 accept connections from clients on the same computer.
53
54
55 -d DATABASE, --database=DATABASE
56 Specify the database name (default terp).
57
58
59 -i MODULE, --init=MODULE
60 Initialize a module (use "all" for all modules). Warning: this
61 will erase the data concerning that module!
62
63
64 -u MODULE, --update=MODULE
65 Update a module (use "all" for all modules).
66
67
68 -v, --verbose
69 Enable verbose mode.
70
71
73 Use these options to translate Tiny ERP in another language. See the
74 i18n section of the user manual. Option '-l' is mandatory.
75
76
77 -l LANGUAGE, --language=LANGUAGE
78 Specify the language of the translation file. Use this option in
79 combination with --i18n-export or --i18n-import.
80
81
82 --i18n-export=FILEPATH
83 Export all sentences to be translated to FILEPATH.
84
85
86 --i18n-import=FILEPATH
87 Import the CSV file at FILEPATH. It should contain the transla‐
88 tions for the language specified with the -l option.
89
90
92 ~/.terp_serverrc
93
94
96 Tiny ERP is a product of Tiny.be (http://www.tiny.be)
97
98
100 terp_serverrc(5) tinyerp(1)
101 http://www.tinyerp.com : Tiny ERP functional description
102 http://www.tinyerp.org : Tiny ERP developer zone
103
104
105
106
107
108 tinyerp_server(1)