Entitlement Configuration Options  
  Information about entitlements, such as time used and time available, can be displayed on the timesheet adjacent to the entitlement names depending upon configuration file settings. The configuration file is entitled TS.CFG and is located in the TimeScope directory on the server. You can edit this file directly using notepad or wordpad. Configuration file entries are loaded each time you start TimeScope, so changes made will not effect any currently active sessions. The configuration file settings relating to entitlements are described below.  
     
  Entitlements Activation  
  This option enables or disables the entitlements function. By default, entitlements are activated. However, if you are not using the entitlements feature you should disable it for maximum performance. To disable the entitlements feature you must set this option to 0 (disabled), and be sure to remove the preceding # symbol, if any.  
                   #ent_use  0  
     
  Entitlements Bar  
  This option displays a small progress bar adjacent to the entitlement name which indicates time remaining relative to time used. To activate this entry set the following parameter to value 1 (value 0 indicates disablement). Be sure to remove the leading # symbol, if any, if you wish to activate this option.  
                   ent_bar  1  
     
  Entitlements Text  
 

This option displays relevant text adjacent to the entitlement name. To activate this entry set the following parameter to value 1 to show available time, 2 to show used time, and 3 to show both available and used time. Be sure to remove the leading # symbol, if any, if you wish to activate this option.

 
                   ent_txt  3  
     
  Allow Negative Entry  
  This option allows the user to enter negative numbers into the timesheet when recording entitlements. Negative values can be used to adjust (increase) the available entitlement. To activate this entry set the following parameter to value 1 (value 0 indicates disablement). Be sure to remove the leading # symbol, if any, if you wish to activate this option.  
                   ent_neg  1