rename the files with tinyerp in the name

bzr revid: stephane@tinyerp.com-20080910075547-6iifqe6w6kw2u3v4
This commit is contained in:
Stephane Wirtel 2008-09-10 09:55:47 +02:00
parent fe3b8926a5
commit d4538e0438
8 changed files with 14 additions and 20 deletions

View File

@ -1,20 +1,20 @@
.TH tinyerp_server 1
.TH openerp_server 1
.SH NAME
tinyerp_server \- Server for Tiny ERP
openerp_server \- Server for OpenERP
.SH SYNOPSIS
.B tinyerp_server.py [options]
.B openerp_server.py [options]
.SH DESCRIPTION
TinyERP is an Enterprise Resource Planning and Customer Relationship
OpenERP is an Enterprise Resource Planning and Customer Relationship
Management software package. It is developed to meet changing needs.
The main functional features are: CRM and SRM, analytic and financial
accounting, double-entry stock management, sales and purchases management,
tasks automation, a help desk, marketing campaigns, and vertical modules
for very specific businesses. Technical features include a distributed
server, flexible workflows, an object database, a dynamic GUI, customizable
reports, and a SOAP and XML-RPC interface.
reports, and a NET-RPC and XML-RPC interface.
.SH OPTIONS
@ -28,7 +28,7 @@ Print the program's version number and exit.
.TP
.B \-c \fIFILE\fB, \-\-config=\fIFILE\fB
Specify an alternate config file. By default, tinyerp server uses ~/.terp_serverrc
Specify an alternate config file. By default, openerp server uses ~/.terp_serverrc
.TP
.B \-s, \-\-save
@ -87,14 +87,12 @@ Import the CSV file at \fIFILEPATH\fR. It should contain the translations for th
.SH AUTHORS
Tiny ERP is a product of \fBTiny.be\fR (\fIhttp://www.tiny.be\fR)
OpenERP is a product of \fBTiny.be\fR (\fIhttp://www.tiny.be\fR)
.SH SEE ALSO
terp_serverrc(5)
tinyerp(1)
openerp_serverrc(5)
openerp(1)
.br
\fIhttp://www.tinyerp.com\fR : Tiny ERP functional description
.br
\fIhttp://www.tinyerp.org\fR : Tiny ERP developer zone
\fIhttp://www.openerp.com\fR : Tiny ERP functional description

View File

@ -1,7 +1,7 @@
.TH terp_serverrc 5
.TH openerp_serverrc 5
.SH NAME
terp_serverrc \- configuration file for Tiny ERP
openerp_serverrc \- configuration file for OpenERP
.SH SYNOPSIS
[options]
@ -71,8 +71,6 @@ Specify the SMTP password for sending email.
.TP
.IR db_name
Specify the database name.
.br
(default terp)
.TP
.IR db_user
Specify the database user name.
@ -105,11 +103,9 @@ Specify the price accuracy.
.SH AUTHORS
Tiny ERP is a product of \fBTiny.be\fR (\fIhttp://www.tiny.be\fR)
OpenERP is a product of \fBTiny.be\fR (\fIhttp://www.tiny.be\fR)
.SH SEE ALSO
tinyerp-server(1)
.br
\fIhttp://www.tinyerp.com\fR : Tiny ERP functional description
.br
\fIhttp://www.tinyerp.org\fR : Tiny ERP developer zone
\fIhttp://www.openerp.com\fR : OpenERP functional description

View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 151 KiB

After

Width:  |  Height:  |  Size: 151 KiB

View File

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB