root / pykota / trunk / man / fr / pkinvoice.1 @ 2812

Revision 2812, 3.7 kB (checked in by jerome, 18 years ago)

Fixed pkinvoice's documentation

Line 
1.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
2.TH PKINVOICE "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"
3.SH NOM
4pkinvoice \- page de manuel de pkinvoice 1.24beta_unofficial
5.SH DESCRIPTION
6pkinvoice v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com
7.PP
8Un g�rateur de factures pour PyKota.
9.PP
10ligne de commande :
11.IP
12pkinvoice [options] utilisateur1 utilisateur2 ... utilisateurN
13.PP
14options :
15.TP
16\fB\-v\fR | \fB\-\-version\fR
17Affiche la version de pkinvoice et quitte.
18.TP
19\fB\-h\fR | \fB\-\-help\fR
20Affiche ce message et quitte.
21.TP
22\fB\-l\fR | \fB\-\-logo\fR img
23Utilise cette image comme logo sur la facture logo. The logo will
24be drawn at the center top of the page. The default
25logo is /usr/share/pykota/logos/pykota.jpeg
26.TP
27\fB\-p\fR | \fB\-\-pagesize\fR sz
28Sets sz as the page size. Most well known
29page sizes are recognized, like 'A4' or 'Letter'
30to name a few. The default size is A4.
31.TP
32\fB\-n\fR | \fB\-\-number\fR N
33Sets the number of the first invoice. This number
34will automatically be incremented for each invoice.
35.TP
36\fB\-o\fR | \fB\-\-output\fR f.pdf
37Defines the name of the invoice file which will
38be generated as a PDF document. If not set or
39set to '\-', the PDF document is sent to standard
40output.
41.TP
42\fB\-u\fR | \fB\-\-unit\fR u
43Defines the name of the unit to use on the invoice.
44The default unit is 'Credits', optionally translated
45to your native language if it is supported by PyKota.
46.TP
47\fB\-V\fR | \fB\-\-vat\fR p
48Sets the percent value of the applicable VAT to be
49exposed. The default is 0.0, meaning no VAT
50information will be included.
51.TP
52\fB\-s\fR | \fB\-\-start\fR date
53Sets the starting date for the print jobs invoiced.
54.TP
55\fB\-e\fR | \fB\-\-end\fR date
56Sets the ending date for the print jobs invoiced.
57.IP
58user1 through userN can use wildcards if needed. If no user argument is
59used, a wildcard of '*' is assumed, meaning include all users.
60.IP
61Dates formating with \fB\-\-start\fR and \fB\-\-end\fR :
62.IP
63YYYY : year boundaries
64YYYYMM : month boundaries
65YYYYMMDD : day boundaries
66YYYYMMDDhh : hour boundaries
67YYYYMMDDhhmm : minute boundaries
68YYYYMMDDhhmmss : second boundaries
69yesterday[+\-NbDays] : yesterday more or less N days (e.g. : yesterday\-15)
70today[+\-NbDays] : today more or less N days (e.g. : today\-15)
71tomorrow[+\-NbDays] : tomorrow more or less N days (e.g. : tomorrow\-15)
72now[+\-NbDays] : now more or less N days (e.g. now\-15)
73.IP
74\&'now' and 'today' are not exactly the same since today represents the first
75or last second of the day depending on if it's used in a start= or end=
76date expression. The utility to be able to specify dates in the future is
77a question which remains to be answered :\-)
78.PP
79examples :
80.IP
81\f(CW$ pkinvoice --unit EURO --output invoices.pdf --start=now-30\fR
82.IP
83Will generate a PDF document containing invoices for all users
84who have spent some credits last month. Invoices will be done in
85EURO.  No VAT information will be included.
86.PP
87This program is free software; you can redistribute it and/or modify
88it under the terms of the GNU General Public License as published by
89the Free Software Foundation; either version 2 of the License, or
90(at your option) any later version.
91.PP
92This program is distributed in the hope that it will be useful,
93but WITHOUT ANY WARRANTY; without even the implied warranty of
94MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
95GNU General Public License for more details.
96.PP
97You should have received a copy of the GNU General Public License
98along with this program; if not, write to the Free Software
99Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110\-1301, USA.
100.PP
101Merci d'envoyer les rapports de bugs � Jerome Alet \- alet@librelogiciel.com
Note: See TracBrowser for help on using the browser.