root / pykota / trunk / man / sv_SE / pkrefund.1 @ 3065

Revision 3065, 2.7 kB (checked in by jerome, 17 years ago)

Added pkrefund's manual page.

Line 
1.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
2.TH PKREFUND "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"
3.SH NOM
4pkrefund \- page de manuel de pkrefund 1.25alpha16_unofficial
5.SH DESCRIPTION
6pkrefund v1.25alpha16_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com
7.PP
8Refunds jobs.
9.PP
10command line usage :
11.IP
12pkrefund [options] [filterexpr]
13.PP
14options :
15.TP
16\fB\-v\fR | \fB\-\-version\fR
17Prints pkrefund's version number then exits.
18.TP
19\fB\-h\fR | \fB\-\-help\fR
20Prints this message then exits.
21.TP
22\fB\-f\fR | \fB\-\-force\fR
23Doesn't ask for confirmation before refunding jobs.
24.TP
25\fB\-r\fR | \fB\-\-reason\fR txt
26Sets textual information to explain the refunding.
27.IP
28Use the filter expressions to extract only parts of the
29datas. Allowed filters are of the form :
30.IP
31key=value
32.IP
33Allowed keys for now are :
34.TP
35username
36User's name
37.TP
38printername
39Printer's name
40.TP
41hostname
42Client's hostname
43.TP
44jobid
45Job's Id
46.TP
47billingcode
48Job's billing code
49.TP
50start
51Job's date of printing
52.TP
53end
54Job's date of printing
55.IP
56Contrary to other PyKota management tools, wildcard characters are not
57expanded, so you can't use them.
58.PP
59Examples :
60.IP
61\f(CW$ pkrefund jobid=503\fR
62.IP
63This will refund all jobs which Id is 503. BEWARE : installing CUPS
64afresh will reset the first job id at 1. So you probably want to use
65a more precise filter as explained below
66.IP
67\f(CW$ pkrefund --reason "Hardware problem" jobid=503 start=today-7\fR
68.IP
69Refunds all jobs which id is 503 but which were printed during the
70past week. The reason will be marked as being an hardware problem.
71.IP
72\f(CW$ pkrefund --force username=jerome printername=HP2100\fR
73.IP
74Refunds all jobs printed by user jerome on printer HP2100. No
75confirmation will be asked.
76.IP
77\f(CW$ pkrefund --force printername=HP2100 start=200602 end=yesterday\fR
78.IP
79Refunds all jobs printed on printer HP2100 between February 1st 2006
80and yesterday. No confirmation will be asked.
81.PP
82This program is free software; you can redistribute it and/or modify
83it under the terms of the GNU General Public License as published by
84the Free Software Foundation; either version 2 of the License, or
85(at your option) any later version.
86.PP
87This program is distributed in the hope that it will be useful,
88but WITHOUT ANY WARRANTY; without even the implied warranty of
89MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
90GNU General Public License for more details.
91.PP
92You should have received a copy of the GNU General Public License
93along with this program; if not, write to the Free Software
94Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110\-1301, USA.
95.PP
96Please report bugs to : Jerome Alet \- alet@librelogiciel.com
Note: See TracBrowser for help on using the browser.