1 | .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. |
---|
2 | .TH PKBCODES "1" "January 2009" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" |
---|
3 | .SH NAME |
---|
4 | pkbcodes \- manual page for pkbcodes (PyKota) 1.27alpha7_unofficial |
---|
5 | .SH SYNOPSIS |
---|
6 | .B pkbcodes |
---|
7 | [\fIoptions\fR] \fIcode1 code2 \fR... \fIcodeN\fR |
---|
8 | .SH DESCRIPTION |
---|
9 | A billing codes manager for PyKota. |
---|
10 | .SH OPTIONS |
---|
11 | .TP |
---|
12 | \fB\-h\fR, \fB\-\-help\fR |
---|
13 | show this help message and exit. |
---|
14 | .TP |
---|
15 | \fB\-v\fR, \fB\-\-version\fR |
---|
16 | show the version number and exit. |
---|
17 | .TP |
---|
18 | \fB\-A\fR ARGUMENTSFILE, \fB\-\-arguments\fR=\fIARGUMENTSFILE\fR |
---|
19 | loads additional options and arguments from a file, |
---|
20 | one per line. |
---|
21 | .TP |
---|
22 | \fB\-a\fR, \fB\-\-add\fR |
---|
23 | Add new, or modify existing, billing codes. |
---|
24 | .TP |
---|
25 | \fB\-d\fR, \fB\-\-delete\fR |
---|
26 | Deletes billing codes. Matching entries in the |
---|
27 | printing history are not deleted, on purpose. |
---|
28 | .TP |
---|
29 | \fB\-D\fR DESCRIPTION, \fB\-\-description\fR=\fIDESCRIPTION\fR |
---|
30 | Set a textual description for the specified billing |
---|
31 | codes. |
---|
32 | .TP |
---|
33 | \fB\-l\fR, \fB\-\-list\fR |
---|
34 | Display detailed informations about the specified |
---|
35 | billing codes. |
---|
36 | .TP |
---|
37 | \fB\-r\fR, \fB\-\-reset\fR |
---|
38 | Reset the page count and amount spent for the |
---|
39 | specified billing codes. |
---|
40 | .TP |
---|
41 | \fB\-s\fR, \fB\-\-skipexisting\fR |
---|
42 | If \fB\-\-add\fR is used, ensure that existing billing codes |
---|
43 | won't be modified. |
---|
44 | .SS "examples:" |
---|
45 | .IP |
---|
46 | pkbcodes \fB\-D\fR "Financial Department" financial |
---|
47 | Would create a billing code labelled 'financial' with the specified |
---|
48 | textual description. |
---|
49 | .IP |
---|
50 | pkbcodes \fB\-\-delete\fR "fin*" |
---|
51 | Would delete all billing codes which label begins with 'fin'. Matching |
---|
52 | jobs in the printing history wouldn't be deleted though. |
---|
53 | .IP |
---|
54 | pkbcodes \fB\-\-list\fR |
---|
55 | Would display details about all existing billing codes. |
---|
56 | .SS "licensing terms:" |
---|
57 | .IP |
---|
58 | (c) 2003\-2009 Jerome Alet \- alet@librelogiciel.com |
---|
59 | This program is free software: you can redistribute it and/or modify it |
---|
60 | under the terms of the GNU General Public License as published by the Free |
---|
61 | Software Foundation, either version 3 of the License, or (at your option) |
---|
62 | any later version. |
---|
63 | .IP |
---|
64 | This program is distributed in the hope that it will be useful, but |
---|
65 | WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY |
---|
66 | or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
---|
67 | for more details. |
---|
68 | .IP |
---|
69 | You should have received a copy of the GNU General Public License along |
---|
70 | with this program. If not, see <http://www.gnu.org/licenses/>. |
---|