Show
Ignore:
Timestamp:
01/24/09 22:38:46 (15 years ago)
Author:
jerome
Message:

Updated manual pages.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/man/pl/pkbcodes.1

    r3279 r3485  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKBCODES "1" "janvier 2008" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKBCODES "1" "janvier 2009" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbcodes \- page de manuel de pkbcodes 1.27alpha3_BROKEN_unofficial 
     4pkbcodes \- page de manuel de pkbcodes (PyKota) 1.27alpha7_unofficial 
     5.SH SYNOPSIS 
     6.B pkbcodes 
     7[\fIoptions\fR] \fIcode1 code2 \fR... \fIcodeN\fR 
    58.SH DESCRIPTION 
    6 pkbcodes v1.27alpha3_BROKEN_unofficial (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet \- alet@librelogiciel.com 
    7 .PP 
    8 A billing codes Manager for PyKota. 
    9 .PP 
    10 command line usage : 
     9A billing codes manager for PyKota. 
     10.SH OPTIONS 
     11.TP 
     12\fB\-h\fR, \fB\-\-help\fR 
     13show this help message and exit. 
     14.TP 
     15\fB\-v\fR, \fB\-\-version\fR 
     16show the version number and exit. 
     17.TP 
     18\fB\-A\fR ARGUMENTSFILE, \fB\-\-arguments\fR=\fIARGUMENTSFILE\fR 
     19loads additional options and arguments from a file, 
     20one per line. 
     21.TP 
     22\fB\-a\fR, \fB\-\-add\fR 
     23Add new, or modify existing, billing codes. 
     24.TP 
     25\fB\-d\fR, \fB\-\-delete\fR 
     26Deletes billing codes. Matching entries in the 
     27printing history are not deleted, on purpose. 
     28.TP 
     29\fB\-D\fR DESCRIPTION, \fB\-\-description\fR=\fIDESCRIPTION\fR 
     30Set a textual description for the specified billing 
     31codes. 
     32.TP 
     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:" 
    1145.IP 
    12 pkbcodes [options] code1 code2 code3 ... codeN 
    13 .PP 
    14 options : 
    15 .TP 
    16 \fB\-v\fR | \fB\-\-version\fR 
    17 Prints pkbcodes version number then exits. 
    18 .TP 
    19 \fB\-h\fR | \fB\-\-help\fR 
    20 Prints this message then exits. 
    21 .TP 
    22 \fB\-a\fR | \fB\-\-add\fR 
    23 Adds billing codes if they don't exist in PyKota's 
    24 database. If they exist, they are modified 
    25 unless \fB\-s\fR|\-\-skipexisting is also used. 
    26 .TP 
    27 \fB\-d\fR | \fB\-\-delete\fR 
    28 Deletes billing codes from PyKota's database. 
    29 NB : the history entries with this billing code 
    30 are 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 
    35 List informations about the billing codes. 
    36 .TP 
    37 \fB\-r\fR | \fB\-\-reset\fR 
    38 Resets the billing codes' balance and page counters 
    39 to 0. 
    40 .TP 
    41 \fB\-s\fR | \fB\-\-skipexisting\fR 
    42 In combination with the \fB\-\-add\fR option above, tells 
    43 pkbcodes to not modify existing billing codes. 
     46pkbcodes \fB\-D\fR "Financial Department" financial 
     47Would create a billing code labelled 'financial' with the specified 
     48textual description. 
    4449.IP 
    45 code1 through codeN can contain wildcards if the \fB\-\-add\fR option 
    46 is not set. 
    47 .PP 
    48 examples : 
     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. 
    4953.IP 
    50 \f(CW$ pkbcodes \-\-add -D "My project" myproj\fR 
     54pkbcodes \fB\-\-list\fR 
     55Would display details about all existing billing codes. 
     56.SS "licensing terms:" 
    5157.IP 
    52 Will create the myproj billing code with "My project" 
    53 as the description. 
     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. 
    5463.IP 
    55 \f(CW$ pkbcodes \-\-delete "*"\fR 
     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. 
    5668.IP 
    57 This will completely delete all the billing codes, but without 
    58 removing any matching job from the history. USE WITH CARE ANYWAY ! 
    59 .IP 
    60 \f(CW$ pkbcodes \-\-list "my*"\fR 
    61 .IP 
    62 This will list all billing codes which name begins with 'my'. 
    63 .PP 
    64 (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    65 This program is free software: you can redistribute it and/or modify 
    66 it under the terms of the GNU General Public License as published by 
    67 the Free Software Foundation, either version 3 of the License, or 
    68 (at your option) any later version. 
    69 .PP 
    70 This program is distributed in the hope that it will be useful, 
    71 but WITHOUT ANY WARRANTY; without even the implied warranty of 
    72 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    73 GNU General Public License for more details. 
    74 .PP 
    75 You should have received a copy of the GNU General Public License 
    76 along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    77 .PP 
    78 Please report bugs to : Jerome Alet \- alet@librelogiciel.com 
     69You should have received a copy of the GNU General Public License along 
     70with this program.  If not, see <http://www.gnu.org/licenses/>.