Changeset 3094
- Timestamp:
- 11/30/06 23:26:47 (18 years ago)
- Location:
- pykota/trunk
- Files:
-
- 46 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/dumpykota
r3093 r3094 98 98 end Job's date of printing 99 99 100 Dates formatting with 'start' and 'end' filter keys : 101 102 YYYY : year boundaries 103 YYYYMM : month boundaries 104 YYYYMMDD : day boundaries 105 YYYYMMDDhh : hour boundaries 106 YYYYMMDDhhmm : minute boundaries 107 YYYYMMDDhhmmss : second boundaries 108 yesterday[+-NbDays] : yesterday more or less N days (e.g. : yesterday-15) 109 today[+-NbDays] : today more or less N days (e.g. : today-15) 110 tomorrow[+-NbDays] : tomorrow more or less N days (e.g. : tomorrow-15) 111 now[+-NbDays] : now more or less N days (e.g. now-15) 112 113 'now' and 'today' are not exactly the same since today represents the first 114 or last second of the day depending on if it's used in a start= or end= 115 date expression. The utility to be able to specify dates in the future is 116 a question which remains to be answered :-) 117 100 118 Contrary to other PyKota management tools, wildcard characters are not 101 119 expanded, so you can't use them. -
pykota/trunk/man/de/dumpykota.1
r3065 r3094 2 2 .TH DUMPYKOTA "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 dumpykota \- page de manuel de dumpykota 1.25alpha1 6_unofficial4 dumpykota \- page de manuel de dumpykota 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 dumpykota v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 dumpykota v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Dumps PyKota database's content. … … 86 86 Client's hostname 87 87 .TP 88 jobid 89 Job's Id 90 .TP 88 91 billingcode 89 92 Job's billing code … … 94 97 end 95 98 Job's date of printing 99 .IP 100 Dates formatting with 'start' and 'end' filter keys : 101 .IP 102 YYYY : year boundaries 103 YYYYMM : month boundaries 104 YYYYMMDD : day boundaries 105 YYYYMMDDhh : hour boundaries 106 YYYYMMDDhhmm : minute boundaries 107 YYYYMMDDhhmmss : second boundaries 108 yesterday[+\-NbDays] : yesterday more or less N days (e.g. : yesterday\-15) 109 today[+\-NbDays] : today more or less N days (e.g. : today\-15) 110 tomorrow[+\-NbDays] : tomorrow more or less N days (e.g. : tomorrow\-15) 111 now[+\-NbDays] : now more or less N days (e.g. now\-15) 112 .IP 113 \&'now' and 'today' are not exactly the same since today represents the first 114 or last second of the day depending on if it's used in a start= or end= 115 date expression. The utility to be able to specify dates in the future is 116 a question which remains to be answered :\-) 96 117 .IP 97 118 Contrary to other PyKota management tools, wildcard characters are not -
pykota/trunk/man/de/pkinvoice.1
r3069 r3094 2 2 .TH PKINVOICE "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkinvoice \- page de manuel de pkinvoice 1.25alpha1 6_unofficial4 pkinvoice \- page de manuel de pkinvoice 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 pkinvoice v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 pkinvoice v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 An invoice generator for PyKota. … … 10 10 command line usage : 11 11 .IP 12 pkinvoice [options] user1 user2 ... userN12 pkinvoice [options] [filterexpr] 13 13 .PP 14 14 options : … … 49 49 exposed. The default is 0.0, meaning no VAT 50 50 information will be included. 51 .IP 52 Use the filter expressions to extract only parts of the 53 datas. Allowed filters are of the form : 54 .IP 55 key=value 56 .IP 57 Allowed keys for now are : 51 58 .TP 52 \fB\-s\fR | \fB\-\-start\fR date53 Sets the starting date for the print jobs invoiced. 59 username 60 User's name 54 61 .TP 55 \fB\-e\fR | \fB\-\-end\fR date 56 Sets the ending date for the print jobs invoiced. 62 printername 63 Printer's name 64 .TP 65 hostname 66 Client's hostname 67 .TP 68 jobid 69 Job's Id 70 .TP 71 billingcode 72 Job's billing code 73 .TP 74 start 75 Job's date of printing 76 .TP 77 end 78 Job's date of printing 57 79 .IP 58 user1 through userN can use wildcards if needed. If no user argument is 59 used, a wildcard of '*' is assumed, meaning include all users. 60 .IP 61 Dates formatting with \fB\-\-start\fR and \fB\-\-end\fR : 80 Dates formatting with 'start' and 'end' filter keys : 62 81 .IP 63 82 YYYY : year boundaries … … 76 95 date expression. The utility to be able to specify dates in the future is 77 96 a question which remains to be answered :\-) 97 .IP 98 Contrary to other PyKota management tools, wildcard characters are not 99 expanded, so you can't use them. 78 100 .PP 79 101 examples : 80 102 .IP 81 \f(CW$ pkinvoice --unit EURO --output invoices.pdf --start=now-30\fR103 \f(CW$ pkinvoice --unit EURO --output /tmp/invoices.pdf start=now-30\fR 82 104 .IP 83 105 Will generate a PDF document containing invoices for all users -
pykota/trunk/man/de/pkrefund.1
r3069 r3094 2 2 .TH PKREFUND "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkrefund \- page de manuel de pkrefund 1.25alpha1 6_unofficial4 pkrefund \- page de manuel de pkrefund 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 pkrefund v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 pkrefund v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Refunds jobs. … … 25 25 \fB\-r\fR | \fB\-\-reason\fR txt 26 26 Sets textual information to explain the refunding. 27 .TP 28 \fB\-l\fR | \fB\-\-logo\fR img 29 Use the image as the receipt's logo. The logo will 30 be drawn at the center top of the page. The default 31 logo is /usr/share/pykota/logos/pykota.jpeg 32 .TP 33 \fB\-p\fR | \fB\-\-pagesize\fR sz 34 Sets sz as the page size. Most well known 35 page sizes are recognized, like 'A4' or 'Letter' 36 to name a few. The default size is A4. 37 .TP 38 \fB\-n\fR | \fB\-\-number\fR N 39 Sets the number of the first receipt. This number 40 will automatically be incremented for each receipt. 41 .TP 42 \fB\-o\fR | \fB\-\-output\fR f.pdf 43 Defines the name of the PDF file which will contain 44 the receipts. If not set, then no PDF file will 45 be created. If set to '\-', then \fB\-\-force\fR is assumed, 46 and the PDF document is sent to standard output. 47 .TP 48 \fB\-u\fR | \fB\-\-unit\fR u 49 Defines the name of the unit to use on the receipts. 50 The default unit is 'Credits', optionally translated 51 to your native language if it is supported by PyKota. 27 52 .IP 28 53 Use the filter expressions to extract only parts of the … … 77 102 Examples : 78 103 .IP 79 \f(CW$ pkrefund jobid=503\fR104 \f(CW$ pkrefund --output /tmp/receipts.pdf jobid=503\fR 80 105 .IP 81 106 This 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 107 afresh will reset the first job id at 1, so you probably want to use 108 a more precise filter as explained below. A confirmation will 109 be asked for each job to refund, and a PDF file named /tmp/receipts.pdf 110 will be created which will contain printable receipts. 84 111 .IP 85 112 \f(CW$ pkrefund --reason "Hardware problem" jobid=503 start=today-7\fR -
pykota/trunk/man/dumpykota.1
r3065 r3094 2 2 .TH DUMPYKOTA "1" "November 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NAME 4 dumpykota \- manual page for dumpykota 1.25alpha1 6_unofficial4 dumpykota \- manual page for dumpykota 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 dumpykota v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 dumpykota v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Dumps PyKota database's content. … … 86 86 Client's hostname 87 87 .TP 88 jobid 89 Job's Id 90 .TP 88 91 billingcode 89 92 Job's billing code … … 94 97 end 95 98 Job's date of printing 99 .IP 100 Dates formatting with 'start' and 'end' filter keys : 101 .IP 102 YYYY : year boundaries 103 YYYYMM : month boundaries 104 YYYYMMDD : day boundaries 105 YYYYMMDDhh : hour boundaries 106 YYYYMMDDhhmm : minute boundaries 107 YYYYMMDDhhmmss : second boundaries 108 yesterday[+\-NbDays] : yesterday more or less N days (e.g. : yesterday\-15) 109 today[+\-NbDays] : today more or less N days (e.g. : today\-15) 110 tomorrow[+\-NbDays] : tomorrow more or less N days (e.g. : tomorrow\-15) 111 now[+\-NbDays] : now more or less N days (e.g. now\-15) 112 .IP 113 \&'now' and 'today' are not exactly the same since today represents the first 114 or last second of the day depending on if it's used in a start= or end= 115 date expression. The utility to be able to specify dates in the future is 116 a question which remains to be answered :\-) 96 117 .IP 97 118 Contrary to other PyKota management tools, wildcard characters are not -
pykota/trunk/man/el_GR/dumpykota.1
r3065 r3094 2 2 .TH DUMPYKOTA "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 dumpykota \- page de manuel de dumpykota 1.25alpha1 6_unofficial4 dumpykota \- page de manuel de dumpykota 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 dumpykota v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 dumpykota v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Dumps PyKota database's content. … … 86 86 Client's hostname 87 87 .TP 88 jobid 89 Job's Id 90 .TP 88 91 billingcode 89 92 Job's billing code … … 94 97 end 95 98 Job's date of printing 99 .IP 100 Dates formatting with 'start' and 'end' filter keys : 101 .IP 102 YYYY : year boundaries 103 YYYYMM : month boundaries 104 YYYYMMDD : day boundaries 105 YYYYMMDDhh : hour boundaries 106 YYYYMMDDhhmm : minute boundaries 107 YYYYMMDDhhmmss : second boundaries 108 yesterday[+\-NbDays] : yesterday more or less N days (e.g. : yesterday\-15) 109 today[+\-NbDays] : today more or less N days (e.g. : today\-15) 110 tomorrow[+\-NbDays] : tomorrow more or less N days (e.g. : tomorrow\-15) 111 now[+\-NbDays] : now more or less N days (e.g. now\-15) 112 .IP 113 \&'now' and 'today' are not exactly the same since today represents the first 114 or last second of the day depending on if it's used in a start= or end= 115 date expression. The utility to be able to specify dates in the future is 116 a question which remains to be answered :\-) 96 117 .IP 97 118 Contrary to other PyKota management tools, wildcard characters are not -
pykota/trunk/man/el_GR/pkinvoice.1
r3069 r3094 2 2 .TH PKINVOICE "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkinvoice \- page de manuel de pkinvoice 1.25alpha1 6_unofficial4 pkinvoice \- page de manuel de pkinvoice 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 pkinvoice v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 pkinvoice v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 An invoice generator for PyKota. … … 10 10 command line usage : 11 11 .IP 12 pkinvoice [options] user1 user2 ... userN12 pkinvoice [options] [filterexpr] 13 13 .PP 14 14 options : … … 49 49 exposed. The default is 0.0, meaning no VAT 50 50 information will be included. 51 .IP 52 Use the filter expressions to extract only parts of the 53 datas. Allowed filters are of the form : 54 .IP 55 key=value 56 .IP 57 Allowed keys for now are : 51 58 .TP 52 \fB\-s\fR | \fB\-\-start\fR date53 Sets the starting date for the print jobs invoiced. 59 username 60 User's name 54 61 .TP 55 \fB\-e\fR | \fB\-\-end\fR date 56 Sets the ending date for the print jobs invoiced. 62 printername 63 Printer's name 64 .TP 65 hostname 66 Client's hostname 67 .TP 68 jobid 69 Job's Id 70 .TP 71 billingcode 72 Job's billing code 73 .TP 74 start 75 Job's date of printing 76 .TP 77 end 78 Job's date of printing 57 79 .IP 58 user1 through userN can use wildcards if needed. If no user argument is 59 used, a wildcard of '*' is assumed, meaning include all users. 60 .IP 61 Dates formatting with \fB\-\-start\fR and \fB\-\-end\fR : 80 Dates formatting with 'start' and 'end' filter keys : 62 81 .IP 63 82 YYYY : year boundaries … … 76 95 date expression. The utility to be able to specify dates in the future is 77 96 a question which remains to be answered :\-) 97 .IP 98 Contrary to other PyKota management tools, wildcard characters are not 99 expanded, so you can't use them. 78 100 .PP 79 101 examples : 80 102 .IP 81 \f(CW$ pkinvoice --unit EURO --output invoices.pdf --start=now-30\fR103 \f(CW$ pkinvoice --unit EURO --output /tmp/invoices.pdf start=now-30\fR 82 104 .IP 83 105 Will generate a PDF document containing invoices for all users -
pykota/trunk/man/el_GR/pkrefund.1
r3069 r3094 2 2 .TH PKREFUND "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkrefund \- page de manuel de pkrefund 1.25alpha1 6_unofficial4 pkrefund \- page de manuel de pkrefund 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 pkrefund v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 pkrefund v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Refunds jobs. … … 25 25 \fB\-r\fR | \fB\-\-reason\fR txt 26 26 Sets textual information to explain the refunding. 27 .TP 28 \fB\-l\fR | \fB\-\-logo\fR img 29 Use the image as the receipt's logo. The logo will 30 be drawn at the center top of the page. The default 31 logo is /usr/share/pykota/logos/pykota.jpeg 32 .TP 33 \fB\-p\fR | \fB\-\-pagesize\fR sz 34 Sets sz as the page size. Most well known 35 page sizes are recognized, like 'A4' or 'Letter' 36 to name a few. The default size is A4. 37 .TP 38 \fB\-n\fR | \fB\-\-number\fR N 39 Sets the number of the first receipt. This number 40 will automatically be incremented for each receipt. 41 .TP 42 \fB\-o\fR | \fB\-\-output\fR f.pdf 43 Defines the name of the PDF file which will contain 44 the receipts. If not set, then no PDF file will 45 be created. If set to '\-', then \fB\-\-force\fR is assumed, 46 and the PDF document is sent to standard output. 47 .TP 48 \fB\-u\fR | \fB\-\-unit\fR u 49 Defines the name of the unit to use on the receipts. 50 The default unit is 'Credits', optionally translated 51 to your native language if it is supported by PyKota. 27 52 .IP 28 53 Use the filter expressions to extract only parts of the … … 77 102 Examples : 78 103 .IP 79 \f(CW$ pkrefund jobid=503\fR104 \f(CW$ pkrefund --output /tmp/receipts.pdf jobid=503\fR 80 105 .IP 81 106 This 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 107 afresh will reset the first job id at 1, so you probably want to use 108 a more precise filter as explained below. A confirmation will 109 be asked for each job to refund, and a PDF file named /tmp/receipts.pdf 110 will be created which will contain printable receipts. 84 111 .IP 85 112 \f(CW$ pkrefund --reason "Hardware problem" jobid=503 start=today-7\fR -
pykota/trunk/man/es/dumpykota.1
r3065 r3094 2 2 .TH DUMPYKOTA "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 dumpykota \- page de manuel de dumpykota 1.25alpha1 6_unofficial4 dumpykota \- page de manuel de dumpykota 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 dumpykota v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 dumpykota v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Dumps PyKota database's content. … … 86 86 Client's hostname 87 87 .TP 88 jobid 89 Job's Id 90 .TP 88 91 billingcode 89 92 Job's billing code … … 94 97 end 95 98 Job's date of printing 99 .IP 100 Dates formatting with 'start' and 'end' filter keys : 101 .IP 102 YYYY : year boundaries 103 YYYYMM : month boundaries 104 YYYYMMDD : day boundaries 105 YYYYMMDDhh : hour boundaries 106 YYYYMMDDhhmm : minute boundaries 107 YYYYMMDDhhmmss : second boundaries 108 yesterday[+\-NbDays] : yesterday more or less N days (e.g. : yesterday\-15) 109 today[+\-NbDays] : today more or less N days (e.g. : today\-15) 110 tomorrow[+\-NbDays] : tomorrow more or less N days (e.g. : tomorrow\-15) 111 now[+\-NbDays] : now more or less N days (e.g. now\-15) 112 .IP 113 \&'now' and 'today' are not exactly the same since today represents the first 114 or last second of the day depending on if it's used in a start= or end= 115 date expression. The utility to be able to specify dates in the future is 116 a question which remains to be answered :\-) 96 117 .IP 97 118 Contrary to other PyKota management tools, wildcard characters are not -
pykota/trunk/man/es/pkinvoice.1
r3069 r3094 2 2 .TH PKINVOICE "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkinvoice \- page de manuel de pkinvoice 1.25alpha1 6_unofficial4 pkinvoice \- page de manuel de pkinvoice 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 pkinvoice v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 pkinvoice v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 An invoice generator for PyKota. … … 10 10 command line usage : 11 11 .IP 12 pkinvoice [options] user1 user2 ... userN12 pkinvoice [options] [filterexpr] 13 13 .PP 14 14 options : … … 49 49 exposed. The default is 0.0, meaning no VAT 50 50 information will be included. 51 .IP 52 Use the filter expressions to extract only parts of the 53 datas. Allowed filters are of the form : 54 .IP 55 key=value 56 .IP 57 Allowed keys for now are : 51 58 .TP 52 \fB\-s\fR | \fB\-\-start\fR date53 Sets the starting date for the print jobs invoiced. 59 username 60 User's name 54 61 .TP 55 \fB\-e\fR | \fB\-\-end\fR date 56 Sets the ending date for the print jobs invoiced. 62 printername 63 Printer's name 64 .TP 65 hostname 66 Client's hostname 67 .TP 68 jobid 69 Job's Id 70 .TP 71 billingcode 72 Job's billing code 73 .TP 74 start 75 Job's date of printing 76 .TP 77 end 78 Job's date of printing 57 79 .IP 58 user1 through userN can use wildcards if needed. If no user argument is 59 used, a wildcard of '*' is assumed, meaning include all users. 60 .IP 61 Dates formatting with \fB\-\-start\fR and \fB\-\-end\fR : 80 Dates formatting with 'start' and 'end' filter keys : 62 81 .IP 63 82 YYYY : year boundaries … … 76 95 date expression. The utility to be able to specify dates in the future is 77 96 a question which remains to be answered :\-) 97 .IP 98 Contrary to other PyKota management tools, wildcard characters are not 99 expanded, so you can't use them. 78 100 .PP 79 101 examples : 80 102 .IP 81 \f(CW$ pkinvoice --unit EURO --output invoices.pdf --start=now-30\fR103 \f(CW$ pkinvoice --unit EURO --output /tmp/invoices.pdf start=now-30\fR 82 104 .IP 83 105 Will generate a PDF document containing invoices for all users -
pykota/trunk/man/es/pkrefund.1
r3069 r3094 2 2 .TH PKREFUND "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkrefund \- page de manuel de pkrefund 1.25alpha1 6_unofficial4 pkrefund \- page de manuel de pkrefund 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 pkrefund v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 pkrefund v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Refunds jobs. … … 25 25 \fB\-r\fR | \fB\-\-reason\fR txt 26 26 Sets textual information to explain the refunding. 27 .TP 28 \fB\-l\fR | \fB\-\-logo\fR img 29 Use the image as the receipt's logo. The logo will 30 be drawn at the center top of the page. The default 31 logo is /usr/share/pykota/logos/pykota.jpeg 32 .TP 33 \fB\-p\fR | \fB\-\-pagesize\fR sz 34 Sets sz as the page size. Most well known 35 page sizes are recognized, like 'A4' or 'Letter' 36 to name a few. The default size is A4. 37 .TP 38 \fB\-n\fR | \fB\-\-number\fR N 39 Sets the number of the first receipt. This number 40 will automatically be incremented for each receipt. 41 .TP 42 \fB\-o\fR | \fB\-\-output\fR f.pdf 43 Defines the name of the PDF file which will contain 44 the receipts. If not set, then no PDF file will 45 be created. If set to '\-', then \fB\-\-force\fR is assumed, 46 and the PDF document is sent to standard output. 47 .TP 48 \fB\-u\fR | \fB\-\-unit\fR u 49 Defines the name of the unit to use on the receipts. 50 The default unit is 'Credits', optionally translated 51 to your native language if it is supported by PyKota. 27 52 .IP 28 53 Use the filter expressions to extract only parts of the … … 77 102 Examples : 78 103 .IP 79 \f(CW$ pkrefund jobid=503\fR104 \f(CW$ pkrefund --output /tmp/receipts.pdf jobid=503\fR 80 105 .IP 81 106 This 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 107 afresh will reset the first job id at 1, so you probably want to use 108 a more precise filter as explained below. A confirmation will 109 be asked for each job to refund, and a PDF file named /tmp/receipts.pdf 110 will be created which will contain printable receipts. 84 111 .IP 85 112 \f(CW$ pkrefund --reason "Hardware problem" jobid=503 start=today-7\fR -
pykota/trunk/man/fr/dumpykota.1
r3065 r3094 2 2 .TH DUMPYKOTA "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 dumpykota \- page de manuel de dumpykota 1.25alpha1 6_unofficial4 dumpykota \- page de manuel de dumpykota 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 dumpykota v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 dumpykota v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Exporte le contenu de la base de donn� de PyKota. … … 95 95 Nom d'h�de la machine cliente 96 96 .TP 97 jobid 98 Id du travail d'impression 99 .TP 97 100 billingcode 98 101 Code de facturation du travail d'impression … … 103 106 end 104 107 Date du travail d'impression 108 .IP 109 Formatage des dates avec les cl�'start' et 'end' : 110 .IP 111 AAAA : limites d'ann�AAAAMM : limites de mois 112 AAAAMMJJ : limites de jour 113 AAAAMMJJhh : limites d'heures 114 AAAAMMJJhhmm : limites de minutes 115 AAAAMMJJhhmmss : limites de secondes 116 yesterday[+\-NbJours] : hier plus ou moins N jours (ex : yesterday\-15) 117 today[+\-NbJours] : aujoud'hui plus ou moins N jours (ex : today\-15) 118 tomorrow[+\-NbJours] : demain plus ou moins N jours (ex : tomorrow\-15) 119 now[+\-NbJours] : maintenant plus ou moins N jours (ex : now\-15) 120 .IP 121 \&'now' et 'today' ne sont pas exactement identiques car today repr�nte 122 la premi� ou la derni� seconde du jour selon qu'il soit utilis�vec 123 une expression de type start= ou end=. 124 L'utilit�e pouvoir sp�fier une date dans le future est une question 125 qui reste ouverte :\-) 105 126 .IP 106 127 Contrairement aux autres outils d'administration de PyKota, les caract�s -
pykota/trunk/man/fr/pkinvoice.1
r3065 r3094 2 2 .TH PKINVOICE "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkinvoice \- page de manuel de pkinvoice 1.25alpha1 6_unofficial4 pkinvoice \- page de manuel de pkinvoice 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 pkinvoice v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 pkinvoice v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 Un g�rateur de factures pour PyKota.8 An invoice generator for PyKota. 9 9 .PP 10 ligne de commande :10 command line usage : 11 11 .IP 12 pkinvoice [options] utilisateur1 utilisateur2 ... utilisateurN12 pkinvoice [options] [filterexpr] 13 13 .PP 14 14 options : 15 15 .TP 16 16 \fB\-v\fR | \fB\-\-version\fR 17 Affiche la version de pkinvoice et quitte.17 Prints pkinvoice's version number then exits. 18 18 .TP 19 19 \fB\-h\fR | \fB\-\-help\fR 20 Affiche ce message et quitte.20 Prints this message then exits. 21 21 .TP 22 22 \fB\-l\fR | \fB\-\-logo\fR img 23 U tilise cette image comme logo sur la facture. Le logo24 sera dessin�u centre et en haut de la page. Le logo 25 par d�ut est/usr/share/pykota/logos/pykota.jpeg23 Use the image as the invoice's logo. The logo will 24 be drawn at the center top of the page. The default 25 logo is /usr/share/pykota/logos/pykota.jpeg 26 26 .TP 27 27 \fB\-p\fR | \fB\-\-pagesize\fR sz 28 Positionne la taille de page �z. La plupart des 29 tailles standard sont reconnues, comme 'A4' ou'Letter'30 par exemple. La taille par d�ut estA4.28 Sets sz as the page size. Most well known 29 page sizes are recognized, like 'A4' or 'Letter' 30 to name a few. The default size is A4. 31 31 .TP 32 32 \fB\-n\fR | \fB\-\-number\fR N 33 Indique le num� de la premi� facture. Ce num� 34 sera automatiquement incr�nt� chaque facture.33 Sets the number of the first invoice. This number 34 will automatically be incremented for each invoice. 35 35 .TP 36 36 \fB\-o\fR | \fB\-\-output\fR f.pdf 37 D�nit le nom du fichier PDF qui contiendra les 38 factures. S'il n'est pas pr�s�u positionn� '\-' 39 alors le document sera envoy�ur la sortie standard. 37 Defines the name of the invoice file which will 38 be generated as a PDF document. If not set or 39 set to '\-', the PDF document is sent to standard 40 output. 40 41 .TP 41 42 \fB\-u\fR | \fB\-\-unit\fR u 42 D�nit le nom de l'unit� utiliser sur la facture. 43 Le nom par d�ut est 'Credits', ou sa traduction 44 �ntuelle dans votre langage pr�r�i PyKota 45 le supporte. 43 Defines the name of the unit to use on the invoice. 44 The default unit is 'Credits', optionally translated 45 to your native language if it is supported by PyKota. 46 46 .TP 47 47 \fB\-V\fR | \fB\-\-vat\fR p 48 Indique le taux de TVA applicable qui sera indiqu�La valeur par d�ut est 0.0, qui fait qu'aucune 49 information sur la TVA ne sera indiqu� 48 Sets the percent value of the applicable VAT to be 49 exposed. The default is 0.0, meaning no VAT 50 information will be included. 51 .IP 52 Use the filter expressions to extract only parts of the 53 datas. Allowed filters are of the form : 54 .IP 55 key=value 56 .IP 57 Allowed keys for now are : 50 58 .TP 51 \fB\-s\fR | \fB\-\-start\fR date 52 Indique la date de d�t des travaux d'impression 53 qui seront factur� 59 username 60 User's name 54 61 .TP 55 \fB\-e\fR | \fB\-\-end\fR date 56 Indique la date de fin des travaux d'impression 57 qui seront factur� 62 printername 63 Printer's name 64 .TP 65 hostname 66 Client's hostname 67 .TP 68 jobid 69 Job's Id 70 .TP 71 billingcode 72 Job's billing code 73 .TP 74 start 75 Job's date of printing 76 .TP 77 end 78 Job's date of printing 58 79 .IP 59 utilisateur1 jusqu'�tilisateurN peuvent contenir des caract�s jokers 60 au besoin. Si aucun nom d'utilisateur n'est indiqu�c'est comme si un 61 joker '*' �it pr�s�ce qui veut dire inclure tous les utilisateurs. 80 Dates formatting with 'start' and 'end' filter keys : 62 81 .IP 63 Formatage des dates avec \fB\-\-start\fR et \fB\-\-end\fR : 82 YYYY : year boundaries 83 YYYYMM : month boundaries 84 YYYYMMDD : day boundaries 85 YYYYMMDDhh : hour boundaries 86 YYYYMMDDhhmm : minute boundaries 87 YYYYMMDDhhmmss : second boundaries 88 yesterday[+\-NbDays] : yesterday more or less N days (e.g. : yesterday\-15) 89 today[+\-NbDays] : today more or less N days (e.g. : today\-15) 90 tomorrow[+\-NbDays] : tomorrow more or less N days (e.g. : tomorrow\-15) 91 now[+\-NbDays] : now more or less N days (e.g. now\-15) 64 92 .IP 65 AAAA : limites d'ann�AAAAMM : limites de mois 66 AAAAMMJJ : limites de jour 67 AAAAMMJJhh : limites d'heures 68 AAAAMMJJhhmm : limites de minutes 69 AAAAMMJJhhmmss : limites de secondes 70 yesterday[+\-NbJours] : hier plus ou moins N jours (ex : yesterday\-15) 71 today[+\-NbJours] : aujoud'hui plus ou moins N jours (ex : today\-15) 72 tomorrow[+\-NbJours] : demain plus ou moins N jours (ex : tomorrow\-15) 73 now[+\-NbJours] : maintenant plus ou moins N jours (ex : now\-15) 93 \&'now' and 'today' are not exactly the same since today represents the first 94 or last second of the day depending on if it's used in a start= or end= 95 date expression. The utility to be able to specify dates in the future is 96 a question which remains to be answered :\-) 74 97 .IP 75 \&'now' et 'today' ne sont pas exactement identiques car today repr�nte 76 la premi� ou la derni� seconde du jour selon qu'il soit utilis�vec 77 une expression de type start= ou end=. 78 L'utilit�e pouvoir sp�fier une date dans le future est une question 79 qui reste ouverte :\-) 98 Contrary to other PyKota management tools, wildcard characters are not 99 expanded, so you can't use them. 80 100 .PP 81 ex emples :101 examples : 82 102 .IP 83 \f(CW$ pkinvoice --unit EURO --output factures.pdf --start=now-30\fR103 \f(CW$ pkinvoice --unit EURO --output /tmp/invoices.pdf start=now-30\fR 84 104 .IP 85 G�rera un document PDF contenant les factures de tous les utilisateurs86 qui ont d�ns�es cr�ts durant le mois �ul�Les factures seront en87 EURO. Aucune information de TVA ne sera incluse.105 Will generate a PDF document containing invoices for all users 106 who have spent some credits last month. Invoices will be done in 107 EURO. No VAT information will be included. 88 108 .PP 89 109 This program is free software; you can redistribute it and/or modify -
pykota/trunk/man/fr/pkrefund.1
r3069 r3094 2 2 .TH PKREFUND "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkrefund \- page de manuel de pkrefund 1.25alpha1 6_unofficial4 pkrefund \- page de manuel de pkrefund 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 pkrefund v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 pkrefund v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Refunds jobs. … … 25 25 \fB\-r\fR | \fB\-\-reason\fR txt 26 26 Sets textual information to explain the refunding. 27 .TP 28 \fB\-l\fR | \fB\-\-logo\fR img 29 Use the image as the receipt's logo. The logo will 30 be drawn at the center top of the page. The default 31 logo is /usr/share/pykota/logos/pykota.jpeg 32 .TP 33 \fB\-p\fR | \fB\-\-pagesize\fR sz 34 Sets sz as the page size. Most well known 35 page sizes are recognized, like 'A4' or 'Letter' 36 to name a few. The default size is A4. 37 .TP 38 \fB\-n\fR | \fB\-\-number\fR N 39 Sets the number of the first receipt. This number 40 will automatically be incremented for each receipt. 41 .TP 42 \fB\-o\fR | \fB\-\-output\fR f.pdf 43 Defines the name of the PDF file which will contain 44 the receipts. If not set, then no PDF file will 45 be created. If set to '\-', then \fB\-\-force\fR is assumed, 46 and the PDF document is sent to standard output. 47 .TP 48 \fB\-u\fR | \fB\-\-unit\fR u 49 Defines the name of the unit to use on the receipts. 50 The default unit is 'Credits', optionally translated 51 to your native language if it is supported by PyKota. 27 52 .IP 28 53 Use the filter expressions to extract only parts of the … … 77 102 Examples : 78 103 .IP 79 \f(CW$ pkrefund jobid=503\fR104 \f(CW$ pkrefund --output /tmp/receipts.pdf jobid=503\fR 80 105 .IP 81 106 This 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 107 afresh will reset the first job id at 1, so you probably want to use 108 a more precise filter as explained below. A confirmation will 109 be asked for each job to refund, and a PDF file named /tmp/receipts.pdf 110 will be created which will contain printable receipts. 84 111 .IP 85 112 \f(CW$ pkrefund --reason "Hardware problem" jobid=503 start=today-7\fR -
pykota/trunk/man/it/dumpykota.1
r3065 r3094 2 2 .TH DUMPYKOTA "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 dumpykota \- page de manuel de dumpykota 1.25alpha1 6_unofficial4 dumpykota \- page de manuel de dumpykota 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 dumpykota v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 dumpykota v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Dumps PyKota database's content. … … 86 86 Client's hostname 87 87 .TP 88 jobid 89 Job's Id 90 .TP 88 91 billingcode 89 92 Job's billing code … … 94 97 end 95 98 Job's date of printing 99 .IP 100 Dates formatting with 'start' and 'end' filter keys : 101 .IP 102 YYYY : year boundaries 103 YYYYMM : month boundaries 104 YYYYMMDD : day boundaries 105 YYYYMMDDhh : hour boundaries 106 YYYYMMDDhhmm : minute boundaries 107 YYYYMMDDhhmmss : second boundaries 108 yesterday[+\-NbDays] : yesterday more or less N days (e.g. : yesterday\-15) 109 today[+\-NbDays] : today more or less N days (e.g. : today\-15) 110 tomorrow[+\-NbDays] : tomorrow more or less N days (e.g. : tomorrow\-15) 111 now[+\-NbDays] : now more or less N days (e.g. now\-15) 112 .IP 113 \&'now' and 'today' are not exactly the same since today represents the first 114 or last second of the day depending on if it's used in a start= or end= 115 date expression. The utility to be able to specify dates in the future is 116 a question which remains to be answered :\-) 96 117 .IP 97 118 Contrary to other PyKota management tools, wildcard characters are not -
pykota/trunk/man/it/pkinvoice.1
r3069 r3094 2 2 .TH PKINVOICE "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkinvoice \- page de manuel de pkinvoice 1.25alpha1 6_unofficial4 pkinvoice \- page de manuel de pkinvoice 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 pkinvoice v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 pkinvoice v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 An invoice generator for PyKota. … … 10 10 command line usage : 11 11 .IP 12 pkinvoice [options] user1 user2 ... userN12 pkinvoice [options] [filterexpr] 13 13 .PP 14 14 options : … … 49 49 exposed. The default is 0.0, meaning no VAT 50 50 information will be included. 51 .IP 52 Use the filter expressions to extract only parts of the 53 datas. Allowed filters are of the form : 54 .IP 55 key=value 56 .IP 57 Allowed keys for now are : 51 58 .TP 52 \fB\-s\fR | \fB\-\-start\fR date53 Sets the starting date for the print jobs invoiced. 59 username 60 User's name 54 61 .TP 55 \fB\-e\fR | \fB\-\-end\fR date 56 Sets the ending date for the print jobs invoiced. 62 printername 63 Printer's name 64 .TP 65 hostname 66 Client's hostname 67 .TP 68 jobid 69 Job's Id 70 .TP 71 billingcode 72 Job's billing code 73 .TP 74 start 75 Job's date of printing 76 .TP 77 end 78 Job's date of printing 57 79 .IP 58 user1 through userN can use wildcards if needed. If no user argument is 59 used, a wildcard of '*' is assumed, meaning include all users. 60 .IP 61 Dates formatting with \fB\-\-start\fR and \fB\-\-end\fR : 80 Dates formatting with 'start' and 'end' filter keys : 62 81 .IP 63 82 YYYY : year boundaries … … 76 95 date expression. The utility to be able to specify dates in the future is 77 96 a question which remains to be answered :\-) 97 .IP 98 Contrary to other PyKota management tools, wildcard characters are not 99 expanded, so you can't use them. 78 100 .PP 79 101 examples : 80 102 .IP 81 \f(CW$ pkinvoice --unit EURO --output invoices.pdf --start=now-30\fR103 \f(CW$ pkinvoice --unit EURO --output /tmp/invoices.pdf start=now-30\fR 82 104 .IP 83 105 Will generate a PDF document containing invoices for all users -
pykota/trunk/man/it/pkrefund.1
r3069 r3094 2 2 .TH PKREFUND "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkrefund \- page de manuel de pkrefund 1.25alpha1 6_unofficial4 pkrefund \- page de manuel de pkrefund 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 pkrefund v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 pkrefund v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Refunds jobs. … … 25 25 \fB\-r\fR | \fB\-\-reason\fR txt 26 26 Sets textual information to explain the refunding. 27 .TP 28 \fB\-l\fR | \fB\-\-logo\fR img 29 Use the image as the receipt's logo. The logo will 30 be drawn at the center top of the page. The default 31 logo is /usr/share/pykota/logos/pykota.jpeg 32 .TP 33 \fB\-p\fR | \fB\-\-pagesize\fR sz 34 Sets sz as the page size. Most well known 35 page sizes are recognized, like 'A4' or 'Letter' 36 to name a few. The default size is A4. 37 .TP 38 \fB\-n\fR | \fB\-\-number\fR N 39 Sets the number of the first receipt. This number 40 will automatically be incremented for each receipt. 41 .TP 42 \fB\-o\fR | \fB\-\-output\fR f.pdf 43 Defines the name of the PDF file which will contain 44 the receipts. If not set, then no PDF file will 45 be created. If set to '\-', then \fB\-\-force\fR is assumed, 46 and the PDF document is sent to standard output. 47 .TP 48 \fB\-u\fR | \fB\-\-unit\fR u 49 Defines the name of the unit to use on the receipts. 50 The default unit is 'Credits', optionally translated 51 to your native language if it is supported by PyKota. 27 52 .IP 28 53 Use the filter expressions to extract only parts of the … … 77 102 Examples : 78 103 .IP 79 \f(CW$ pkrefund jobid=503\fR104 \f(CW$ pkrefund --output /tmp/receipts.pdf jobid=503\fR 80 105 .IP 81 106 This 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 107 afresh will reset the first job id at 1, so you probably want to use 108 a more precise filter as explained below. A confirmation will 109 be asked for each job to refund, and a PDF file named /tmp/receipts.pdf 110 will be created which will contain printable receipts. 84 111 .IP 85 112 \f(CW$ pkrefund --reason "Hardware problem" jobid=503 start=today-7\fR -
pykota/trunk/man/nb_NO/dumpykota.1
r3065 r3094 2 2 .TH DUMPYKOTA "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 dumpykota \- page de manuel de dumpykota 1.25alpha1 6_unofficial4 dumpykota \- page de manuel de dumpykota 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 dumpykota v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 dumpykota v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Dumps PyKota database's content. … … 86 86 Client's hostname 87 87 .TP 88 jobid 89 Job's Id 90 .TP 88 91 billingcode 89 92 Job's billing code … … 94 97 end 95 98 Job's date of printing 99 .IP 100 Dates formatting with 'start' and 'end' filter keys : 101 .IP 102 YYYY : year boundaries 103 YYYYMM : month boundaries 104 YYYYMMDD : day boundaries 105 YYYYMMDDhh : hour boundaries 106 YYYYMMDDhhmm : minute boundaries 107 YYYYMMDDhhmmss : second boundaries 108 yesterday[+\-NbDays] : yesterday more or less N days (e.g. : yesterday\-15) 109 today[+\-NbDays] : today more or less N days (e.g. : today\-15) 110 tomorrow[+\-NbDays] : tomorrow more or less N days (e.g. : tomorrow\-15) 111 now[+\-NbDays] : now more or less N days (e.g. now\-15) 112 .IP 113 \&'now' and 'today' are not exactly the same since today represents the first 114 or last second of the day depending on if it's used in a start= or end= 115 date expression. The utility to be able to specify dates in the future is 116 a question which remains to be answered :\-) 96 117 .IP 97 118 Contrary to other PyKota management tools, wildcard characters are not -
pykota/trunk/man/nb_NO/pkinvoice.1
r3069 r3094 2 2 .TH PKINVOICE "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkinvoice \- page de manuel de pkinvoice 1.25alpha1 6_unofficial4 pkinvoice \- page de manuel de pkinvoice 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 pkinvoice v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 pkinvoice v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 An invoice generator for PyKota. … … 10 10 command line usage : 11 11 .IP 12 pkinvoice [options] user1 user2 ... userN12 pkinvoice [options] [filterexpr] 13 13 .PP 14 14 options : … … 49 49 exposed. The default is 0.0, meaning no VAT 50 50 information will be included. 51 .IP 52 Use the filter expressions to extract only parts of the 53 datas. Allowed filters are of the form : 54 .IP 55 key=value 56 .IP 57 Allowed keys for now are : 51 58 .TP 52 \fB\-s\fR | \fB\-\-start\fR date53 Sets the starting date for the print jobs invoiced. 59 username 60 User's name 54 61 .TP 55 \fB\-e\fR | \fB\-\-end\fR date 56 Sets the ending date for the print jobs invoiced. 62 printername 63 Printer's name 64 .TP 65 hostname 66 Client's hostname 67 .TP 68 jobid 69 Job's Id 70 .TP 71 billingcode 72 Job's billing code 73 .TP 74 start 75 Job's date of printing 76 .TP 77 end 78 Job's date of printing 57 79 .IP 58 user1 through userN can use wildcards if needed. If no user argument is 59 used, a wildcard of '*' is assumed, meaning include all users. 60 .IP 61 Dates formatting with \fB\-\-start\fR and \fB\-\-end\fR : 80 Dates formatting with 'start' and 'end' filter keys : 62 81 .IP 63 82 YYYY : year boundaries … … 76 95 date expression. The utility to be able to specify dates in the future is 77 96 a question which remains to be answered :\-) 97 .IP 98 Contrary to other PyKota management tools, wildcard characters are not 99 expanded, so you can't use them. 78 100 .PP 79 101 examples : 80 102 .IP 81 \f(CW$ pkinvoice --unit EURO --output invoices.pdf --start=now-30\fR103 \f(CW$ pkinvoice --unit EURO --output /tmp/invoices.pdf start=now-30\fR 82 104 .IP 83 105 Will generate a PDF document containing invoices for all users -
pykota/trunk/man/nb_NO/pkrefund.1
r3069 r3094 2 2 .TH PKREFUND "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkrefund \- page de manuel de pkrefund 1.25alpha1 6_unofficial4 pkrefund \- page de manuel de pkrefund 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 pkrefund v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 pkrefund v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Refunds jobs. … … 25 25 \fB\-r\fR | \fB\-\-reason\fR txt 26 26 Sets textual information to explain the refunding. 27 .TP 28 \fB\-l\fR | \fB\-\-logo\fR img 29 Use the image as the receipt's logo. The logo will 30 be drawn at the center top of the page. The default 31 logo is /usr/share/pykota/logos/pykota.jpeg 32 .TP 33 \fB\-p\fR | \fB\-\-pagesize\fR sz 34 Sets sz as the page size. Most well known 35 page sizes are recognized, like 'A4' or 'Letter' 36 to name a few. The default size is A4. 37 .TP 38 \fB\-n\fR | \fB\-\-number\fR N 39 Sets the number of the first receipt. This number 40 will automatically be incremented for each receipt. 41 .TP 42 \fB\-o\fR | \fB\-\-output\fR f.pdf 43 Defines the name of the PDF file which will contain 44 the receipts. If not set, then no PDF file will 45 be created. If set to '\-', then \fB\-\-force\fR is assumed, 46 and the PDF document is sent to standard output. 47 .TP 48 \fB\-u\fR | \fB\-\-unit\fR u 49 Defines the name of the unit to use on the receipts. 50 The default unit is 'Credits', optionally translated 51 to your native language if it is supported by PyKota. 27 52 .IP 28 53 Use the filter expressions to extract only parts of the … … 77 102 Examples : 78 103 .IP 79 \f(CW$ pkrefund jobid=503\fR104 \f(CW$ pkrefund --output /tmp/receipts.pdf jobid=503\fR 80 105 .IP 81 106 This 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 107 afresh will reset the first job id at 1, so you probably want to use 108 a more precise filter as explained below. A confirmation will 109 be asked for each job to refund, and a PDF file named /tmp/receipts.pdf 110 will be created which will contain printable receipts. 84 111 .IP 85 112 \f(CW$ pkrefund --reason "Hardware problem" jobid=503 start=today-7\fR -
pykota/trunk/man/pkinvoice.1
r3069 r3094 2 2 .TH PKINVOICE "1" "November 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NAME 4 pkinvoice \- manual page for pkinvoice 1.25alpha1 6_unofficial4 pkinvoice \- manual page for pkinvoice 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 pkinvoice v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 pkinvoice v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 An invoice generator for PyKota. … … 10 10 command line usage : 11 11 .IP 12 pkinvoice [options] user1 user2 ... userN12 pkinvoice [options] [filterexpr] 13 13 .PP 14 14 options : … … 49 49 exposed. The default is 0.0, meaning no VAT 50 50 information will be included. 51 .IP 52 Use the filter expressions to extract only parts of the 53 datas. Allowed filters are of the form : 54 .IP 55 key=value 56 .IP 57 Allowed keys for now are : 51 58 .TP 52 \fB\-s\fR | \fB\-\-start\fR date53 Sets the starting date for the print jobs invoiced. 59 username 60 User's name 54 61 .TP 55 \fB\-e\fR | \fB\-\-end\fR date 56 Sets the ending date for the print jobs invoiced. 62 printername 63 Printer's name 64 .TP 65 hostname 66 Client's hostname 67 .TP 68 jobid 69 Job's Id 70 .TP 71 billingcode 72 Job's billing code 73 .TP 74 start 75 Job's date of printing 76 .TP 77 end 78 Job's date of printing 57 79 .IP 58 user1 through userN can use wildcards if needed. If no user argument is 59 used, a wildcard of '*' is assumed, meaning include all users. 60 .IP 61 Dates formatting with \fB\-\-start\fR and \fB\-\-end\fR : 80 Dates formatting with 'start' and 'end' filter keys : 62 81 .IP 63 82 YYYY : year boundaries … … 76 95 date expression. The utility to be able to specify dates in the future is 77 96 a question which remains to be answered :\-) 97 .IP 98 Contrary to other PyKota management tools, wildcard characters are not 99 expanded, so you can't use them. 78 100 .PP 79 101 examples : 80 102 .IP 81 \f(CW$ pkinvoice --unit EURO --output invoices.pdf --start=now-30\fR103 \f(CW$ pkinvoice --unit EURO --output /tmp/invoices.pdf start=now-30\fR 82 104 .IP 83 105 Will generate a PDF document containing invoices for all users -
pykota/trunk/man/pkrefund.1
r3069 r3094 2 2 .TH PKREFUND "1" "November 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NAME 4 pkrefund \- manual page for pkrefund 1.25alpha1 6_unofficial4 pkrefund \- manual page for pkrefund 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 pkrefund v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 pkrefund v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Refunds jobs. … … 25 25 \fB\-r\fR | \fB\-\-reason\fR txt 26 26 Sets textual information to explain the refunding. 27 .TP 28 \fB\-l\fR | \fB\-\-logo\fR img 29 Use the image as the receipt's logo. The logo will 30 be drawn at the center top of the page. The default 31 logo is /usr/share/pykota/logos/pykota.jpeg 32 .TP 33 \fB\-p\fR | \fB\-\-pagesize\fR sz 34 Sets sz as the page size. Most well known 35 page sizes are recognized, like 'A4' or 'Letter' 36 to name a few. The default size is A4. 37 .TP 38 \fB\-n\fR | \fB\-\-number\fR N 39 Sets the number of the first receipt. This number 40 will automatically be incremented for each receipt. 41 .TP 42 \fB\-o\fR | \fB\-\-output\fR f.pdf 43 Defines the name of the PDF file which will contain 44 the receipts. If not set, then no PDF file will 45 be created. If set to '\-', then \fB\-\-force\fR is assumed, 46 and the PDF document is sent to standard output. 47 .TP 48 \fB\-u\fR | \fB\-\-unit\fR u 49 Defines the name of the unit to use on the receipts. 50 The default unit is 'Credits', optionally translated 51 to your native language if it is supported by PyKota. 27 52 .IP 28 53 Use the filter expressions to extract only parts of the … … 77 102 Examples : 78 103 .IP 79 \f(CW$ pkrefund jobid=503\fR104 \f(CW$ pkrefund --output /tmp/receipts.pdf jobid=503\fR 80 105 .IP 81 106 This 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 107 afresh will reset the first job id at 1, so you probably want to use 108 a more precise filter as explained below. A confirmation will 109 be asked for each job to refund, and a PDF file named /tmp/receipts.pdf 110 will be created which will contain printable receipts. 84 111 .IP 85 112 \f(CW$ pkrefund --reason "Hardware problem" jobid=503 start=today-7\fR -
pykota/trunk/man/pl/dumpykota.1
r3065 r3094 2 2 .TH DUMPYKOTA "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 dumpykota \- page de manuel de dumpykota 1.25alpha1 6_unofficial4 dumpykota \- page de manuel de dumpykota 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 dumpykota v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 dumpykota v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Dumps PyKota database's content. … … 86 86 Client's hostname 87 87 .TP 88 jobid 89 Job's Id 90 .TP 88 91 billingcode 89 92 Job's billing code … … 94 97 end 95 98 Job's date of printing 99 .IP 100 Dates formatting with 'start' and 'end' filter keys : 101 .IP 102 YYYY : year boundaries 103 YYYYMM : month boundaries 104 YYYYMMDD : day boundaries 105 YYYYMMDDhh : hour boundaries 106 YYYYMMDDhhmm : minute boundaries 107 YYYYMMDDhhmmss : second boundaries 108 yesterday[+\-NbDays] : yesterday more or less N days (e.g. : yesterday\-15) 109 today[+\-NbDays] : today more or less N days (e.g. : today\-15) 110 tomorrow[+\-NbDays] : tomorrow more or less N days (e.g. : tomorrow\-15) 111 now[+\-NbDays] : now more or less N days (e.g. now\-15) 112 .IP 113 \&'now' and 'today' are not exactly the same since today represents the first 114 or last second of the day depending on if it's used in a start= or end= 115 date expression. The utility to be able to specify dates in the future is 116 a question which remains to be answered :\-) 96 117 .IP 97 118 Contrary to other PyKota management tools, wildcard characters are not -
pykota/trunk/man/pl/pkinvoice.1
r3069 r3094 2 2 .TH PKINVOICE "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkinvoice \- page de manuel de pkinvoice 1.25alpha1 6_unofficial4 pkinvoice \- page de manuel de pkinvoice 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 pkinvoice v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 pkinvoice v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 An invoice generator for PyKota. … … 10 10 command line usage : 11 11 .IP 12 pkinvoice [options] user1 user2 ... userN12 pkinvoice [options] [filterexpr] 13 13 .PP 14 14 options : … … 49 49 exposed. The default is 0.0, meaning no VAT 50 50 information will be included. 51 .IP 52 Use the filter expressions to extract only parts of the 53 datas. Allowed filters are of the form : 54 .IP 55 key=value 56 .IP 57 Allowed keys for now are : 51 58 .TP 52 \fB\-s\fR | \fB\-\-start\fR date53 Sets the starting date for the print jobs invoiced. 59 username 60 User's name 54 61 .TP 55 \fB\-e\fR | \fB\-\-end\fR date 56 Sets the ending date for the print jobs invoiced. 62 printername 63 Printer's name 64 .TP 65 hostname 66 Client's hostname 67 .TP 68 jobid 69 Job's Id 70 .TP 71 billingcode 72 Job's billing code 73 .TP 74 start 75 Job's date of printing 76 .TP 77 end 78 Job's date of printing 57 79 .IP 58 user1 through userN can use wildcards if needed. If no user argument is 59 used, a wildcard of '*' is assumed, meaning include all users. 60 .IP 61 Dates formatting with \fB\-\-start\fR and \fB\-\-end\fR : 80 Dates formatting with 'start' and 'end' filter keys : 62 81 .IP 63 82 YYYY : year boundaries … … 76 95 date expression. The utility to be able to specify dates in the future is 77 96 a question which remains to be answered :\-) 97 .IP 98 Contrary to other PyKota management tools, wildcard characters are not 99 expanded, so you can't use them. 78 100 .PP 79 101 examples : 80 102 .IP 81 \f(CW$ pkinvoice --unit EURO --output invoices.pdf --start=now-30\fR103 \f(CW$ pkinvoice --unit EURO --output /tmp/invoices.pdf start=now-30\fR 82 104 .IP 83 105 Will generate a PDF document containing invoices for all users -
pykota/trunk/man/pl/pkrefund.1
r3069 r3094 2 2 .TH PKREFUND "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkrefund \- page de manuel de pkrefund 1.25alpha1 6_unofficial4 pkrefund \- page de manuel de pkrefund 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 pkrefund v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 pkrefund v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Refunds jobs. … … 25 25 \fB\-r\fR | \fB\-\-reason\fR txt 26 26 Sets textual information to explain the refunding. 27 .TP 28 \fB\-l\fR | \fB\-\-logo\fR img 29 Use the image as the receipt's logo. The logo will 30 be drawn at the center top of the page. The default 31 logo is /usr/share/pykota/logos/pykota.jpeg 32 .TP 33 \fB\-p\fR | \fB\-\-pagesize\fR sz 34 Sets sz as the page size. Most well known 35 page sizes are recognized, like 'A4' or 'Letter' 36 to name a few. The default size is A4. 37 .TP 38 \fB\-n\fR | \fB\-\-number\fR N 39 Sets the number of the first receipt. This number 40 will automatically be incremented for each receipt. 41 .TP 42 \fB\-o\fR | \fB\-\-output\fR f.pdf 43 Defines the name of the PDF file which will contain 44 the receipts. If not set, then no PDF file will 45 be created. If set to '\-', then \fB\-\-force\fR is assumed, 46 and the PDF document is sent to standard output. 47 .TP 48 \fB\-u\fR | \fB\-\-unit\fR u 49 Defines the name of the unit to use on the receipts. 50 The default unit is 'Credits', optionally translated 51 to your native language if it is supported by PyKota. 27 52 .IP 28 53 Use the filter expressions to extract only parts of the … … 77 102 Examples : 78 103 .IP 79 \f(CW$ pkrefund jobid=503\fR104 \f(CW$ pkrefund --output /tmp/receipts.pdf jobid=503\fR 80 105 .IP 81 106 This 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 107 afresh will reset the first job id at 1, so you probably want to use 108 a more precise filter as explained below. A confirmation will 109 be asked for each job to refund, and a PDF file named /tmp/receipts.pdf 110 will be created which will contain printable receipts. 84 111 .IP 85 112 \f(CW$ pkrefund --reason "Hardware problem" jobid=503 start=today-7\fR -
pykota/trunk/man/pt_BR/dumpykota.1
r3065 r3094 2 2 .TH DUMPYKOTA "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 dumpykota \- page de manuel de dumpykota 1.25alpha1 6_unofficial4 dumpykota \- page de manuel de dumpykota 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 dumpykota v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 dumpykota v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Dumps PyKota database's content. … … 86 86 Client's hostname 87 87 .TP 88 jobid 89 Job's Id 90 .TP 88 91 billingcode 89 92 Job's billing code … … 94 97 end 95 98 Job's date of printing 99 .IP 100 Dates formatting with 'start' and 'end' filter keys : 101 .IP 102 YYYY : year boundaries 103 YYYYMM : month boundaries 104 YYYYMMDD : day boundaries 105 YYYYMMDDhh : hour boundaries 106 YYYYMMDDhhmm : minute boundaries 107 YYYYMMDDhhmmss : second boundaries 108 yesterday[+\-NbDays] : yesterday more or less N days (e.g. : yesterday\-15) 109 today[+\-NbDays] : today more or less N days (e.g. : today\-15) 110 tomorrow[+\-NbDays] : tomorrow more or less N days (e.g. : tomorrow\-15) 111 now[+\-NbDays] : now more or less N days (e.g. now\-15) 112 .IP 113 \&'now' and 'today' are not exactly the same since today represents the first 114 or last second of the day depending on if it's used in a start= or end= 115 date expression. The utility to be able to specify dates in the future is 116 a question which remains to be answered :\-) 96 117 .IP 97 118 Contrary to other PyKota management tools, wildcard characters are not -
pykota/trunk/man/pt_BR/pkinvoice.1
r3069 r3094 2 2 .TH PKINVOICE "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkinvoice \- page de manuel de pkinvoice 1.25alpha1 6_unofficial4 pkinvoice \- page de manuel de pkinvoice 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 pkinvoice v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 pkinvoice v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 An invoice generator for PyKota. … … 10 10 command line usage : 11 11 .IP 12 pkinvoice [options] user1 user2 ... userN12 pkinvoice [options] [filterexpr] 13 13 .PP 14 14 options : … … 49 49 exposed. The default is 0.0, meaning no VAT 50 50 information will be included. 51 .IP 52 Use the filter expressions to extract only parts of the 53 datas. Allowed filters are of the form : 54 .IP 55 key=value 56 .IP 57 Allowed keys for now are : 51 58 .TP 52 \fB\-s\fR | \fB\-\-start\fR date53 Sets the starting date for the print jobs invoiced. 59 username 60 User's name 54 61 .TP 55 \fB\-e\fR | \fB\-\-end\fR date 56 Sets the ending date for the print jobs invoiced. 62 printername 63 Printer's name 64 .TP 65 hostname 66 Client's hostname 67 .TP 68 jobid 69 Job's Id 70 .TP 71 billingcode 72 Job's billing code 73 .TP 74 start 75 Job's date of printing 76 .TP 77 end 78 Job's date of printing 57 79 .IP 58 user1 through userN can use wildcards if needed. If no user argument is 59 used, a wildcard of '*' is assumed, meaning include all users. 60 .IP 61 Dates formatting with \fB\-\-start\fR and \fB\-\-end\fR : 80 Dates formatting with 'start' and 'end' filter keys : 62 81 .IP 63 82 YYYY : year boundaries … … 76 95 date expression. The utility to be able to specify dates in the future is 77 96 a question which remains to be answered :\-) 97 .IP 98 Contrary to other PyKota management tools, wildcard characters are not 99 expanded, so you can't use them. 78 100 .PP 79 101 examples : 80 102 .IP 81 \f(CW$ pkinvoice --unit EURO --output invoices.pdf --start=now-30\fR103 \f(CW$ pkinvoice --unit EURO --output /tmp/invoices.pdf start=now-30\fR 82 104 .IP 83 105 Will generate a PDF document containing invoices for all users -
pykota/trunk/man/pt_BR/pkrefund.1
r3069 r3094 2 2 .TH PKREFUND "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkrefund \- page de manuel de pkrefund 1.25alpha1 6_unofficial4 pkrefund \- page de manuel de pkrefund 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 pkrefund v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 pkrefund v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Refunds jobs. … … 25 25 \fB\-r\fR | \fB\-\-reason\fR txt 26 26 Sets textual information to explain the refunding. 27 .TP 28 \fB\-l\fR | \fB\-\-logo\fR img 29 Use the image as the receipt's logo. The logo will 30 be drawn at the center top of the page. The default 31 logo is /usr/share/pykota/logos/pykota.jpeg 32 .TP 33 \fB\-p\fR | \fB\-\-pagesize\fR sz 34 Sets sz as the page size. Most well known 35 page sizes are recognized, like 'A4' or 'Letter' 36 to name a few. The default size is A4. 37 .TP 38 \fB\-n\fR | \fB\-\-number\fR N 39 Sets the number of the first receipt. This number 40 will automatically be incremented for each receipt. 41 .TP 42 \fB\-o\fR | \fB\-\-output\fR f.pdf 43 Defines the name of the PDF file which will contain 44 the receipts. If not set, then no PDF file will 45 be created. If set to '\-', then \fB\-\-force\fR is assumed, 46 and the PDF document is sent to standard output. 47 .TP 48 \fB\-u\fR | \fB\-\-unit\fR u 49 Defines the name of the unit to use on the receipts. 50 The default unit is 'Credits', optionally translated 51 to your native language if it is supported by PyKota. 27 52 .IP 28 53 Use the filter expressions to extract only parts of the … … 77 102 Examples : 78 103 .IP 79 \f(CW$ pkrefund jobid=503\fR104 \f(CW$ pkrefund --output /tmp/receipts.pdf jobid=503\fR 80 105 .IP 81 106 This 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 107 afresh will reset the first job id at 1, so you probably want to use 108 a more precise filter as explained below. A confirmation will 109 be asked for each job to refund, and a PDF file named /tmp/receipts.pdf 110 will be created which will contain printable receipts. 84 111 .IP 85 112 \f(CW$ pkrefund --reason "Hardware problem" jobid=503 start=today-7\fR -
pykota/trunk/man/pt/dumpykota.1
r3065 r3094 2 2 .TH DUMPYKOTA "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 dumpykota \- page de manuel de dumpykota 1.25alpha1 6_unofficial4 dumpykota \- page de manuel de dumpykota 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 dumpykota v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 dumpykota v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Dumps PyKota database's content. … … 86 86 Client's hostname 87 87 .TP 88 jobid 89 Job's Id 90 .TP 88 91 billingcode 89 92 Job's billing code … … 94 97 end 95 98 Job's date of printing 99 .IP 100 Dates formatting with 'start' and 'end' filter keys : 101 .IP 102 YYYY : year boundaries 103 YYYYMM : month boundaries 104 YYYYMMDD : day boundaries 105 YYYYMMDDhh : hour boundaries 106 YYYYMMDDhhmm : minute boundaries 107 YYYYMMDDhhmmss : second boundaries 108 yesterday[+\-NbDays] : yesterday more or less N days (e.g. : yesterday\-15) 109 today[+\-NbDays] : today more or less N days (e.g. : today\-15) 110 tomorrow[+\-NbDays] : tomorrow more or less N days (e.g. : tomorrow\-15) 111 now[+\-NbDays] : now more or less N days (e.g. now\-15) 112 .IP 113 \&'now' and 'today' are not exactly the same since today represents the first 114 or last second of the day depending on if it's used in a start= or end= 115 date expression. The utility to be able to specify dates in the future is 116 a question which remains to be answered :\-) 96 117 .IP 97 118 Contrary to other PyKota management tools, wildcard characters are not -
pykota/trunk/man/pt/pkinvoice.1
r3069 r3094 2 2 .TH PKINVOICE "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkinvoice \- page de manuel de pkinvoice 1.25alpha1 6_unofficial4 pkinvoice \- page de manuel de pkinvoice 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 pkinvoice v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 pkinvoice v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 An invoice generator for PyKota. … … 10 10 command line usage : 11 11 .IP 12 pkinvoice [options] user1 user2 ... userN12 pkinvoice [options] [filterexpr] 13 13 .PP 14 14 options : … … 49 49 exposed. The default is 0.0, meaning no VAT 50 50 information will be included. 51 .IP 52 Use the filter expressions to extract only parts of the 53 datas. Allowed filters are of the form : 54 .IP 55 key=value 56 .IP 57 Allowed keys for now are : 51 58 .TP 52 \fB\-s\fR | \fB\-\-start\fR date53 Sets the starting date for the print jobs invoiced. 59 username 60 User's name 54 61 .TP 55 \fB\-e\fR | \fB\-\-end\fR date 56 Sets the ending date for the print jobs invoiced. 62 printername 63 Printer's name 64 .TP 65 hostname 66 Client's hostname 67 .TP 68 jobid 69 Job's Id 70 .TP 71 billingcode 72 Job's billing code 73 .TP 74 start 75 Job's date of printing 76 .TP 77 end 78 Job's date of printing 57 79 .IP 58 user1 through userN can use wildcards if needed. If no user argument is 59 used, a wildcard of '*' is assumed, meaning include all users. 60 .IP 61 Dates formatting with \fB\-\-start\fR and \fB\-\-end\fR : 80 Dates formatting with 'start' and 'end' filter keys : 62 81 .IP 63 82 YYYY : year boundaries … … 76 95 date expression. The utility to be able to specify dates in the future is 77 96 a question which remains to be answered :\-) 97 .IP 98 Contrary to other PyKota management tools, wildcard characters are not 99 expanded, so you can't use them. 78 100 .PP 79 101 examples : 80 102 .IP 81 \f(CW$ pkinvoice --unit EURO --output invoices.pdf --start=now-30\fR103 \f(CW$ pkinvoice --unit EURO --output /tmp/invoices.pdf start=now-30\fR 82 104 .IP 83 105 Will generate a PDF document containing invoices for all users -
pykota/trunk/man/pt/pkrefund.1
r3069 r3094 2 2 .TH PKREFUND "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkrefund \- page de manuel de pkrefund 1.25alpha1 6_unofficial4 pkrefund \- page de manuel de pkrefund 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 pkrefund v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 pkrefund v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Refunds jobs. … … 25 25 \fB\-r\fR | \fB\-\-reason\fR txt 26 26 Sets textual information to explain the refunding. 27 .TP 28 \fB\-l\fR | \fB\-\-logo\fR img 29 Use the image as the receipt's logo. The logo will 30 be drawn at the center top of the page. The default 31 logo is /usr/share/pykota/logos/pykota.jpeg 32 .TP 33 \fB\-p\fR | \fB\-\-pagesize\fR sz 34 Sets sz as the page size. Most well known 35 page sizes are recognized, like 'A4' or 'Letter' 36 to name a few. The default size is A4. 37 .TP 38 \fB\-n\fR | \fB\-\-number\fR N 39 Sets the number of the first receipt. This number 40 will automatically be incremented for each receipt. 41 .TP 42 \fB\-o\fR | \fB\-\-output\fR f.pdf 43 Defines the name of the PDF file which will contain 44 the receipts. If not set, then no PDF file will 45 be created. If set to '\-', then \fB\-\-force\fR is assumed, 46 and the PDF document is sent to standard output. 47 .TP 48 \fB\-u\fR | \fB\-\-unit\fR u 49 Defines the name of the unit to use on the receipts. 50 The default unit is 'Credits', optionally translated 51 to your native language if it is supported by PyKota. 27 52 .IP 28 53 Use the filter expressions to extract only parts of the … … 77 102 Examples : 78 103 .IP 79 \f(CW$ pkrefund jobid=503\fR104 \f(CW$ pkrefund --output /tmp/receipts.pdf jobid=503\fR 80 105 .IP 81 106 This 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 107 afresh will reset the first job id at 1, so you probably want to use 108 a more precise filter as explained below. A confirmation will 109 be asked for each job to refund, and a PDF file named /tmp/receipts.pdf 110 will be created which will contain printable receipts. 84 111 .IP 85 112 \f(CW$ pkrefund --reason "Hardware problem" jobid=503 start=today-7\fR -
pykota/trunk/man/sv_SE/dumpykota.1
r3065 r3094 2 2 .TH DUMPYKOTA "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 dumpykota \- page de manuel de dumpykota 1.25alpha1 6_unofficial4 dumpykota \- page de manuel de dumpykota 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 dumpykota v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 dumpykota v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Dumps PyKota database's content. … … 86 86 Client's hostname 87 87 .TP 88 jobid 89 Job's Id 90 .TP 88 91 billingcode 89 92 Job's billing code … … 94 97 end 95 98 Job's date of printing 99 .IP 100 Dates formatting with 'start' and 'end' filter keys : 101 .IP 102 YYYY : year boundaries 103 YYYYMM : month boundaries 104 YYYYMMDD : day boundaries 105 YYYYMMDDhh : hour boundaries 106 YYYYMMDDhhmm : minute boundaries 107 YYYYMMDDhhmmss : second boundaries 108 yesterday[+\-NbDays] : yesterday more or less N days (e.g. : yesterday\-15) 109 today[+\-NbDays] : today more or less N days (e.g. : today\-15) 110 tomorrow[+\-NbDays] : tomorrow more or less N days (e.g. : tomorrow\-15) 111 now[+\-NbDays] : now more or less N days (e.g. now\-15) 112 .IP 113 \&'now' and 'today' are not exactly the same since today represents the first 114 or last second of the day depending on if it's used in a start= or end= 115 date expression. The utility to be able to specify dates in the future is 116 a question which remains to be answered :\-) 96 117 .IP 97 118 Contrary to other PyKota management tools, wildcard characters are not -
pykota/trunk/man/sv_SE/pkinvoice.1
r3069 r3094 2 2 .TH PKINVOICE "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkinvoice \- page de manuel de pkinvoice 1.25alpha1 6_unofficial4 pkinvoice \- page de manuel de pkinvoice 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 pkinvoice v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 pkinvoice v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 An invoice generator for PyKota. … … 10 10 command line usage : 11 11 .IP 12 pkinvoice [options] user1 user2 ... userN12 pkinvoice [options] [filterexpr] 13 13 .PP 14 14 options : … … 49 49 exposed. The default is 0.0, meaning no VAT 50 50 information will be included. 51 .IP 52 Use the filter expressions to extract only parts of the 53 datas. Allowed filters are of the form : 54 .IP 55 key=value 56 .IP 57 Allowed keys for now are : 51 58 .TP 52 \fB\-s\fR | \fB\-\-start\fR date53 Sets the starting date for the print jobs invoiced. 59 username 60 User's name 54 61 .TP 55 \fB\-e\fR | \fB\-\-end\fR date 56 Sets the ending date for the print jobs invoiced. 62 printername 63 Printer's name 64 .TP 65 hostname 66 Client's hostname 67 .TP 68 jobid 69 Job's Id 70 .TP 71 billingcode 72 Job's billing code 73 .TP 74 start 75 Job's date of printing 76 .TP 77 end 78 Job's date of printing 57 79 .IP 58 user1 through userN can use wildcards if needed. If no user argument is 59 used, a wildcard of '*' is assumed, meaning include all users. 60 .IP 61 Dates formatting with \fB\-\-start\fR and \fB\-\-end\fR : 80 Dates formatting with 'start' and 'end' filter keys : 62 81 .IP 63 82 YYYY : year boundaries … … 76 95 date expression. The utility to be able to specify dates in the future is 77 96 a question which remains to be answered :\-) 97 .IP 98 Contrary to other PyKota management tools, wildcard characters are not 99 expanded, so you can't use them. 78 100 .PP 79 101 examples : 80 102 .IP 81 \f(CW$ pkinvoice --unit EURO --output invoices.pdf --start=now-30\fR103 \f(CW$ pkinvoice --unit EURO --output /tmp/invoices.pdf start=now-30\fR 82 104 .IP 83 105 Will generate a PDF document containing invoices for all users -
pykota/trunk/man/sv_SE/pkrefund.1
r3069 r3094 2 2 .TH PKREFUND "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkrefund \- page de manuel de pkrefund 1.25alpha1 6_unofficial4 pkrefund \- page de manuel de pkrefund 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 pkrefund v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 pkrefund v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Refunds jobs. … … 25 25 \fB\-r\fR | \fB\-\-reason\fR txt 26 26 Sets textual information to explain the refunding. 27 .TP 28 \fB\-l\fR | \fB\-\-logo\fR img 29 Use the image as the receipt's logo. The logo will 30 be drawn at the center top of the page. The default 31 logo is /usr/share/pykota/logos/pykota.jpeg 32 .TP 33 \fB\-p\fR | \fB\-\-pagesize\fR sz 34 Sets sz as the page size. Most well known 35 page sizes are recognized, like 'A4' or 'Letter' 36 to name a few. The default size is A4. 37 .TP 38 \fB\-n\fR | \fB\-\-number\fR N 39 Sets the number of the first receipt. This number 40 will automatically be incremented for each receipt. 41 .TP 42 \fB\-o\fR | \fB\-\-output\fR f.pdf 43 Defines the name of the PDF file which will contain 44 the receipts. If not set, then no PDF file will 45 be created. If set to '\-', then \fB\-\-force\fR is assumed, 46 and the PDF document is sent to standard output. 47 .TP 48 \fB\-u\fR | \fB\-\-unit\fR u 49 Defines the name of the unit to use on the receipts. 50 The default unit is 'Credits', optionally translated 51 to your native language if it is supported by PyKota. 27 52 .IP 28 53 Use the filter expressions to extract only parts of the … … 77 102 Examples : 78 103 .IP 79 \f(CW$ pkrefund jobid=503\fR104 \f(CW$ pkrefund --output /tmp/receipts.pdf jobid=503\fR 80 105 .IP 81 106 This 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 107 afresh will reset the first job id at 1, so you probably want to use 108 a more precise filter as explained below. A confirmation will 109 be asked for each job to refund, and a PDF file named /tmp/receipts.pdf 110 will be created which will contain printable receipts. 84 111 .IP 85 112 \f(CW$ pkrefund --reason "Hardware problem" jobid=503 start=today-7\fR -
pykota/trunk/man/th/dumpykota.1
r3065 r3094 2 2 .TH DUMPYKOTA "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 dumpykota \- page de manuel de dumpykota 1.25alpha1 6_unofficial4 dumpykota \- page de manuel de dumpykota 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 dumpykota v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 dumpykota v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Dumps PyKota database's content. … … 86 86 Client's hostname 87 87 .TP 88 jobid 89 Job's Id 90 .TP 88 91 billingcode 89 92 Job's billing code … … 94 97 end 95 98 Job's date of printing 99 .IP 100 Dates formatting with 'start' and 'end' filter keys : 101 .IP 102 YYYY : year boundaries 103 YYYYMM : month boundaries 104 YYYYMMDD : day boundaries 105 YYYYMMDDhh : hour boundaries 106 YYYYMMDDhhmm : minute boundaries 107 YYYYMMDDhhmmss : second boundaries 108 yesterday[+\-NbDays] : yesterday more or less N days (e.g. : yesterday\-15) 109 today[+\-NbDays] : today more or less N days (e.g. : today\-15) 110 tomorrow[+\-NbDays] : tomorrow more or less N days (e.g. : tomorrow\-15) 111 now[+\-NbDays] : now more or less N days (e.g. now\-15) 112 .IP 113 \&'now' and 'today' are not exactly the same since today represents the first 114 or last second of the day depending on if it's used in a start= or end= 115 date expression. The utility to be able to specify dates in the future is 116 a question which remains to be answered :\-) 96 117 .IP 97 118 Contrary to other PyKota management tools, wildcard characters are not -
pykota/trunk/man/th/pkinvoice.1
r3069 r3094 2 2 .TH PKINVOICE "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkinvoice \- page de manuel de pkinvoice 1.25alpha1 6_unofficial4 pkinvoice \- page de manuel de pkinvoice 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 pkinvoice v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 pkinvoice v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 An invoice generator for PyKota. … … 10 10 command line usage : 11 11 .IP 12 pkinvoice [options] user1 user2 ... userN12 pkinvoice [options] [filterexpr] 13 13 .PP 14 14 options : … … 49 49 exposed. The default is 0.0, meaning no VAT 50 50 information will be included. 51 .IP 52 Use the filter expressions to extract only parts of the 53 datas. Allowed filters are of the form : 54 .IP 55 key=value 56 .IP 57 Allowed keys for now are : 51 58 .TP 52 \fB\-s\fR | \fB\-\-start\fR date53 Sets the starting date for the print jobs invoiced. 59 username 60 User's name 54 61 .TP 55 \fB\-e\fR | \fB\-\-end\fR date 56 Sets the ending date for the print jobs invoiced. 62 printername 63 Printer's name 64 .TP 65 hostname 66 Client's hostname 67 .TP 68 jobid 69 Job's Id 70 .TP 71 billingcode 72 Job's billing code 73 .TP 74 start 75 Job's date of printing 76 .TP 77 end 78 Job's date of printing 57 79 .IP 58 user1 through userN can use wildcards if needed. If no user argument is 59 used, a wildcard of '*' is assumed, meaning include all users. 60 .IP 61 Dates formatting with \fB\-\-start\fR and \fB\-\-end\fR : 80 Dates formatting with 'start' and 'end' filter keys : 62 81 .IP 63 82 YYYY : year boundaries … … 76 95 date expression. The utility to be able to specify dates in the future is 77 96 a question which remains to be answered :\-) 97 .IP 98 Contrary to other PyKota management tools, wildcard characters are not 99 expanded, so you can't use them. 78 100 .PP 79 101 examples : 80 102 .IP 81 \f(CW$ pkinvoice --unit EURO --output invoices.pdf --start=now-30\fR103 \f(CW$ pkinvoice --unit EURO --output /tmp/invoices.pdf start=now-30\fR 82 104 .IP 83 105 Will generate a PDF document containing invoices for all users -
pykota/trunk/man/th/pkrefund.1
r3069 r3094 2 2 .TH PKREFUND "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkrefund \- page de manuel de pkrefund 1.25alpha1 6_unofficial4 pkrefund \- page de manuel de pkrefund 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 pkrefund v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 pkrefund v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Refunds jobs. … … 25 25 \fB\-r\fR | \fB\-\-reason\fR txt 26 26 Sets textual information to explain the refunding. 27 .TP 28 \fB\-l\fR | \fB\-\-logo\fR img 29 Use the image as the receipt's logo. The logo will 30 be drawn at the center top of the page. The default 31 logo is /usr/share/pykota/logos/pykota.jpeg 32 .TP 33 \fB\-p\fR | \fB\-\-pagesize\fR sz 34 Sets sz as the page size. Most well known 35 page sizes are recognized, like 'A4' or 'Letter' 36 to name a few. The default size is A4. 37 .TP 38 \fB\-n\fR | \fB\-\-number\fR N 39 Sets the number of the first receipt. This number 40 will automatically be incremented for each receipt. 41 .TP 42 \fB\-o\fR | \fB\-\-output\fR f.pdf 43 Defines the name of the PDF file which will contain 44 the receipts. If not set, then no PDF file will 45 be created. If set to '\-', then \fB\-\-force\fR is assumed, 46 and the PDF document is sent to standard output. 47 .TP 48 \fB\-u\fR | \fB\-\-unit\fR u 49 Defines the name of the unit to use on the receipts. 50 The default unit is 'Credits', optionally translated 51 to your native language if it is supported by PyKota. 27 52 .IP 28 53 Use the filter expressions to extract only parts of the … … 77 102 Examples : 78 103 .IP 79 \f(CW$ pkrefund jobid=503\fR104 \f(CW$ pkrefund --output /tmp/receipts.pdf jobid=503\fR 80 105 .IP 81 106 This 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 107 afresh will reset the first job id at 1, so you probably want to use 108 a more precise filter as explained below. A confirmation will 109 be asked for each job to refund, and a PDF file named /tmp/receipts.pdf 110 will be created which will contain printable receipts. 84 111 .IP 85 112 \f(CW$ pkrefund --reason "Hardware problem" jobid=503 start=today-7\fR -
pykota/trunk/man/tr/dumpykota.1
r3065 r3094 2 2 .TH DUMPYKOTA "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 dumpykota \- page de manuel de dumpykota 1.25alpha1 6_unofficial4 dumpykota \- page de manuel de dumpykota 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 dumpykota v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 dumpykota v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Dumps PyKota database's content. … … 86 86 Client's hostname 87 87 .TP 88 jobid 89 Job's Id 90 .TP 88 91 billingcode 89 92 Job's billing code … … 94 97 end 95 98 Job's date of printing 99 .IP 100 Dates formatting with 'start' and 'end' filter keys : 101 .IP 102 YYYY : year boundaries 103 YYYYMM : month boundaries 104 YYYYMMDD : day boundaries 105 YYYYMMDDhh : hour boundaries 106 YYYYMMDDhhmm : minute boundaries 107 YYYYMMDDhhmmss : second boundaries 108 yesterday[+\-NbDays] : yesterday more or less N days (e.g. : yesterday\-15) 109 today[+\-NbDays] : today more or less N days (e.g. : today\-15) 110 tomorrow[+\-NbDays] : tomorrow more or less N days (e.g. : tomorrow\-15) 111 now[+\-NbDays] : now more or less N days (e.g. now\-15) 112 .IP 113 \&'now' and 'today' are not exactly the same since today represents the first 114 or last second of the day depending on if it's used in a start= or end= 115 date expression. The utility to be able to specify dates in the future is 116 a question which remains to be answered :\-) 96 117 .IP 97 118 Contrary to other PyKota management tools, wildcard characters are not -
pykota/trunk/man/tr/pkinvoice.1
r3069 r3094 2 2 .TH PKINVOICE "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkinvoice \- page de manuel de pkinvoice 1.25alpha1 6_unofficial4 pkinvoice \- page de manuel de pkinvoice 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 pkinvoice v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 pkinvoice v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 An invoice generator for PyKota. … … 10 10 command line usage : 11 11 .IP 12 pkinvoice [options] user1 user2 ... userN12 pkinvoice [options] [filterexpr] 13 13 .PP 14 14 options : … … 49 49 exposed. The default is 0.0, meaning no VAT 50 50 information will be included. 51 .IP 52 Use the filter expressions to extract only parts of the 53 datas. Allowed filters are of the form : 54 .IP 55 key=value 56 .IP 57 Allowed keys for now are : 51 58 .TP 52 \fB\-s\fR | \fB\-\-start\fR date53 Sets the starting date for the print jobs invoiced. 59 username 60 User's name 54 61 .TP 55 \fB\-e\fR | \fB\-\-end\fR date 56 Sets the ending date for the print jobs invoiced. 62 printername 63 Printer's name 64 .TP 65 hostname 66 Client's hostname 67 .TP 68 jobid 69 Job's Id 70 .TP 71 billingcode 72 Job's billing code 73 .TP 74 start 75 Job's date of printing 76 .TP 77 end 78 Job's date of printing 57 79 .IP 58 user1 through userN can use wildcards if needed. If no user argument is 59 used, a wildcard of '*' is assumed, meaning include all users. 60 .IP 61 Dates formatting with \fB\-\-start\fR and \fB\-\-end\fR : 80 Dates formatting with 'start' and 'end' filter keys : 62 81 .IP 63 82 YYYY : year boundaries … … 76 95 date expression. The utility to be able to specify dates in the future is 77 96 a question which remains to be answered :\-) 97 .IP 98 Contrary to other PyKota management tools, wildcard characters are not 99 expanded, so you can't use them. 78 100 .PP 79 101 examples : 80 102 .IP 81 \f(CW$ pkinvoice --unit EURO --output invoices.pdf --start=now-30\fR103 \f(CW$ pkinvoice --unit EURO --output /tmp/invoices.pdf start=now-30\fR 82 104 .IP 83 105 Will generate a PDF document containing invoices for all users -
pykota/trunk/man/tr/pkrefund.1
r3069 r3094 2 2 .TH PKREFUND "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkrefund \- page de manuel de pkrefund 1.25alpha1 6_unofficial4 pkrefund \- page de manuel de pkrefund 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 pkrefund v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 pkrefund v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Refunds jobs. … … 25 25 \fB\-r\fR | \fB\-\-reason\fR txt 26 26 Sets textual information to explain the refunding. 27 .TP 28 \fB\-l\fR | \fB\-\-logo\fR img 29 Use the image as the receipt's logo. The logo will 30 be drawn at the center top of the page. The default 31 logo is /usr/share/pykota/logos/pykota.jpeg 32 .TP 33 \fB\-p\fR | \fB\-\-pagesize\fR sz 34 Sets sz as the page size. Most well known 35 page sizes are recognized, like 'A4' or 'Letter' 36 to name a few. The default size is A4. 37 .TP 38 \fB\-n\fR | \fB\-\-number\fR N 39 Sets the number of the first receipt. This number 40 will automatically be incremented for each receipt. 41 .TP 42 \fB\-o\fR | \fB\-\-output\fR f.pdf 43 Defines the name of the PDF file which will contain 44 the receipts. If not set, then no PDF file will 45 be created. If set to '\-', then \fB\-\-force\fR is assumed, 46 and the PDF document is sent to standard output. 47 .TP 48 \fB\-u\fR | \fB\-\-unit\fR u 49 Defines the name of the unit to use on the receipts. 50 The default unit is 'Credits', optionally translated 51 to your native language if it is supported by PyKota. 27 52 .IP 28 53 Use the filter expressions to extract only parts of the … … 77 102 Examples : 78 103 .IP 79 \f(CW$ pkrefund jobid=503\fR104 \f(CW$ pkrefund --output /tmp/receipts.pdf jobid=503\fR 80 105 .IP 81 106 This 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 107 afresh will reset the first job id at 1, so you probably want to use 108 a more precise filter as explained below. A confirmation will 109 be asked for each job to refund, and a PDF file named /tmp/receipts.pdf 110 will be created which will contain printable receipts. 84 111 .IP 85 112 \f(CW$ pkrefund --reason "Hardware problem" jobid=503 start=today-7\fR -
pykota/trunk/man/zh_TW/dumpykota.1
r3065 r3094 2 2 .TH DUMPYKOTA "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 dumpykota \- page de manuel de dumpykota 1.25alpha1 6_unofficial4 dumpykota \- page de manuel de dumpykota 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 dumpykota v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 dumpykota v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Dumps PyKota database's content. … … 86 86 Client's hostname 87 87 .TP 88 jobid 89 Job's Id 90 .TP 88 91 billingcode 89 92 Job's billing code … … 94 97 end 95 98 Job's date of printing 99 .IP 100 Dates formatting with 'start' and 'end' filter keys : 101 .IP 102 YYYY : year boundaries 103 YYYYMM : month boundaries 104 YYYYMMDD : day boundaries 105 YYYYMMDDhh : hour boundaries 106 YYYYMMDDhhmm : minute boundaries 107 YYYYMMDDhhmmss : second boundaries 108 yesterday[+\-NbDays] : yesterday more or less N days (e.g. : yesterday\-15) 109 today[+\-NbDays] : today more or less N days (e.g. : today\-15) 110 tomorrow[+\-NbDays] : tomorrow more or less N days (e.g. : tomorrow\-15) 111 now[+\-NbDays] : now more or less N days (e.g. now\-15) 112 .IP 113 \&'now' and 'today' are not exactly the same since today represents the first 114 or last second of the day depending on if it's used in a start= or end= 115 date expression. The utility to be able to specify dates in the future is 116 a question which remains to be answered :\-) 96 117 .IP 97 118 Contrary to other PyKota management tools, wildcard characters are not -
pykota/trunk/man/zh_TW/pkinvoice.1
r3069 r3094 2 2 .TH PKINVOICE "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkinvoice \- page de manuel de pkinvoice 1.25alpha1 6_unofficial4 pkinvoice \- page de manuel de pkinvoice 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 pkinvoice v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 pkinvoice v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 An invoice generator for PyKota. … … 10 10 command line usage : 11 11 .IP 12 pkinvoice [options] user1 user2 ... userN12 pkinvoice [options] [filterexpr] 13 13 .PP 14 14 options : … … 49 49 exposed. The default is 0.0, meaning no VAT 50 50 information will be included. 51 .IP 52 Use the filter expressions to extract only parts of the 53 datas. Allowed filters are of the form : 54 .IP 55 key=value 56 .IP 57 Allowed keys for now are : 51 58 .TP 52 \fB\-s\fR | \fB\-\-start\fR date53 Sets the starting date for the print jobs invoiced. 59 username 60 User's name 54 61 .TP 55 \fB\-e\fR | \fB\-\-end\fR date 56 Sets the ending date for the print jobs invoiced. 62 printername 63 Printer's name 64 .TP 65 hostname 66 Client's hostname 67 .TP 68 jobid 69 Job's Id 70 .TP 71 billingcode 72 Job's billing code 73 .TP 74 start 75 Job's date of printing 76 .TP 77 end 78 Job's date of printing 57 79 .IP 58 user1 through userN can use wildcards if needed. If no user argument is 59 used, a wildcard of '*' is assumed, meaning include all users. 60 .IP 61 Dates formatting with \fB\-\-start\fR and \fB\-\-end\fR : 80 Dates formatting with 'start' and 'end' filter keys : 62 81 .IP 63 82 YYYY : year boundaries … … 76 95 date expression. The utility to be able to specify dates in the future is 77 96 a question which remains to be answered :\-) 97 .IP 98 Contrary to other PyKota management tools, wildcard characters are not 99 expanded, so you can't use them. 78 100 .PP 79 101 examples : 80 102 .IP 81 \f(CW$ pkinvoice --unit EURO --output invoices.pdf --start=now-30\fR103 \f(CW$ pkinvoice --unit EURO --output /tmp/invoices.pdf start=now-30\fR 82 104 .IP 83 105 Will generate a PDF document containing invoices for all users -
pykota/trunk/man/zh_TW/pkrefund.1
r3069 r3094 2 2 .TH PKREFUND "1" "novembre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkrefund \- page de manuel de pkrefund 1.25alpha1 6_unofficial4 pkrefund \- page de manuel de pkrefund 1.25alpha18_unofficial 5 5 .SH DESCRIPTION 6 pkrefund v1.25alpha1 6_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com6 pkrefund v1.25alpha18_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Refunds jobs. … … 25 25 \fB\-r\fR | \fB\-\-reason\fR txt 26 26 Sets textual information to explain the refunding. 27 .TP 28 \fB\-l\fR | \fB\-\-logo\fR img 29 Use the image as the receipt's logo. The logo will 30 be drawn at the center top of the page. The default 31 logo is /usr/share/pykota/logos/pykota.jpeg 32 .TP 33 \fB\-p\fR | \fB\-\-pagesize\fR sz 34 Sets sz as the page size. Most well known 35 page sizes are recognized, like 'A4' or 'Letter' 36 to name a few. The default size is A4. 37 .TP 38 \fB\-n\fR | \fB\-\-number\fR N 39 Sets the number of the first receipt. This number 40 will automatically be incremented for each receipt. 41 .TP 42 \fB\-o\fR | \fB\-\-output\fR f.pdf 43 Defines the name of the PDF file which will contain 44 the receipts. If not set, then no PDF file will 45 be created. If set to '\-', then \fB\-\-force\fR is assumed, 46 and the PDF document is sent to standard output. 47 .TP 48 \fB\-u\fR | \fB\-\-unit\fR u 49 Defines the name of the unit to use on the receipts. 50 The default unit is 'Credits', optionally translated 51 to your native language if it is supported by PyKota. 27 52 .IP 28 53 Use the filter expressions to extract only parts of the … … 77 102 Examples : 78 103 .IP 79 \f(CW$ pkrefund jobid=503\fR104 \f(CW$ pkrefund --output /tmp/receipts.pdf jobid=503\fR 80 105 .IP 81 106 This 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 107 afresh will reset the first job id at 1, so you probably want to use 108 a more precise filter as explained below. A confirmation will 109 be asked for each job to refund, and a PDF file named /tmp/receipts.pdf 110 will be created which will contain printable receipts. 84 111 .IP 85 112 \f(CW$ pkrefund --reason "Hardware problem" jobid=503 start=today-7\fR -
pykota/trunk/po/fr/pykota.po
r3092 r3094 2491 2491 " end Job's date of printing\n" 2492 2492 " \n" 2493 " Dates formatting with 'start' and 'end' filter keys :\n" 2494 " \n" 2495 " YYYY : year boundaries\n" 2496 " YYYYMM : month boundaries\n" 2497 " YYYYMMDD : day boundaries\n" 2498 " YYYYMMDDhh : hour boundaries\n" 2499 " YYYYMMDDhhmm : minute boundaries\n" 2500 " YYYYMMDDhhmmss : second boundaries\n" 2501 " yesterday[+-NbDays] : yesterday more or less N days (e.g. : yesterday-" 2502 "15)\n" 2503 " today[+-NbDays] : today more or less N days (e.g. : today-15)\n" 2504 " tomorrow[+-NbDays] : tomorrow more or less N days (e.g. : tomorrow-15)\n" 2505 " now[+-NbDays] : now more or less N days (e.g. now-15)\n" 2506 "\n" 2507 " 'now' and 'today' are not exactly the same since today represents the " 2508 "first\n" 2509 " or last second of the day depending on if it's used in a start= or end=\n" 2510 " date expression. The utility to be able to specify dates in the future is\n" 2511 " a question which remains to be answered :-)\n" 2512 " \n" 2493 2513 " Contrary to other PyKota management tools, wildcard characters are not \n" 2494 2514 " expanded, so you can't use them.\n" … … 2595 2615 " end Date du travail d'impression\n" 2596 2616 " \n" 2617 " Formatage des dates avec les cl�'start' et 'end' :\n" 2618 " \n" 2619 " AAAA : limites d'ann�n" 2620 " AAAAMM : limites de mois\n" 2621 " AAAAMMJJ : limites de jour\n" 2622 " AAAAMMJJhh : limites d'heures\n" 2623 " AAAAMMJJhhmm : limites de minutes\n" 2624 " AAAAMMJJhhmmss : limites de secondes\n" 2625 " yesterday[+-NbJours] : hier plus ou moins N jours (ex : yesterday-15)\n" 2626 " today[+-NbJours] : aujoud'hui plus ou moins N jours (ex : today-15)\n" 2627 " tomorrow[+-NbJours] : demain plus ou moins N jours (ex : tomorrow-15)\n" 2628 " now[+-NbJours] : maintenant plus ou moins N jours (ex : now-15)\n" 2629 "\n" 2630 " 'now' et 'today' ne sont pas exactement identiques car today repr�nte\n" 2631 " la premi� ou la derni� seconde du jour selon qu'il soit utilis�vec\n" 2632 " une expression de type start= ou end=.\n" 2633 " L'utilit�e pouvoir sp�fier une date dans le future est une question\n" 2634 " qui reste ouverte :-)\n" 2635 "\n" 2597 2636 " Contrairement aux autres outils d'administration de PyKota, les " 2598 2637 "caract�s\n" -
pykota/trunk/po/pykota.pot
r3092 r3094 1562 1562 " end Job's date of printing\n" 1563 1563 " \n" 1564 " Dates formatting with 'start' and 'end' filter keys :\n" 1565 " \n" 1566 " YYYY : year boundaries\n" 1567 " YYYYMM : month boundaries\n" 1568 " YYYYMMDD : day boundaries\n" 1569 " YYYYMMDDhh : hour boundaries\n" 1570 " YYYYMMDDhhmm : minute boundaries\n" 1571 " YYYYMMDDhhmmss : second boundaries\n" 1572 " yesterday[+-NbDays] : yesterday more or less N days (e.g. : yesterday-15)\n" 1573 " today[+-NbDays] : today more or less N days (e.g. : today-15)\n" 1574 " tomorrow[+-NbDays] : tomorrow more or less N days (e.g. : tomorrow-15)\n" 1575 " now[+-NbDays] : now more or less N days (e.g. now-15)\n" 1576 "\n" 1577 " 'now' and 'today' are not exactly the same since today represents the first\n" 1578 " or last second of the day depending on if it's used in a start= or end=\n" 1579 " date expression. The utility to be able to specify dates in the future is\n" 1580 " a question which remains to be answered :-)\n" 1581 " \n" 1564 1582 " Contrary to other PyKota management tools, wildcard characters are not \n" 1565 1583 " expanded, so you can't use them.\n"