Changes between Version 19 and Version 20 of UserGuidelines/SAMBRO/Implement


Ignore:
Timestamp:
08/27/15 03:33:04 (10 years ago)
Author:
Biplov Bhandari
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/SAMBRO/Implement

    v19 v20  
    101101
    102102
    103 In your eden directory, go to models/ and open 000_config.py. Scroll down and you will see [[BR]]
     103In your eden directory, go to models/ and open 000_config.py. Below the Identifier setting (as explained above), you will see [[BR]]
    104104
    105 settings.cap.expire_offset = 2
     105
     106{{{
     107# Change this for the offset period in days that the alert will be effective for
     108# Expire Date = Effective Date + expire_offset
     109# Default is 2 days
     110#settings.cap.expire_offset = 2
     111}}}
     112
    106113
    107114This parameter is maintained to assign the default period to offset the expire date; i.e. effective + expire_offset. The default is 2 days. You can change the number of the period. With the offset, we trying to help speed up the data entry.
    108115
    109116
    110 
    111117== Other ==