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 --price_accuracy=PRICE_ACCURACY
69 Specify the price accuracy.
70
71
72 -v, --verbose
73 Enable verbose mode.
74
75
77 Use these options to translate Tiny ERP in another language. See the
78 i18n section of the user manual. Option '-l' is mandatory.
79
80
81 -l LANGUAGE, --language=LANGUAGE
82 Specify the language of the translation file. Use this option in
83 combination with --i18n-export or --i18n-import.
84
85
86 --i18n-export=FILEPATH
87 Export all sentences to be translated to FILEPATH.
88
89
90 --i18n-import=FILEPATH
91 Import the CSV file at FILEPATH. It should contain the transla‐
92 tions for the language specified with the -l option.
93
94
96 ~/.terp_serverrc
97
98
100 Tiny ERP is a product of Tiny.be (http://www.tiny.be)
101
102
104 terp_serverrc(5) tinyerp(1)
105 http://www.tinyerp.com : Tiny ERP functional description
106 http://www.tinyerp.org : Tiny ERP developer zone
107
108
109
110
111
112 tinyerp_server(1)