Show
Ignore:
Timestamp:
11/21/03 15:28:46 (20 years ago)
Author:
jalet
Message:

More complete job history.

Location:
pykota/trunk/pykota/accounters
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/accounters/external.py

    r1180 r1200  
    2222# 
    2323# $Log$ 
     24# Revision 1.9  2003/11/21 14:28:45  jalet 
     25# More complete job history. 
     26# 
    2427# Revision 1.8  2003/11/12 23:29:24  jalet 
    2528# More work on new backend. This commit may be unstable. 
     
    104107         
    105108        # adds the current job to history     
    106         printer.addJobToHistory(self.filter.jobid, user, self.getLastPageCounter(), action, jobsize) 
     109        printer.addJobToHistory(self.filter.jobid, user, self.getLastPageCounter(), action, jobsize, self.filter.preserveinputfile, self.filter.title, self.filter.copies, self.filter.options) 
    107110         
    108111        self.endJob(printer, user) 
  • pykota/trunk/pykota/accounters/querying.py

    r1180 r1200  
    2222# 
    2323# $Log$ 
     24# Revision 1.8  2003/11/21 14:28:46  jalet 
     25# More complete job history. 
     26# 
    2427# Revision 1.7  2003/11/12 23:29:24  jalet 
    2528# More work on new backend. This commit may be unstable. 
     
    178181         
    179182        # adds the current job to history     
    180         printer.addJobToHistory(self.filter.jobid, user, counterbeforejob, action) 
     183        printer.addJobToHistory(self.filter.jobid, user, counterbeforejob, action, filename=self.filter.preserveinputfile, title=self.filter.title, copies=self.filter.copies, options=self.filter.options) 
    181184             
    182185        return action 
  • pykota/trunk/pykota/accounters/stupid.py

    r1180 r1200  
    2222# 
    2323# $Log$ 
     24# Revision 1.7  2003/11/21 14:28:46  jalet 
     25# More complete job history. 
     26# 
    2427# Revision 1.6  2003/11/12 23:29:24  jalet 
    2528# More work on new backend. This commit may be unstable. 
     
    106109         
    107110        # adds the current job to history     
    108         printer.addJobToHistory(self.filter.jobid, user, counterbeforejob, action, jobsize) 
     111        printer.addJobToHistory(self.filter.jobid, user, counterbeforejob, action, jobsize, self.filter.preserveinputfile, self.filter.title, self.filter.copies, self.filter.options) 
    109112             
    110113        return action