root / pykota / trunk / man / fr / pkbcodes.1 @ 3259

Revision 3259, 2.8 kB (checked in by jerome, 16 years ago)

Began work on moving from GNU GPL v2 or later to GNU GPL v3 or later.
TODO : Also move command line tools and library.
TODO : Change documentation from SGML DocBook? to XML DocBook? to
TODO : accomodate the GNU GPL v3 text available in DocBook? XML
TODO : from www.gnu.org

Line 
1.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
2.TH PKBCODES "1" "novembre 2007" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"
3.SH NOM
4pkbcodes \- page de manuel de pkbcodes 1.27alpha2_broken_unofficial
5.SH DESCRIPTION
6pkbcodes v1.27alpha2_broken_unofficial (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet \- alet@librelogiciel.com
7.PP
8Un gestionnaire de codes de facturation pour PyKota.
9.PP
10ligne de commande :
11.IP
12pkbcodes [options] code1 code2 code3 ... codeN
13.PP
14options :
15.TP
16\fB\-v\fR | \fB\-\-version\fR
17Affiche le num� de version de pkbcodes et quitte.
18.TP
19\fB\-h\fR | \fB\-\-help\fR
20Affiche ce message et quitte.
21.TP
22\fB\-a\fR | \fB\-\-add\fR
23Ajoute les codes de facturations s'ils n'existent pas
24d� dans la base de donn� de PyKota.
25S'ils existent d�, ils sont modifi�sauf si vous
26utilisez aussi \fB\-s\fR|\-\-skipexisting.
27.TP
28\fB\-d\fR | \fB\-\-delete\fR
29Efface les codes de facturation de la base de donn�
30de PyKota.
31NB : les entr� de l'historique correspondant �es
32codes de facturation ne sont volontairement pas
33effac�.
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
38Liste les informations sur les codes de facturation.
39.TP
40\fB\-r\fR | \fB\-\-reset\fR
41R�itialise � le solde et le compteur de pages des
42codes de facturation.
43.TP
44\fB\-s\fR | \fB\-\-skipexisting\fR
45Combin� l'option \fB\-\-add\fR ci\-dessus, indique �kbcodes
46de ne pas modifier les codes de facturation existants.
47.IP
48Les codes de facturation peuvent contenir des caract�s jokers si l'option
49\fB\-\-add\fR n'est pas utilis�
50.PP
51exemples :
52.IP
53\f(CW$ pkbcodes --add -D "Mon projet" monproj\fR
54.IP
55Va cr� le code de facturation monproj avec "Mon projet"
56comme descriptif.
57.IP
58\f(CW$ pkbcodes --delete "*"\fR
59.IP
60Ceci va compl�ment effacer tous les codes de facturation, mais sans
61effacer aucune entr�de l'historique. UTILISEZ QUAND MEME AVEC PARCIMONIE !
62.IP
63\f(CW$ pkbcodes --list "mo*"\fR
64.IP
65Ceci va lister tous les codes de facturation dont le nom commence par 'mo'.
66.PP
67(c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>
68This program is free software: you can redistribute it and/or modify
69it under the terms of the GNU General Public License as published by
70the Free Software Foundation, either version 3 of the License, or
71(at your option) any later version.
72.PP
73This program is distributed in the hope that it will be useful,
74but WITHOUT ANY WARRANTY; without even the implied warranty of
75MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
76GNU General Public License for more details.
77.PP
78You should have received a copy of the GNU General Public License
79along with this program.  If not, see <http://www.gnu.org/licenses/>.
80.PP
81Merci d'envoyer les rapports de bugs � Jerome Alet \- alet@librelogiciel.com
Note: See TracBrowser for help on using the browser.