Changeset 3158 for pykota/trunk/conf

Show
Ignore:
Timestamp:
03/30/07 22:59:54 (17 years ago)
Author:
matt
Message:

Allow configuration to avoid printing banner pages for consecutive jobs for the same user on the same printer

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/conf/pykota.conf.sample

    r3148 r3158  
    10591059 
    10601060 
     1061# If a job is printed by the same person as the last job on the same printer,  
     1062# should banners be avoided to save some paper 
     1063# 
     1064# This option can be set either globally or on a per printer basis. 
     1065# If set to yes, any duplicate banners will be avoided forever 
     1066# If set to no or 0, no banners will be avoided (they will all be printed) 
     1067# If set to any positive integer, banners will be avoided if printed within 
     1068#     'integer' seconds of the last job  
     1069# 
     1070# This value defaults to no 
     1071# avoidduplicatebanners: yes 
     1072# avoidduplicatebanners: no 
     1073# avoidduplicatebanners: 600    
     1074 
     1075 
    10611076# StartingBanner : if defined will print a banner before the rest of the job  
    10621077# is printed. The argument can be a printable file, or an executable file.