root / pykota / tags / 1.24HotFix3 / man / el_GR / pkbcodes.1 @ 2915

Revision 2915, 2.5 kB (checked in by jerome, 18 years ago)

3rd HotFix? ready

Line 
1.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
2.TH PKBCODES "1" "juin 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"
3.SH NOM
4pkbcodes \- page de manuel de pkbcodes 1.24HotFix3_unofficial
5.SH DESCRIPTION
6pkbcodes v1.24HotFix3_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com
7.PP
8A billing codes Manager for PyKota.
9.PP
10command line usage :
11.IP
12pkbcodes [options] code1 code2 code3 ... codeN
13.PP
14options :
15.TP
16\fB\-v\fR | \fB\-\-version\fR
17Prints pkbcodes version number then exits.
18.TP
19\fB\-h\fR | \fB\-\-help\fR
20Prints this message then exits.
21.TP
22\fB\-a\fR | \fB\-\-add\fR
23Adds billing codes if they don't exist in PyKota's
24database. If they exist, they are modified
25unless \fB\-s\fR|\-\-skipexisting is also used.
26.TP
27\fB\-d\fR | \fB\-\-delete\fR
28Deletes billing codes from PyKota's database.
29NB : the history entries with this billing code
30are not deleted, voluntarily.
31.HP
32\fB\-D\fR | \fB\-\-description\fR d Adds a textual description to billing codes.
33.TP
34\fB\-l\fR | \fB\-\-list\fR
35List informations about the billing codes.
36.TP
37\fB\-r\fR | \fB\-\-reset\fR
38Resets the billing codes' balance and page counters
39to 0.
40.TP
41\fB\-s\fR | \fB\-\-skipexisting\fR
42In combination with the \fB\-\-add\fR option above, tells
43pkbcodes to not modify existing billing codes.
44.IP
45code1 through codeN can contain wildcards if the \fB\-\-add\fR option
46is not set.
47.PP
48examples :
49.IP
50\f(CW$ pkbcodes --add -D "My project" myproj\fR
51.IP
52Will create the myproj billing code with "My project"
53as the description.
54.IP
55\f(CW$ pkbcodes --delete "*"\fR
56.IP
57This will completely delete all the billing codes, but without
58removing any matching job from the history. USE WITH CARE ANYWAY !
59.IP
60\f(CW$ pkbcodes --list "my*"\fR
61.IP
62This will list all billing codes which name begins with 'my'.
63.PP
64This program is free software; you can redistribute it and/or modify
65it under the terms of the GNU General Public License as published by
66the Free Software Foundation; either version 2 of the License, or
67(at your option) any later version.
68.PP
69This program is distributed in the hope that it will be useful,
70but WITHOUT ANY WARRANTY; without even the implied warranty of
71MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
72GNU General Public License for more details.
73.PP
74You should have received a copy of the GNU General Public License
75along with this program; if not, write to the Free Software
76Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110\-1301, USA.
77.PP
78Please report bugs to : Jerome Alet \- alet@librelogiciel.com
Note: See TracBrowser for help on using the browser.