Show
Ignore:
Timestamp:
11/30/06 23:26:47 (17 years ago)
Author:
jerome
Message:

Documented the start= and end= filters for the data dumper.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/man/zh_TW/pkrefund.1

    r3069 r3094  
    22.TH PKREFUND "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkrefund \- page de manuel de pkrefund 1.25alpha16_unofficial 
     4pkrefund \- page de manuel de pkrefund 1.25alpha18_unofficial 
    55.SH DESCRIPTION 
    6 pkrefund v1.25alpha16_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkrefund v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Refunds jobs. 
     
    2525\fB\-r\fR | \fB\-\-reason\fR txt 
    2626Sets textual information to explain the refunding. 
     27.TP 
     28\fB\-l\fR | \fB\-\-logo\fR img 
     29Use the image as the receipt's logo. The logo will 
     30be drawn at the center top of the page. The default 
     31logo is /usr/share/pykota/logos/pykota.jpeg 
     32.TP 
     33\fB\-p\fR | \fB\-\-pagesize\fR sz 
     34Sets sz as the page size. Most well known 
     35page sizes are recognized, like 'A4' or 'Letter' 
     36to name a few. The default size is A4. 
     37.TP 
     38\fB\-n\fR | \fB\-\-number\fR N 
     39Sets the number of the first receipt. This number 
     40will automatically be incremented for each receipt. 
     41.TP 
     42\fB\-o\fR | \fB\-\-output\fR f.pdf 
     43Defines the name of the PDF file which will contain 
     44the receipts. If not set, then no PDF file will 
     45be created. If set to '\-', then \fB\-\-force\fR is assumed, 
     46and the PDF document is sent to standard output. 
     47.TP 
     48\fB\-u\fR | \fB\-\-unit\fR u 
     49Defines the name of the unit to use on the receipts. 
     50The default unit is 'Credits', optionally translated 
     51to your native language if it is supported by PyKota. 
    2752.IP 
    2853Use the filter expressions to extract only parts of the 
     
    77102Examples : 
    78103.IP 
    79 \f(CW$ pkrefund jobid=503\fR 
     104\f(CW$ pkrefund --output /tmp/receipts.pdf jobid=503\fR 
    80105.IP 
    81106This will refund all jobs which Id is 503. BEWARE : installing CUPS 
    82 afresh will reset the first job id at 1. So you probably want to use 
    83 a more precise filter as explained below 
     107afresh will reset the first job id at 1, so you probably want to use 
     108a more precise filter as explained below. A confirmation will 
     109be asked for each job to refund, and a PDF file named /tmp/receipts.pdf 
     110will be created which will contain printable receipts. 
    84111.IP 
    85112\f(CW$ pkrefund --reason "Hardware problem" jobid=503 start=today-7\fR