root / pykota / trunk / man / pl / pkbcodes.1 @ 3238

Revision 3238, 2.5 kB (checked in by jerome, 17 years ago)

v1.26 is out.

RevLine 
[2808]1.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
[3201]2.TH PKBCODES "1" "juillet 2007" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"
[2545]3.SH NOM
[3238]4pkbcodes \- page de manuel de pkbcodes 1.26_unofficial
[2545]5.SH DESCRIPTION
[3238]6pkbcodes v1.26_unofficial (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet \- alet@librelogiciel.com
[2545]7.PP
[3065]8A billing codes Manager for PyKota.
[2545]9.PP
[3065]10command line usage :
[2545]11.IP
[3065]12pkbcodes [options] code1 code2 code3 ... codeN
[2545]13.PP
[3065]14options :
[2545]15.TP
16\fB\-v\fR | \fB\-\-version\fR
[3065]17Prints pkbcodes version number then exits.
[2545]18.TP
19\fB\-h\fR | \fB\-\-help\fR
[3065]20Prints this message then exits.
[2545]21.TP
22\fB\-a\fR | \fB\-\-add\fR
[3065]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.
[2545]26.TP
27\fB\-d\fR | \fB\-\-delete\fR
[3065]28Deletes billing codes from PyKota's database.
29NB : the history entries with this billing code
30are not deleted, voluntarily.
[2545]31.HP
[3065]32\fB\-D\fR | \fB\-\-description\fR d Adds a textual description to billing codes.
[2545]33.TP
34\fB\-l\fR | \fB\-\-list\fR
[3065]35List informations about the billing codes.
[2545]36.TP
[2554]37\fB\-r\fR | \fB\-\-reset\fR
[3065]38Resets the billing codes' balance and page counters
39to 0.
[2545]40.TP
41\fB\-s\fR | \fB\-\-skipexisting\fR
[3065]42In combination with the \fB\-\-add\fR option above, tells
43pkbcodes to not modify existing billing codes.
[2545]44.IP
[3065]45code1 through codeN can contain wildcards if the \fB\-\-add\fR option
46is not set.
[2545]47.PP
[3065]48examples :
[2545]49.IP
[3065]50\f(CW$ pkbcodes --add -D "My project" myproj\fR
[2545]51.IP
[3065]52Will create the myproj billing code with "My project"
53as the description.
[2545]54.IP
55\f(CW$ pkbcodes --delete "*"\fR
56.IP
[3065]57This will completely delete all the billing codes, but without
58removing any matching job from the history. USE WITH CARE ANYWAY !
[2545]59.IP
60\f(CW$ pkbcodes --list "my*"\fR
61.IP
[3065]62This will list all billing codes which name begins with 'my'.
[2545]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
[3065]78Please report bugs to : Jerome Alet \- alet@librelogiciel.com
Note: See TracBrowser for help on using the browser.