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/fr/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 Un gestionnaire de codes de facturation pour PyKota. 
    9 .PP 
    10 ligne de commande : 
     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 Affiche le num� de version de pkbcodes et quitte. 
    18 .TP 
    19 \fB\-h\fR | \fB\-\-help\fR 
    20 Affiche ce message et quitte. 
    21 .TP 
    22 \fB\-a\fR | \fB\-\-add\fR 
    23 Ajoute les codes de facturations s'ils n'existent pas 
    24 d� dans la base de donn� de PyKota. 
    25 S'ils existent d�, ils sont modifi�sauf si vous 
    26 utilisez aussi \fB\-s\fR|\-\-skipexisting. 
    27 .TP 
    28 \fB\-d\fR | \fB\-\-delete\fR 
    29 Efface les codes de facturation de la base de donn� 
    30 de PyKota. 
    31 NB : les entr� de l'historique correspondant �es 
    32 codes de facturation ne sont volontairement pas 
    33 effac�. 
    34 .HP 
    35 \fB\-D\fR | \fB\-\-description\fR d Ajoute un texte descriptif �n code de facturation. 
    36 .TP 
    37 \fB\-l\fR | \fB\-\-list\fR 
    38 Liste les informations sur les codes de facturation. 
    39 .TP 
    40 \fB\-r\fR | \fB\-\-reset\fR 
    41 R�itialise � le solde et le compteur de pages des 
    42 codes de facturation. 
    43 .TP 
    44 \fB\-s\fR | \fB\-\-skipexisting\fR 
    45 Combin� l'option \fB\-\-add\fR ci\-dessus, indique �kbcodes 
    46 de ne pas modifier les codes de facturation existants. 
     46pkbcodes \fB\-D\fR "Financial Department" financial 
     47Would create a billing code labelled 'financial' with the specified 
     48textual description. 
    4749.IP 
    48 Les codes de facturation peuvent contenir des caract�s jokers si l'option 
    49 \fB\-\-add\fR n'est pas utilis� 
    50 .PP 
    51 exemples : 
     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. 
    5253.IP 
    53 \f(CW$ pkbcodes \-\-add -D "Mon projet" monproj\fR 
     54pkbcodes \fB\-\-list\fR 
     55Would display details about all existing billing codes. 
     56.SS "licensing terms:" 
    5457.IP 
    55 Va cr� le code de facturation monproj avec "Mon projet" 
    56 comme descriptif. 
     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. 
    5763.IP 
    58 \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. 
    5968.IP 
    60 Ceci va compl�ment effacer tous les codes de facturation, mais sans 
    61 effacer aucune entr�de l'historique. UTILISEZ QUAND MEME AVEC PARCIMONIE ! 
    62 .IP 
    63 \f(CW$ pkbcodes \-\-list "mo*"\fR 
    64 .IP 
    65 Ceci va lister tous les codes de facturation dont le nom commence par 'mo'. 
    66 .PP 
    67 (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    68 This program is free software: you can redistribute it and/or modify 
    69 it under the terms of the GNU General Public License as published by 
    70 the Free Software Foundation, either version 3 of the License, or 
    71 (at your option) any later version. 
    72 .PP 
    73 This program is distributed in the hope that it will be useful, 
    74 but WITHOUT ANY WARRANTY; without even the implied warranty of 
    75 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    76 GNU General Public License for more details. 
    77 .PP 
    78 You should have received a copy of the GNU General Public License 
    79 along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    80 .PP 
    81 Merci d'envoyer les rapports de bugs � 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/>.