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

Revision 3485, 2.3 kB (checked in by jerome, 15 years ago)

Updated manual pages.

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