Changes between Version 19 and Version 20 of UserGuidelines/SAMBRO/Implement
- Timestamp:
- 08/27/15 03:33:04 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/SAMBRO/Implement
v19 v20 101 101 102 102 103 In your eden directory, go to models/ and open 000_config.py. Scroll down andyou will see [[BR]]103 In your eden directory, go to models/ and open 000_config.py. Below the Identifier setting (as explained above), you will see [[BR]] 104 104 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 106 113 107 114 This 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. 108 115 109 116 110 111 117 == Other ==