Show
Ignore:
Timestamp:
05/21/05 00:40:21 (19 years ago)
Author:
jerome
Message:

Now dumpykota and dumpykota.cgi accept start= and end=
to specify the starting and ending dates when dumping the
history.
Syntax allowed is :

start|end=YYYY[MM[DD[hh[mm[ss]]]]]

and this is REALLY powerful !

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/dumpykota

    r2218 r2266  
    9090         hostname       Client's hostname 
    9191         billingcode    Job's billing code 
     92         start          Job's date of printing 
     93         end            Job's date of printing 
    9294          
    9395  Contrary to other PyKota management tools, wildcard characters are not  
     
    111113   
    112114  Dumps the job history for user jerome on printer HP2100 only. 
     115   
     116  $ dumpykota --data history start=200503 end=20050730234615 
     117   
     118  Dumps all jobs printed between March 1st 2005 at midnight and 
     119  July 30th 2005 at 23 hours 46 minutes and 15 secondes included. 
    113120   
    114121This program is free software; you can redistribute it and/or modify