- Timestamp:
- 07/06/05 20:11:00 (19 years ago)
- Location:
- pykota/trunk
- Files:
-
- 156 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/dumpykota
r2303 r2342 56 56 - pmembers : dumps printer groups members. 57 57 - umembers : dumps user groups members. 58 - billingcodes : dumps billing codes. 58 59 59 60 NB : the -d | --data command line option -
pykota/trunk/bin/pkbcodes
r2340 r2342 104 104 raise PyKotaToolError, "%s : %s" % (pwd.getpwuid(os.geteuid())[0], _("You're not allowed to use this command.")) 105 105 106 if options["list"]and not names :106 if (options["list"] or options["reset"]) and not names : 107 107 names = ["*"] 108 108 … … 113 113 if billingcode.Exists : 114 114 if options["skipexisting"] : 115 self.printInfo(_("Billing code [%s] already exists, skipping.") % billingcode. Name)115 self.printInfo(_("Billing code [%s] already exists, skipping.") % billingcode.BillingCode) 116 116 else : 117 self.printInfo(_("Billing code [%s] already exists, will be modified.") % billingcode. Name)117 self.printInfo(_("Billing code [%s] already exists, will be modified.") % billingcode.BillingCode) 118 118 billingcodes.append(billingcode) 119 119 else : … … 133 133 elif options["list"] : 134 134 print "%s [%s] %s %s %s %.2f %s" % \ 135 (billingcode. Name, billingcode.Description, \135 (billingcode.BillingCode, billingcode.Description, \ 136 136 billingcode.PageCounter, \ 137 137 _("pages"), \ -
pykota/trunk/initscripts/postgresql/pykota-postgresql.sql
r2318 r2342 171 171 -- 172 172 CREATE TABLE billingcodes (id SERIAL PRIMARY KEY NOT NULL, 173 labelTEXT UNIQUE NOT NULL,173 billingcode TEXT UNIQUE NOT NULL, 174 174 description TEXT, 175 175 balance FLOAT DEFAULT 0.0, -
pykota/trunk/initscripts/postgresql/upgrade-to-1.23.sql
r2318 r2342 58 58 balance FLOAT DEFAULT 0.0, 59 59 pagecounter INT4 DEFAULT 0); 60 ALTER TABLE billingcodes RENAME COLUMN label TO billingcode; 60 61 61 62 REVOKE ALL ON billingcodes FROM public; … … 64 65 GRANT SELECT, UPDATE ON billingcodes_id_seq TO pykotaadmin; 65 66 GRANT SELECT ON billingcodes TO pykotauser; 67 68 -
pykota/trunk/man/autopykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH AUTOPYKOTA "1" "Ju ne2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH AUTOPYKOTA "1" "July 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NAME 4 autopykota \- manual page for autopykota 1.23alpha 8_unofficial4 autopykota \- manual page for autopykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 autopykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 autopykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 A tool to automate user account creation and initial balance setting. -
pykota/trunk/man/de/autopykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH AUTOPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH AUTOPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 autopykota \- page de manuel de autopykota 1.23alpha 8_unofficial4 autopykota \- page de manuel de autopykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 autopykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 autopykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Ein Programm zum automatischen Anlegen von Benutzer\-Konti -
pykota/trunk/man/de/dumpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH DUMPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH DUMPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 dumpykota \- page de manuel de dumpykota 1.23alpha 8_unofficial4 dumpykota \- page de manuel de dumpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 dumpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 dumpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Dumps PyKota database's content. … … 32 32 \- pmembers : dumps printer groups members. 33 33 \- umembers : dumps user groups members. 34 \- billingcodes : dumps billing codes. 34 35 .IP 35 36 NB : the \fB\-d\fR | \fB\-\-data\fR command line option -
pykota/trunk/man/de/edpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH EDPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH EDPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 edpykota \- page de manuel de edpykota 1.23alpha 8_unofficial4 edpykota \- page de manuel de edpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 edpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 edpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 A Print Quota editor for PyKota. -
pykota/trunk/man/de/pkbanner.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKBANNER "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKBANNER "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkbanner \- page de manuel de pkbanner 1.23alpha 8_unofficial4 pkbanner \- page de manuel de pkbanner 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkbanner v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkbanner v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Generates banners. -
pykota/trunk/man/de/pkhint.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKHINT "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKHINT "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkhint \- page de manuel de pkhint 1.23alpha 8_unofficial4 pkhint \- page de manuel de pkhint 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkhint v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkhint v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Ein Werkzeug, das Hinweise auf die beste Z�methode f�en Drucker gibt. -
pykota/trunk/man/de/pkmail.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKMAIL "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKMAIL "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkmail \- page de manuel de pkmail 1.23alpha 8_unofficial4 pkmail \- page de manuel de pkmail 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkmail v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkmail v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Email gateway for PyKota. -
pykota/trunk/man/de/pkprinters.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKPRINTERS "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKPRINTERS "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkprinters \- page de manuel de pkprinters 1.23alpha 8_unofficial4 pkprinters \- page de manuel de pkprinters 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkprinters v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkprinters v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Ein Druckermanager f�ota. -
pykota/trunk/man/de/pykosd.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PYKOSD "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PYKOSD "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pykosd \- page de manuel de pykosd 1.23alpha 8_unofficial4 pykosd \- page de manuel de pykosd 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pykosd v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pykosd v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Ein OSD Kontingent\-Anzeiger f�ota. -
pykota/trunk/man/de/pykotme.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PYKOTME "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PYKOTME "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pykotme \- page de manuel de pykotme 1.23alpha 8_unofficial4 pykotme \- page de manuel de pykotme 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pykotme v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pykotme v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Gibt den Benutzern ihre Druckkontingente an. -
pykota/trunk/man/de/repykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH REPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH REPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 repykota \- page de manuel de repykota 1.23alpha 8_unofficial4 repykota \- page de manuel de repykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 repykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 repykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Erzeugt Berichte zu den Druckkontingenten. -
pykota/trunk/man/de/warnpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH WARNPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH WARNPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 warnpykota \- page de manuel de warnpykota 1.23alpha 8_unofficial4 warnpykota \- page de manuel de warnpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 warnpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 warnpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Sendet Post an die Benutzer bez� Druckkontingente. -
pykota/trunk/man/dumpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH DUMPYKOTA "1" "Ju ne2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH DUMPYKOTA "1" "July 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NAME 4 dumpykota \- manual page for dumpykota 1.23alpha 8_unofficial4 dumpykota \- manual page for dumpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 dumpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 dumpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Dumps PyKota database's content. … … 32 32 \- pmembers : dumps printer groups members. 33 33 \- umembers : dumps user groups members. 34 \- billingcodes : dumps billing codes. 34 35 .IP 35 36 NB : the \fB\-d\fR | \fB\-\-data\fR command line option -
pykota/trunk/man/edpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH EDPYKOTA "1" "Ju ne2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH EDPYKOTA "1" "July 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NAME 4 edpykota \- manual page for edpykota 1.23alpha 8_unofficial4 edpykota \- manual page for edpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 edpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 edpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 A Print Quota editor for PyKota. -
pykota/trunk/man/el_GR/autopykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH AUTOPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH AUTOPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 autopykota \- page de manuel de autopykota 1.23alpha 8_unofficial4 autopykota \- page de manuel de autopykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 autopykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 autopykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 ��� � ������������� ��� ����� -
pykota/trunk/man/el_GR/dumpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH DUMPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH DUMPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 dumpykota \- page de manuel de dumpykota 1.23alpha 8_unofficial4 dumpykota \- page de manuel de dumpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 dumpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 dumpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Dumps PyKota database's content. … … 32 32 \- pmembers : dumps printer groups members. 33 33 \- umembers : dumps user groups members. 34 \- billingcodes : dumps billing codes. 34 35 .IP 35 36 NB : the \fB\-d\fR | \fB\-\-data\fR command line option -
pykota/trunk/man/el_GR/edpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH EDPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH EDPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 edpykota \- page de manuel de edpykota 1.23alpha 8_unofficial4 edpykota \- page de manuel de edpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 edpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 edpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 A Print Quota editor for PyKota. -
pykota/trunk/man/el_GR/pkbanner.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKBANNER "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKBANNER "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkbanner \- page de manuel de pkbanner 1.23alpha 8_unofficial4 pkbanner \- page de manuel de pkbanner 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkbanner v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkbanner v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Generates banners. -
pykota/trunk/man/el_GR/pkhint.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKHINT "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKHINT "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkhint \- page de manuel de pkhint 1.23alpha 8_unofficial4 pkhint \- page de manuel de pkhint 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkhint v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkhint v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 ���� ��� � ����� ������� -
pykota/trunk/man/el_GR/pkmail.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKMAIL "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKMAIL "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkmail \- page de manuel de pkmail 1.23alpha 8_unofficial4 pkmail \- page de manuel de pkmail 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkmail v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkmail v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Email gateway for PyKota. -
pykota/trunk/man/el_GR/pkprinters.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKPRINTERS "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKPRINTERS "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkprinters \- page de manuel de pkprinters 1.23alpha 8_unofficial4 pkprinters \- page de manuel de pkprinters 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkprinters v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkprinters v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 ���� ������yKota. -
pykota/trunk/man/el_GR/pykosd.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PYKOSD "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PYKOSD "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pykosd \- page de manuel de pykosd 1.23alpha 8_unofficial4 pykosd \- page de manuel de pykosd 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pykosd v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pykosd v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 ������PyKota ��������OSD). -
pykota/trunk/man/el_GR/pykotme.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PYKOTME "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PYKOTME "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pykotme \- page de manuel de pykotme 1.23alpha 8_unofficial4 pykotme \- page de manuel de pykotme 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pykotme v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pykotme v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 ��� ��� � ���� ���� -
pykota/trunk/man/el_GR/repykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH REPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH REPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 repykota \- page de manuel de repykota 1.23alpha 8_unofficial4 repykota \- page de manuel de repykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 repykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 repykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 �����������PP -
pykota/trunk/man/el_GR/warnpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH WARNPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH WARNPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 warnpykota \- page de manuel de warnpykota 1.23alpha 8_unofficial4 warnpykota \- page de manuel de warnpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 warnpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 warnpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 ��� email ������ �� �����. -
pykota/trunk/man/es/autopykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH AUTOPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH AUTOPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 autopykota \- page de manuel de autopykota 1.23alpha 8_unofficial4 autopykota \- page de manuel de autopykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 autopykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 autopykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Herramienta que automatiza la creaci�e cuentas de usuario y el -
pykota/trunk/man/es/dumpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH DUMPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH DUMPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 dumpykota \- page de manuel de dumpykota 1.23alpha 8_unofficial4 dumpykota \- page de manuel de dumpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 dumpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 dumpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Dumps PyKota database's content. … … 32 32 \- pmembers : dumps printer groups members. 33 33 \- umembers : dumps user groups members. 34 \- billingcodes : dumps billing codes. 34 35 .IP 35 36 NB : the \fB\-d\fR | \fB\-\-data\fR command line option -
pykota/trunk/man/es/edpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH EDPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH EDPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 edpykota \- page de manuel de edpykota 1.23alpha 8_unofficial4 edpykota \- page de manuel de edpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 edpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 edpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 A Print Quota editor for PyKota. -
pykota/trunk/man/es/pkbanner.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKBANNER "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKBANNER "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkbanner \- page de manuel de pkbanner 1.23alpha 8_unofficial4 pkbanner \- page de manuel de pkbanner 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkbanner v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkbanner v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Generates banners. -
pykota/trunk/man/es/pkhint.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKHINT "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKHINT "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkhint \- page de manuel de pkhint 1.23alpha 8_unofficial4 pkhint \- page de manuel de pkhint 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkhint v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkhint v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Herramienta que aconseja sobre qu��do de contabilidad es el mejor -
pykota/trunk/man/es/pkmail.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKMAIL "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKMAIL "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkmail \- page de manuel de pkmail 1.23alpha 8_unofficial4 pkmail \- page de manuel de pkmail 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkmail v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkmail v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Puerta de enlace de correo electr�o para PyKota. -
pykota/trunk/man/es/pkprinters.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKPRINTERS "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKPRINTERS "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkprinters \- page de manuel de pkprinters 1.23alpha 8_unofficial4 pkprinters \- page de manuel de pkprinters 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkprinters v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkprinters v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Un administrador de impresoras para PyKota. -
pykota/trunk/man/es/pykosd.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PYKOSD "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PYKOSD "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pykosd \- page de manuel de pykosd 1.23alpha 8_unofficial4 pykosd \- page de manuel de pykosd 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pykosd v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pykosd v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Un monitor de cuotas OSD para PyKota. -
pykota/trunk/man/es/pykotme.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PYKOTME "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PYKOTME "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pykotme \- page de manuel de pykotme 1.23alpha 8_unofficial4 pykotme \- page de manuel de pykotme 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pykotme v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pykotme v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Muestra las cuotas de impresi� los usuarios. -
pykota/trunk/man/es/repykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH REPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH REPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 repykota \- page de manuel de repykota 1.23alpha 8_unofficial4 repykota \- page de manuel de repykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 repykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 repykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Genera informes sobre las cuotas de impresi�.PP -
pykota/trunk/man/es/warnpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH WARNPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH WARNPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 warnpykota \- page de manuel de warnpykota 1.23alpha 8_unofficial4 warnpykota \- page de manuel de warnpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 warnpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 warnpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Env�correos electr�os a los usuarios que han sobrepasado su cuota -
pykota/trunk/man/fr/autopykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH AUTOPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH AUTOPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 autopykota \- page de manuel de autopykota 1.23alpha 8_unofficial4 autopykota \- page de manuel de autopykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 autopykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 autopykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Un outil pour automatiser la cr�ion des comptes et l'initialisation -
pykota/trunk/man/fr/dumpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH DUMPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH DUMPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 dumpykota \- page de manuel de dumpykota 1.23alpha 8_unofficial4 dumpykota \- page de manuel de dumpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 dumpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 dumpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Exporte le contenu de la base de donn� de PyKota. … … 38 38 .IP 39 39 d'utilisateurs. 40 .IP 41 \- billingcodes : exporte les codes de facturation. 40 42 .IP 41 43 NB : l'option de ligne de commande \fB\-d\fR | \fB\-\-data\fR est -
pykota/trunk/man/fr/edpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH EDPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH EDPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 edpykota \- page de manuel de edpykota 1.23alpha 8_unofficial4 edpykota \- page de manuel de edpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 edpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 edpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Un �teur de quotas pour PyKota. -
pykota/trunk/man/fr/pkbanner.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKBANNER "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKBANNER "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkbanner \- page de manuel de pkbanner 1.23alpha 8_unofficial4 pkbanner \- page de manuel de pkbanner 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkbanner v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkbanner v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Generates banners. -
pykota/trunk/man/fr/pkhint.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKHINT "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKHINT "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkhint \- page de manuel de pkhint 1.23alpha 8_unofficial4 pkhint \- page de manuel de pkhint 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkhint v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkhint v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Un outil pour d�cter la meilleure m�ode de d�mpte pour chaque -
pykota/trunk/man/fr/pkmail.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKMAIL "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKMAIL "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkmail \- page de manuel de pkmail 1.23alpha 8_unofficial4 pkmail \- page de manuel de pkmail 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkmail v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkmail v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Passerelle courrier �ctronique pour PyKota. -
pykota/trunk/man/fr/pkprinters.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKPRINTERS "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKPRINTERS "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkprinters \- page de manuel de pkprinters 1.23alpha 8_unofficial4 pkprinters \- page de manuel de pkprinters 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkprinters v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkprinters v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Un gestionnaire d'imprimantes pour PyKota. -
pykota/trunk/man/fr/pykosd.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PYKOSD "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PYKOSD "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pykosd \- page de manuel de pykosd 1.23alpha 8_unofficial4 pykosd \- page de manuel de pykosd 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pykosd v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pykosd v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Un afficheur OSD de quota d'impression pour PyKota. -
pykota/trunk/man/fr/pykotme.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PYKOTME "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PYKOTME "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pykotme \- page de manuel de pykotme 1.23alpha 8_unofficial4 pykotme \- page de manuel de pykotme 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pykotme v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pykotme v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Fait des devis d'impression aux utilisateurs. -
pykota/trunk/man/fr/repykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH REPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH REPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 repykota \- page de manuel de repykota 1.23alpha 8_unofficial4 repykota \- page de manuel de repykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 repykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 repykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 G�re des rapports de quotas d'impression. -
pykota/trunk/man/fr/warnpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH WARNPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH WARNPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 warnpykota \- page de manuel de warnpykota 1.23alpha 8_unofficial4 warnpykota \- page de manuel de warnpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 warnpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 warnpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Pr�ent les utilisateurs ayant atteint leurs limites. -
pykota/trunk/man/genman.sh
r2146 r2342 14 14 # $Id$ 15 15 # 16 for prog in pk mail pkbanner autopykota dumpykota edpykota pykotme repykota warnpykota pkprinters pkhint pykosd ; do16 for prog in pkbcodes pkmail pkbanner autopykota dumpykota edpykota pykotme repykota warnpykota pkprinters pkhint pykosd ; do 17 17 echo $prog ; 18 18 help2man --no-info --section=1 --manual "User Commands" --source="C@LL - Conseil Internet & Logiciels Libres" --output=$prog.1 $prog ; -
pykota/trunk/man/it/autopykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH AUTOPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH AUTOPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 autopykota \- page de manuel de autopykota 1.23alpha 8_unofficial4 autopykota \- page de manuel de autopykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 autopykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 autopykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 A tool to automate user account creation and initial balance setting. -
pykota/trunk/man/it/dumpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH DUMPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH DUMPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 dumpykota \- page de manuel de dumpykota 1.23alpha 8_unofficial4 dumpykota \- page de manuel de dumpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 dumpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 dumpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Dumps PyKota database's content. … … 32 32 \- pmembers : dumps printer groups members. 33 33 \- umembers : dumps user groups members. 34 \- billingcodes : dumps billing codes. 34 35 .IP 35 36 NB : the \fB\-d\fR | \fB\-\-data\fR command line option -
pykota/trunk/man/it/edpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH EDPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH EDPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 edpykota \- page de manuel de edpykota 1.23alpha 8_unofficial4 edpykota \- page de manuel de edpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 edpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 edpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 A Print Quota editor for PyKota. -
pykota/trunk/man/it/pkbanner.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKBANNER "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKBANNER "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkbanner \- page de manuel de pkbanner 1.23alpha 8_unofficial4 pkbanner \- page de manuel de pkbanner 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkbanner v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkbanner v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Generates banners. -
pykota/trunk/man/it/pkhint.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKHINT "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKHINT "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkhint \- page de manuel de pkhint 1.23alpha 8_unofficial4 pkhint \- page de manuel de pkhint 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkhint v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkhint v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 A tool to give hints on what accounting method is best for each printer. -
pykota/trunk/man/it/pkmail.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKMAIL "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKMAIL "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkmail \- page de manuel de pkmail 1.23alpha 8_unofficial4 pkmail \- page de manuel de pkmail 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkmail v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkmail v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Email gateway for PyKota. -
pykota/trunk/man/it/pkprinters.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKPRINTERS "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKPRINTERS "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkprinters \- page de manuel de pkprinters 1.23alpha 8_unofficial4 pkprinters \- page de manuel de pkprinters 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkprinters v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkprinters v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 A Printers Manager for PyKota. -
pykota/trunk/man/it/pykosd.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PYKOSD "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PYKOSD "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pykosd \- page de manuel de pykosd 1.23alpha 8_unofficial4 pykosd \- page de manuel de pykosd 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pykosd v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pykosd v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 An OSD quota monitor for PyKota. -
pykota/trunk/man/it/pykotme.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PYKOTME "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PYKOTME "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pykotme \- page de manuel de pykotme 1.23alpha 8_unofficial4 pykotme \- page de manuel de pykotme 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pykotme v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pykotme v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Gives print quotes to users. -
pykota/trunk/man/it/repykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH REPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH REPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 repykota \- page de manuel de repykota 1.23alpha 8_unofficial4 repykota \- page de manuel de repykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 repykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 repykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Generates print quota reports. -
pykota/trunk/man/it/warnpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH WARNPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH WARNPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 warnpykota \- page de manuel de warnpykota 1.23alpha 8_unofficial4 warnpykota \- page de manuel de warnpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 warnpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 warnpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Sends mail to users over print quota. -
pykota/trunk/man/nb_NO/autopykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH AUTOPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH AUTOPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 autopykota \- page de manuel de autopykota 1.23alpha 8_unofficial4 autopykota \- page de manuel de autopykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 autopykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 autopykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Et verkt�r �utomatisere oppretting av brukere og oppstarten av kvotesystemet. -
pykota/trunk/man/nb_NO/dumpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH DUMPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH DUMPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 dumpykota \- page de manuel de dumpykota 1.23alpha 8_unofficial4 dumpykota \- page de manuel de dumpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 dumpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 dumpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Dumps PyKota database's content. … … 32 32 \- pmembers : dumps printer groups members. 33 33 \- umembers : dumps user groups members. 34 \- billingcodes : dumps billing codes. 34 35 .IP 35 36 NB : the \fB\-d\fR | \fB\-\-data\fR command line option -
pykota/trunk/man/nb_NO/edpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH EDPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH EDPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 edpykota \- page de manuel de edpykota 1.23alpha 8_unofficial4 edpykota \- page de manuel de edpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 edpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 edpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 A Print Quota editor for PyKota. -
pykota/trunk/man/nb_NO/pkbanner.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKBANNER "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKBANNER "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkbanner \- page de manuel de pkbanner 1.23alpha 8_unofficial4 pkbanner \- page de manuel de pkbanner 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkbanner v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkbanner v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Generates banners. -
pykota/trunk/man/nb_NO/pkhint.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKHINT "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKHINT "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkhint \- page de manuel de pkhint 1.23alpha 8_unofficial4 pkhint \- page de manuel de pkhint 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkhint v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkhint v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Et verkt�r �est avgj�va slags bokf�ssystem som best egner seg for hver skriver. -
pykota/trunk/man/nb_NO/pkmail.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKMAIL "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKMAIL "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkmail \- page de manuel de pkmail 1.23alpha 8_unofficial4 pkmail \- page de manuel de pkmail 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkmail v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkmail v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Email gateway for PyKota. -
pykota/trunk/man/nb_NO/pkprinters.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKPRINTERS "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKPRINTERS "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkprinters \- page de manuel de pkprinters 1.23alpha 8_unofficial4 pkprinters \- page de manuel de pkprinters 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkprinters v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkprinters v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 En skriverbehandler for PyKota. -
pykota/trunk/man/nb_NO/pykosd.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PYKOSD "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PYKOSD "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pykosd \- page de manuel de pykosd 1.23alpha 8_unofficial4 pykosd \- page de manuel de pykosd 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pykosd v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pykosd v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 En OSD kvote overv�r for PyKota. -
pykota/trunk/man/nb_NO/pykotme.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PYKOTME "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PYKOTME "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pykotme \- page de manuel de pykotme 1.23alpha 8_unofficial4 pykotme \- page de manuel de pykotme 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pykotme v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pykotme v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Setter utskriftskvoter p�ine brukere. -
pykota/trunk/man/nb_NO/repykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH REPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH REPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 repykota \- page de manuel de repykota 1.23alpha 8_unofficial4 repykota \- page de manuel de repykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 repykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 repykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Generates print quota reports. -
pykota/trunk/man/nb_NO/warnpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH WARNPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH WARNPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 warnpykota \- page de manuel de warnpykota 1.23alpha 8_unofficial4 warnpykota \- page de manuel de warnpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 warnpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 warnpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Sender e\-post til brukere som har oversetget sin utskriftskvote. -
pykota/trunk/man/pkbanner.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKBANNER "1" "Ju ne2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKBANNER "1" "July 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NAME 4 pkbanner \- manual page for pkbanner 1.23alpha 8_unofficial4 pkbanner \- manual page for pkbanner 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkbanner v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkbanner v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Generates banners. -
pykota/trunk/man/pkhint.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKHINT "1" "Ju ne2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKHINT "1" "July 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NAME 4 pkhint \- manual page for pkhint 1.23alpha 8_unofficial4 pkhint \- manual page for pkhint 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkhint v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkhint v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 A tool to give hints on what accounting method is best for each printer. -
pykota/trunk/man/pkmail.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKMAIL "1" "Ju ne2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKMAIL "1" "July 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NAME 4 pkmail \- manual page for pkmail 1.23alpha 8_unofficial4 pkmail \- manual page for pkmail 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkmail v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkmail v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Email gateway for PyKota. -
pykota/trunk/man/pkprinters.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKPRINTERS "1" "Ju ne2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKPRINTERS "1" "July 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NAME 4 pkprinters \- manual page for pkprinters 1.23alpha 8_unofficial4 pkprinters \- manual page for pkprinters 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkprinters v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkprinters v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 A Printers Manager for PyKota. -
pykota/trunk/man/pt/autopykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH AUTOPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH AUTOPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 autopykota \- page de manuel de autopykota 1.23alpha 8_unofficial4 autopykota \- page de manuel de autopykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 autopykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 autopykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 A tool to automate user account creation and initial balance setting. -
pykota/trunk/man/pt_BR/autopykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH AUTOPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH AUTOPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 autopykota \- page de manuel de autopykota 1.23alpha 8_unofficial4 autopykota \- page de manuel de autopykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 autopykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 autopykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 A tool to automate user account creation and initial balance setting. -
pykota/trunk/man/pt_BR/dumpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH DUMPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH DUMPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 dumpykota \- page de manuel de dumpykota 1.23alpha 8_unofficial4 dumpykota \- page de manuel de dumpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 dumpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 dumpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Dumps PyKota database's content. … … 32 32 \- pmembers : dumps printer groups members. 33 33 \- umembers : dumps user groups members. 34 \- billingcodes : dumps billing codes. 34 35 .IP 35 36 NB : the \fB\-d\fR | \fB\-\-data\fR command line option -
pykota/trunk/man/pt_BR/edpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH EDPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH EDPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 edpykota \- page de manuel de edpykota 1.23alpha 8_unofficial4 edpykota \- page de manuel de edpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 edpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 edpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 A Print Quota editor for PyKota. -
pykota/trunk/man/pt_BR/pkbanner.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKBANNER "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKBANNER "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkbanner \- page de manuel de pkbanner 1.23alpha 8_unofficial4 pkbanner \- page de manuel de pkbanner 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkbanner v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkbanner v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Generates banners. -
pykota/trunk/man/pt_BR/pkhint.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKHINT "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKHINT "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkhint \- page de manuel de pkhint 1.23alpha 8_unofficial4 pkhint \- page de manuel de pkhint 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkhint v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkhint v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 A tool to give hints on what accounting method is best for each printer. -
pykota/trunk/man/pt_BR/pkmail.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKMAIL "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKMAIL "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkmail \- page de manuel de pkmail 1.23alpha 8_unofficial4 pkmail \- page de manuel de pkmail 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkmail v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkmail v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Email gateway for PyKota. -
pykota/trunk/man/pt_BR/pkprinters.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKPRINTERS "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKPRINTERS "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkprinters \- page de manuel de pkprinters 1.23alpha 8_unofficial4 pkprinters \- page de manuel de pkprinters 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkprinters v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkprinters v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 A Printers Manager for PyKota. -
pykota/trunk/man/pt_BR/pykosd.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PYKOSD "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PYKOSD "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pykosd \- page de manuel de pykosd 1.23alpha 8_unofficial4 pykosd \- page de manuel de pykosd 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pykosd v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pykosd v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 An OSD quota monitor for PyKota. -
pykota/trunk/man/pt_BR/pykotme.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PYKOTME "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PYKOTME "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pykotme \- page de manuel de pykotme 1.23alpha 8_unofficial4 pykotme \- page de manuel de pykotme 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pykotme v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pykotme v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Gives print quotes to users. -
pykota/trunk/man/pt_BR/repykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH REPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH REPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 repykota \- page de manuel de repykota 1.23alpha 8_unofficial4 repykota \- page de manuel de repykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 repykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 repykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Generates print quota reports. -
pykota/trunk/man/pt_BR/warnpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH WARNPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH WARNPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 warnpykota \- page de manuel de warnpykota 1.23alpha 8_unofficial4 warnpykota \- page de manuel de warnpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 warnpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 warnpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Sends mail to users over print quota. -
pykota/trunk/man/pt/dumpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH DUMPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH DUMPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 dumpykota \- page de manuel de dumpykota 1.23alpha 8_unofficial4 dumpykota \- page de manuel de dumpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 dumpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 dumpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Dumps PyKota database's content. … … 32 32 \- pmembers : dumps printer groups members. 33 33 \- umembers : dumps user groups members. 34 \- billingcodes : dumps billing codes. 34 35 .IP 35 36 NB : the \fB\-d\fR | \fB\-\-data\fR command line option -
pykota/trunk/man/pt/edpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH EDPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH EDPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 edpykota \- page de manuel de edpykota 1.23alpha 8_unofficial4 edpykota \- page de manuel de edpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 edpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 edpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 A Print Quota editor for PyKota. -
pykota/trunk/man/pt/pkbanner.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKBANNER "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKBANNER "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkbanner \- page de manuel de pkbanner 1.23alpha 8_unofficial4 pkbanner \- page de manuel de pkbanner 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkbanner v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkbanner v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Generates banners. -
pykota/trunk/man/pt/pkhint.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKHINT "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKHINT "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkhint \- page de manuel de pkhint 1.23alpha 8_unofficial4 pkhint \- page de manuel de pkhint 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkhint v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkhint v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 A tool to give hints on what accounting method is best for each printer. -
pykota/trunk/man/pt/pkmail.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKMAIL "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKMAIL "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkmail \- page de manuel de pkmail 1.23alpha 8_unofficial4 pkmail \- page de manuel de pkmail 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkmail v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkmail v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Email gateway for PyKota. -
pykota/trunk/man/pt/pkprinters.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKPRINTERS "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKPRINTERS "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkprinters \- page de manuel de pkprinters 1.23alpha 8_unofficial4 pkprinters \- page de manuel de pkprinters 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkprinters v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkprinters v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 A Printers Manager for PyKota. -
pykota/trunk/man/pt/pykosd.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PYKOSD "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PYKOSD "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pykosd \- page de manuel de pykosd 1.23alpha 8_unofficial4 pykosd \- page de manuel de pykosd 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pykosd v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pykosd v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 An OSD quota monitor for PyKota. -
pykota/trunk/man/pt/pykotme.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PYKOTME "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PYKOTME "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pykotme \- page de manuel de pykotme 1.23alpha 8_unofficial4 pykotme \- page de manuel de pykotme 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pykotme v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pykotme v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Gives print quotes to users. -
pykota/trunk/man/pt/repykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH REPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH REPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 repykota \- page de manuel de repykota 1.23alpha 8_unofficial4 repykota \- page de manuel de repykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 repykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 repykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Generates print quota reports. -
pykota/trunk/man/pt/warnpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH WARNPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH WARNPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 warnpykota \- page de manuel de warnpykota 1.23alpha 8_unofficial4 warnpykota \- page de manuel de warnpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 warnpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 warnpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Sends mail to users over print quota. -
pykota/trunk/man/pykosd.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PYKOSD "1" "Ju ne2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PYKOSD "1" "July 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NAME 4 pykosd \- manual page for pykosd 1.23alpha 8_unofficial4 pykosd \- manual page for pykosd 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pykosd v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pykosd v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 An OSD quota monitor for PyKota. -
pykota/trunk/man/pykotme.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PYKOTME "1" "Ju ne2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PYKOTME "1" "July 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NAME 4 pykotme \- manual page for pykotme 1.23alpha 8_unofficial4 pykotme \- manual page for pykotme 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pykotme v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pykotme v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Gives print quotes to users. -
pykota/trunk/man/repykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH REPYKOTA "1" "Ju ne2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH REPYKOTA "1" "July 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NAME 4 repykota \- manual page for repykota 1.23alpha 8_unofficial4 repykota \- manual page for repykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 repykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 repykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Generates print quota reports. -
pykota/trunk/man/sv_SE/autopykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH AUTOPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH AUTOPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 autopykota \- page de manuel de autopykota 1.23alpha 8_unofficial4 autopykota \- page de manuel de autopykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 autopykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 autopykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 A tool to automate user account creation and initial balance setting. -
pykota/trunk/man/sv_SE/dumpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH DUMPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH DUMPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 dumpykota \- page de manuel de dumpykota 1.23alpha 8_unofficial4 dumpykota \- page de manuel de dumpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 dumpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 dumpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Dumps PyKota database's content. … … 32 32 \- pmembers : dumps printer groups members. 33 33 \- umembers : dumps user groups members. 34 \- billingcodes : dumps billing codes. 34 35 .IP 35 36 NB : the \fB\-d\fR | \fB\-\-data\fR command line option -
pykota/trunk/man/sv_SE/edpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH EDPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH EDPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 edpykota \- page de manuel de edpykota 1.23alpha 8_unofficial4 edpykota \- page de manuel de edpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 edpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 edpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 A Print Quota editor for PyKota. -
pykota/trunk/man/sv_SE/pkbanner.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKBANNER "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKBANNER "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkbanner \- page de manuel de pkbanner 1.23alpha 8_unofficial4 pkbanner \- page de manuel de pkbanner 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkbanner v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkbanner v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Generates banners. -
pykota/trunk/man/sv_SE/pkhint.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKHINT "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKHINT "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkhint \- page de manuel de pkhint 1.23alpha 8_unofficial4 pkhint \- page de manuel de pkhint 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkhint v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkhint v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 A tool to give hints on what accounting method is best for each printer. -
pykota/trunk/man/sv_SE/pkmail.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKMAIL "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKMAIL "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkmail \- page de manuel de pkmail 1.23alpha 8_unofficial4 pkmail \- page de manuel de pkmail 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkmail v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkmail v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Email gateway for PyKota. -
pykota/trunk/man/sv_SE/pkprinters.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKPRINTERS "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKPRINTERS "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkprinters \- page de manuel de pkprinters 1.23alpha 8_unofficial4 pkprinters \- page de manuel de pkprinters 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkprinters v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkprinters v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 A Printers Manager for PyKota. -
pykota/trunk/man/sv_SE/pykosd.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PYKOSD "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PYKOSD "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pykosd \- page de manuel de pykosd 1.23alpha 8_unofficial4 pykosd \- page de manuel de pykosd 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pykosd v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pykosd v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 An OSD quota monitor for PyKota. -
pykota/trunk/man/sv_SE/pykotme.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PYKOTME "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PYKOTME "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pykotme \- page de manuel de pykotme 1.23alpha 8_unofficial4 pykotme \- page de manuel de pykotme 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pykotme v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pykotme v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Gives print quotes to users. -
pykota/trunk/man/sv_SE/repykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH REPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH REPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 repykota \- page de manuel de repykota 1.23alpha 8_unofficial4 repykota \- page de manuel de repykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 repykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 repykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Generates print quota reports. -
pykota/trunk/man/sv_SE/warnpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH WARNPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH WARNPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 warnpykota \- page de manuel de warnpykota 1.23alpha 8_unofficial4 warnpykota \- page de manuel de warnpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 warnpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 warnpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Sends mail to users over print quota. -
pykota/trunk/man/th/autopykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH AUTOPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH AUTOPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 autopykota \- page de manuel de autopykota 1.23alpha 8_unofficial4 autopykota \- page de manuel de autopykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 autopykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 autopykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 A tool to automate user account creation and initial balance setting. -
pykota/trunk/man/th/dumpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH DUMPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH DUMPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 dumpykota \- page de manuel de dumpykota 1.23alpha 8_unofficial4 dumpykota \- page de manuel de dumpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 dumpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 dumpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Dumps PyKota database's content. … … 32 32 \- pmembers : dumps printer groups members. 33 33 \- umembers : dumps user groups members. 34 \- billingcodes : dumps billing codes. 34 35 .IP 35 36 NB : the \fB\-d\fR | \fB\-\-data\fR command line option -
pykota/trunk/man/th/edpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH EDPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH EDPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 edpykota \- page de manuel de edpykota 1.23alpha 8_unofficial4 edpykota \- page de manuel de edpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 edpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 edpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 A Print Quota editor for PyKota. -
pykota/trunk/man/th/pkbanner.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKBANNER "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKBANNER "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkbanner \- page de manuel de pkbanner 1.23alpha 8_unofficial4 pkbanner \- page de manuel de pkbanner 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkbanner v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkbanner v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Generates banners. -
pykota/trunk/man/th/pkhint.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKHINT "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKHINT "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkhint \- page de manuel de pkhint 1.23alpha 8_unofficial4 pkhint \- page de manuel de pkhint 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkhint v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkhint v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 A tool to give hints on what accounting method is best for each printer. -
pykota/trunk/man/th/pkmail.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKMAIL "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKMAIL "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkmail \- page de manuel de pkmail 1.23alpha 8_unofficial4 pkmail \- page de manuel de pkmail 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkmail v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkmail v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Email gateway for PyKota. -
pykota/trunk/man/th/pkprinters.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKPRINTERS "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKPRINTERS "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkprinters \- page de manuel de pkprinters 1.23alpha 8_unofficial4 pkprinters \- page de manuel de pkprinters 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkprinters v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkprinters v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 A Printers Manager for PyKota. -
pykota/trunk/man/th/pykosd.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PYKOSD "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PYKOSD "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pykosd \- page de manuel de pykosd 1.23alpha 8_unofficial4 pykosd \- page de manuel de pykosd 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pykosd v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pykosd v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 An OSD quota monitor for PyKota. -
pykota/trunk/man/th/pykotme.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PYKOTME "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PYKOTME "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pykotme \- page de manuel de pykotme 1.23alpha 8_unofficial4 pykotme \- page de manuel de pykotme 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pykotme v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pykotme v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Gives print quotes to users. -
pykota/trunk/man/th/repykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH REPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH REPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 repykota \- page de manuel de repykota 1.23alpha 8_unofficial4 repykota \- page de manuel de repykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 repykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 repykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Generates print quota reports. -
pykota/trunk/man/th/warnpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH WARNPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH WARNPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 warnpykota \- page de manuel de warnpykota 1.23alpha 8_unofficial4 warnpykota \- page de manuel de warnpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 warnpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 warnpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Sends mail to users over print quota. -
pykota/trunk/man/tr/autopykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH AUTOPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH AUTOPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 autopykota \- page de manuel de autopykota 1.23alpha 8_unofficial4 autopykota \- page de manuel de autopykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 autopykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 autopykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Kullanıcı hesapları oluşumunu otomatikleştirme ve başlangıç hesap ayarları için araç. -
pykota/trunk/man/tr/dumpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH DUMPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH DUMPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 dumpykota \- page de manuel de dumpykota 1.23alpha 8_unofficial4 dumpykota \- page de manuel de dumpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 dumpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 dumpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Dumps PyKota database's content. … … 32 32 \- pmembers : dumps printer groups members. 33 33 \- umembers : dumps user groups members. 34 \- billingcodes : dumps billing codes. 34 35 .IP 35 36 NB : the \fB\-d\fR | \fB\-\-data\fR command line option -
pykota/trunk/man/tr/edpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH EDPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH EDPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 edpykota \- page de manuel de edpykota 1.23alpha 8_unofficial4 edpykota \- page de manuel de edpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 edpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 edpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 A Print Quota editor for PyKota. -
pykota/trunk/man/tr/pkbanner.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKBANNER "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKBANNER "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkbanner \- page de manuel de pkbanner 1.23alpha 8_unofficial4 pkbanner \- page de manuel de pkbanner 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkbanner v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkbanner v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Generates banners. -
pykota/trunk/man/tr/pkhint.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKHINT "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKHINT "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkhint \- page de manuel de pkhint 1.23alpha 8_unofficial4 pkhint \- page de manuel de pkhint 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkhint v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkhint v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Her yazıcı için hangi hesaplama metodunun uygun olacaıı hakkında ipucu veren bir araç. -
pykota/trunk/man/tr/pkmail.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKMAIL "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKMAIL "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkmail \- page de manuel de pkmail 1.23alpha 8_unofficial4 pkmail \- page de manuel de pkmail 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkmail v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkmail v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Email gateway for PyKota. -
pykota/trunk/man/tr/pkprinters.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKPRINTERS "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKPRINTERS "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkprinters \- page de manuel de pkprinters 1.23alpha 8_unofficial4 pkprinters \- page de manuel de pkprinters 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkprinters v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkprinters v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 A Printers Manager for PyKota. -
pykota/trunk/man/tr/pykosd.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PYKOSD "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PYKOSD "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pykosd \- page de manuel de pykosd 1.23alpha 8_unofficial4 pykosd \- page de manuel de pykosd 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pykosd v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pykosd v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 PyKota için bir OSD kota izleyicisi. -
pykota/trunk/man/tr/pykotme.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PYKOTME "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PYKOTME "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pykotme \- page de manuel de pykotme 1.23alpha 8_unofficial4 pykotme \- page de manuel de pykotme 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pykotme v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pykotme v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Kullanıcılara kota verir. -
pykota/trunk/man/tr/repykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH REPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH REPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 repykota \- page de manuel de repykota 1.23alpha 8_unofficial4 repykota \- page de manuel de repykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 repykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 repykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Yacıcı kotası raporları oluşturur. -
pykota/trunk/man/tr/warnpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH WARNPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH WARNPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 warnpykota \- page de manuel de warnpykota 1.23alpha 8_unofficial4 warnpykota \- page de manuel de warnpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 warnpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 warnpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Yazma kotası üzerinden kullanıcılara mektup gönderir. -
pykota/trunk/man/warnpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH WARNPYKOTA "1" "Ju ne2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH WARNPYKOTA "1" "July 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NAME 4 warnpykota \- manual page for warnpykota 1.23alpha 8_unofficial4 warnpykota \- manual page for warnpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 warnpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 warnpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Sends mail to users over print quota. -
pykota/trunk/man/zh_TW/autopykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH AUTOPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH AUTOPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 autopykota \- page de manuel de autopykota 1.23alpha 8_unofficial4 autopykota \- page de manuel de autopykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 autopykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 autopykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 A tool to automate user account creation and initial balance setting. -
pykota/trunk/man/zh_TW/dumpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH DUMPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH DUMPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 dumpykota \- page de manuel de dumpykota 1.23alpha 8_unofficial4 dumpykota \- page de manuel de dumpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 dumpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 dumpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Dumps PyKota database's content. … … 32 32 \- pmembers : dumps printer groups members. 33 33 \- umembers : dumps user groups members. 34 \- billingcodes : dumps billing codes. 34 35 .IP 35 36 NB : the \fB\-d\fR | \fB\-\-data\fR command line option -
pykota/trunk/man/zh_TW/edpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH EDPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH EDPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 edpykota \- page de manuel de edpykota 1.23alpha 8_unofficial4 edpykota \- page de manuel de edpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 edpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 edpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 A Print Quota editor for PyKota. -
pykota/trunk/man/zh_TW/pkbanner.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKBANNER "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKBANNER "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkbanner \- page de manuel de pkbanner 1.23alpha 8_unofficial4 pkbanner \- page de manuel de pkbanner 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkbanner v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkbanner v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Generates banners. -
pykota/trunk/man/zh_TW/pkhint.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKHINT "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKHINT "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkhint \- page de manuel de pkhint 1.23alpha 8_unofficial4 pkhint \- page de manuel de pkhint 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkhint v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkhint v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 A tool to give hints on what accounting method is best for each printer. -
pykota/trunk/man/zh_TW/pkmail.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKMAIL "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKMAIL "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkmail \- page de manuel de pkmail 1.23alpha 8_unofficial4 pkmail \- page de manuel de pkmail 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkmail v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkmail v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Email gateway for PyKota. -
pykota/trunk/man/zh_TW/pkprinters.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKPRINTERS "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKPRINTERS "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkprinters \- page de manuel de pkprinters 1.23alpha 8_unofficial4 pkprinters \- page de manuel de pkprinters 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pkprinters v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkprinters v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 A Printers Manager for PyKota. -
pykota/trunk/man/zh_TW/pykosd.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PYKOSD "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PYKOSD "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pykosd \- page de manuel de pykosd 1.23alpha 8_unofficial4 pykosd \- page de manuel de pykosd 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pykosd v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pykosd v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 An OSD quota monitor for PyKota. -
pykota/trunk/man/zh_TW/pykotme.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PYKOTME "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PYKOTME "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pykotme \- page de manuel de pykotme 1.23alpha 8_unofficial4 pykotme \- page de manuel de pykotme 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 pykotme v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pykotme v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Gives print quotes to users. -
pykota/trunk/man/zh_TW/repykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH REPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH REPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 repykota \- page de manuel de repykota 1.23alpha 8_unofficial4 repykota \- page de manuel de repykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 repykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 repykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Generates print quota reports. -
pykota/trunk/man/zh_TW/warnpykota.1
r2303 r2342 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH WARNPYKOTA "1" "jui n2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH WARNPYKOTA "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 warnpykota \- page de manuel de warnpykota 1.23alpha 8_unofficial4 warnpykota \- page de manuel de warnpykota 1.23alpha15_unofficial 5 5 .SH DESCRIPTION 6 warnpykota v1.23alpha 8_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 warnpykota v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 Sends mail to users over print quota. -
pykota/trunk/NEWS
r2323 r2342 22 22 PyKota NEWS : 23 23 24 - 1.23alpha15 : 25 26 - pkbcodes now works with the PostgreSQL backend. 27 NB : PLEASE RUN upgrade-to-1.23.sql AGAIN !!! 28 24 29 - 1.23alpha14 : 25 30 -
pykota/trunk/po/fr/pykota.po
r2308 r2342 221 221 " - pmembers : dumps printer groups members.\n" 222 222 " - umembers : dumps user groups members.\n" 223 " - billingcodes : dumps billing codes.\n" 223 224 " \n" 224 225 " NB : the -d | --data command line option \n" … … 331 332 " - umembers : exporte les membres des groupes\n" 332 333 " d'utilisateurs.\n" 334 " - billingcodes : exporte les codes de facturation.\n" 333 335 " \n" 334 336 " NB : l'option de ligne de commande -d | --data est\n" -
pykota/trunk/po/pykota.pot
r2308 r2342 167 167 " - pmembers : dumps printer groups members.\n" 168 168 " - umembers : dumps user groups members.\n" 169 " - billingcodes : dumps billing codes.\n" 169 170 " \n" 170 171 " NB : the -d | --data command line option \n" -
pykota/trunk/pykota/dumper.py
r2302 r2342 52 52 "pmembers" : N_("Printers Groups Membership"), 53 53 "umembers" : N_("Users Groups Membership"), 54 "billingcodes" : N_("Billing Codes"), 54 55 } 55 56 validformats = { "csv" : N_("Comma Separated Values"), -
pykota/trunk/pykota/storage.py
r2340 r2342 431 431 self.Exists = 0 432 432 433 def reset(self, pagecounter=0, balance=0.0) :433 def reset(self, balance=0.0, pagecounter=0) : 434 434 """Resets the pagecounter and balance for this billing code.""" 435 self.parent.setBillingCodeValues(self, pagecounter, balance) 435 self.parent.setBillingCodeValues(self, balance, pagecounter) 436 self.Balance = balance 436 437 self.PageCounter = pagecounter 437 self.Balance = balance438 438 439 439 def setDescription(self, description=None) : … … 464 464 if self.usecache : 465 465 self.tool.logdebug("Caching enabled.") 466 self.caches = { "USERS" : {}, "GROUPS" : {}, "PRINTERS" : {}, "USERPQUOTAS" : {}, "GROUPPQUOTAS" : {}, "JOBS" : {}, "LASTJOBS" : {} }466 self.caches = { "USERS" : {}, "GROUPS" : {}, "PRINTERS" : {}, "USERPQUOTAS" : {}, "GROUPPQUOTAS" : {}, "JOBS" : {}, "LASTJOBS" : {}, "BILLINGCODES" : {} } 467 467 468 468 def close(self) : … … 539 539 self.cacheEntry("LASTJOBS", printer.Name, lastjob) 540 540 return lastjob 541 542 def getBillingCode(self, label) : 543 """Returns the user from cache.""" 544 code = self.getFromCache("BILLINGCODES", label) 545 if code is None : 546 code = self.getBillingCodeFromBackend(label) 547 self.cacheEntry("BILLINGCODES", label, code) 548 return code 541 549 542 550 def getParentPrinters(self, printer) : -
pykota/trunk/pykota/storages/sql.py
r2320 r2342 24 24 25 25 from types import StringType 26 from pykota.storage import PyKotaStorageError,BaseStorage,StorageObject,StorageUser,StorageGroup,StoragePrinter,StorageJob,StorageLastJob,StorageUserPQuota,StorageGroupPQuota 26 from pykota.storage import PyKotaStorageError, BaseStorage, StorageObject, \ 27 StorageUser, StorageGroup, StoragePrinter, \ 28 StorageJob, StorageLastJob, StorageUserPQuota, \ 29 StorageGroupPQuota, StorageBillingCode 27 30 28 31 class SQLStorage : … … 67 70 return self.prepareRawResult(result) 68 71 72 def extractBillingcodes(self, extractonly={}) : 73 """Extracts all billing codes records.""" 74 thefilter = self.createFilter(extractonly) 75 if thefilter : 76 thefilter = "WHERE %s" % thefilter 77 result = self.doRawSearch("SELECT * FROM billingcodes %s ORDER BY id ASC" % thefilter) 78 return self.prepareRawResult(result) 79 69 80 def extractGroups(self, extractonly={}) : 70 81 """Extracts all group records.""" … … 206 217 printer.Exists = 1 207 218 return printer 219 220 def getBillingCodeFromBackend(self, label) : 221 """Extracts a billing code information given its name.""" 222 code = StorageBillingCode(self, label) 223 result = self.doSearch("SELECT * FROM billingcodes WHERE billingcode=%s LIMIT 1" % self.doQuote(label)) 224 if result : 225 fields = result[0] 226 code.ident = fields.get("id") 227 code.BillingCode = fields.get("billingcode", label) 228 code.Description = self.databaseToUserCharset(fields.get("description") or "") 229 code.Balance = fields.get("balance") or 0.0 230 code.PageCounter = fields.get("pagecounter") or 0 231 code.Exists = 1 232 return code 208 233 209 234 def getUserPQuotaFromBackend(self, user, printer) : … … 329 354 self.cacheEntry("PRINTERS", printer.Name, printer) 330 355 return printers 356 357 def getMatchingBillingCodes(self, billingcodepattern) : 358 """Returns the list of all billing codes for which the label matches a certain pattern.""" 359 codes = [] 360 result = self.doSearch("SELECT * FROM billingcodes") 361 if result : 362 for record in result : 363 if self.tool.matchString(record["billingcode"], billingcodepattern.split(",")) : 364 code = StorageBillingCode(self, record["billingcode"]) 365 code.ident = record.get("id") 366 code.Balance = record.get("balance") or 0.0 367 code.PageCounter = record.get("pagecounter") or 0 368 code.Description = self.databaseToUserCharset(record.get("description") or "") 369 code.Exists = 1 370 codes.append(code) 371 self.cacheEntry("BILLINGCODES", code.BillingCode, code) 372 return codes 331 373 332 374 def getPrinterUsersAndQuotas(self, printer, names=["*"]) : … … 376 418 return self.getPrinter(printername) 377 419 420 def addBillingCode(self, label) : 421 """Adds a billing code to the quota storage, returns it.""" 422 self.doModify("INSERT INTO billingcodes (billingcode) VALUES (%s)" % self.doQuote(label)) 423 return self.getBillingCode(label) 424 378 425 def addUser(self, user) : 379 """Adds a user to the quota storage, returns it s id."""426 """Adds a user to the quota storage, returns it.""" 380 427 self.doModify("INSERT INTO users (username, limitby, balance, lifetimepaid, email, overcharge) VALUES (%s, %s, %s, %s, %s, %s)" % (self.doQuote(user.Name), self.doQuote(user.LimitBy or 'quota'), self.doQuote(user.AccountBalance or 0.0), self.doQuote(user.LifeTimePaid or 0.0), self.doQuote(user.Email), self.doQuote(user.OverCharge))) 381 428 return self.getUser(user.Name) 382 429 383 430 def addGroup(self, group) : 384 """Adds a group to the quota storage, returns it s id."""431 """Adds a group to the quota storage, returns it.""" 385 432 self.doModify("INSERT INTO groups (groupname, limitby) VALUES (%s, %s)" % (self.doQuote(group.Name), self.doQuote(group.LimitBy or "quota"))) 386 433 return self.getGroup(group.Name) … … 442 489 """Sets the new page counters permanently for a user print quota.""" 443 490 self.doModify("UPDATE userpquota SET pagecounter=%s, lifepagecounter=%s, warncount=0, datelimit=NULL WHERE id=%s" % (self.doQuote(newpagecounter), self.doQuote(newlifepagecounter), self.doQuote(userpquota.ident))) 491 492 def writeBillingCodeDescription(self, code) : 493 """Sets the new description for a billing code.""" 494 self.doModify("UPDATE billingcodes SET description=%s WHERE id=%s" % (self.doQuote(self.userCharsetToDatabase(code.Description or "")), self.doQuote(code.ident))) 495 496 def setBillingCodeValues(self, code, newbalance, newpagecounter) : 497 """Sets the new page counter and balance for a billing code.""" 498 self.doModify("UPDATE billingcodes SET balance=%s, pagecounter=%s WHERE id=%s" % (self.doQuote(newbalance), self.doQuote(newpagecounter), self.doQuote(code.ident))) 499 500 def consumeBillingCode(self, code, balance, pagecounter) : 501 """Consumes from a billing code.""" 502 self.doModify("UPDATE billingcodes SET balance=balance + %s, pagecounter=pagecounter + %s WHERE id=%s" % (self.doQuote(balance), self.doQuote(pagecounter), self.doQuote(code.ident))) 444 503 445 504 def decreaseUserAccountBalance(self, user, amount) : … … 593 652 ] : 594 653 self.doModify(q) 595 654 655 def deleteBillingCode(self, code) : 656 """Completely deletes a billing code from the Quota Storage.""" 657 for q in [ 658 "DELETE FROM billingcodes WHERE id=%s" % self.doQuote(code.ident), 659 ] : 660 self.doModify(q) 661 662 -
pykota/trunk/pykota/version.py
r2323 r2342 22 22 # 23 23 24 __version__ = "1.23alpha1 4_unofficial"24 __version__ = "1.23alpha15_unofficial" 25 25 26 26 __doc__ = "PyKota : a complete Printing Quota Solution for CUPS and LPRng."