Show
Ignore:
Timestamp:
06/04/04 01:14:11 (20 years ago)
Author:
jalet
Message:

Now stores the job's size in bytes in the database.
Preliminary work on payments storage : database schemas are OK now,
but no code to store payments yet.
Removed schema picture, not relevant anymore.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/cupspykota

    r1519 r1520  
    2424# 
    2525# $Log$ 
     26# Revision 1.60  2004/06/03 23:14:08  jalet 
     27# Now stores the job's size in bytes in the database. 
     28# Preliminary work on payments storage : database schemas are OK now, 
     29# but no code to store payments yet. 
     30# Removed schema picture, not relevant anymore. 
     31# 
    2632# Revision 1.59  2004/06/03 22:12:53  jalet 
    2733# Now denies empty jobs 
     
    403409             
    404410            # adds the current job to history     
    405             printer.addJobToHistory(self.jobid, user, self.accounter.getLastPageCounter(), action, jobsize, jobprice, self.preserveinputfile, self.title, self.copies, self.options, clienthost) 
     411            printer.addJobToHistory(self.jobid, user, self.accounter.getLastPageCounter(), action, jobsize, jobprice, self.preserveinputfile, self.title, self.copies, self.options, clienthost, self.jobSizeBytes) 
    406412            self.logdebug("Job added to history.") 
    407413