Changeset 3146 for pykota/trunk/conf

Show
Ignore:
Timestamp:
02/20/07 23:36:46 (17 years ago)
Author:
matt
Message:

Allow overwrite_jobticket scripts to output a REASON= line to change the default reason a job was denied or cancelled.

Files:
1 modified

Legend:

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

    r3133 r3146  
    455455#    USERNAME=the_username_we_want_to_overwrite_with 
    456456#    BILLINGCODE=the_billingcode_we_want_to_overwrite_with 
     457#    REASON=reason_we_chose_deny_or_cancel 
    457458#    AUTH=NO (equivalent to DENY below) 
    458459#    DENY  
     
    467468# used unchanged. 
    468469# If DENY or CANCEL is output, neither the username nor the 
    469 # billing code can be overwritten. 
     470# billing code can be overwritten.  
     471# If REASON is output, that will be used in the notification in the case of  
     472# DENY or CANCEL. Otherwise, the built-in reasons will be used. 
    470473# 
    471474# This value can be set either globally or on a per printer basis