root / pykota / trunk / man / nb_NO / pkbcodes.1 @ 3259

Revision 3259, 2.6 kB (checked in by jerome, 16 years ago)

Began work on moving from GNU GPL v2 or later to GNU GPL v3 or later.
TODO : Also move command line tools and library.
TODO : Change documentation from SGML DocBook? to XML DocBook? to
TODO : accomodate the GNU GPL v3 text available in DocBook? XML
TODO : from www.gnu.org

Line 
1.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
2.TH PKBCODES "1" "novembre 2007" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"
3.SH NOM
4pkbcodes \- page de manuel de pkbcodes 1.27alpha2_broken_unofficial
5.SH DESCRIPTION
6pkbcodes v1.27alpha2_broken_unofficial (c) 2003, 2004, 2005, 2006, 2007 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
64(c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>
65This program is free software: you can redistribute it and/or modify
66it under the terms of the GNU General Public License as published by
67the Free Software Foundation, either version 3 of the License, or
68(at your option) any later version.
69.PP
70This program is distributed in the hope that it will be useful,
71but WITHOUT ANY WARRANTY; without even the implied warranty of
72MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
73GNU General Public License for more details.
74.PP
75You should have received a copy of the GNU General Public License
76along with this program.  If not, see <http://www.gnu.org/licenses/>.
77.PP
78Please report bugs to : Jerome Alet \- alet@librelogiciel.com
Note: See TracBrowser for help on using the browser.