Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.stsci.edu/spst/UnixTransition/doc/send_shift.html
Дата изменения: Fri Apr 8 12:46:15 2016
Дата индексирования: Mon Apr 11 00:39:34 2016
Кодировка:
Python: module send_shift
 
 
send_shift
index
send_shift.py

PURPOSE --
Create combined shift report,allow for exclusive user editing and
mail report to PE_DAT:shift.dis
 
DEFINITIONS --
 
DEVELOPER --
Greg Wenzel
 
MODIFICATION HISTORY --
initial implimentation                        gww  04/17/2000
code review updates                           gww  05/22/2000
remove _d and _s reports after combined.      gww  06/21/2000
remove _d and _s reports after sent.          gww  10/10/2000
set skip_rpt = true for swing shift           gab  10/11/2005
 
USAGE --
do send_shift  [<time_of_report_spss>]
<time_of_report_spss> -  (optional) must be a string in 
spss time format YYYY.JJJ(:HH:MM:SS) OR spss week_id format YYJJJ.
Note: if no (:HH:MM:SS) are entered the time is assumed 
to be day shift and it does not look back an additional day.

 
Modules
       
ccl_util
exceptions
file_util
os
re
spss_sys_util
string
sys
time_util

 
Functions
       
run(time_of_report_spss=None)
Edits shift report
 
USAGE --
do send_shift  [<time_of_report_spss>]
<time_of_report_spss> -  (optional) must be a string in 
spss time format YYYY.JJJ(:HH:MM:SS) OR spss week_id format YYJJJ.
Note: if no (:HH:MM:SS) are entered the time is assumed 
to be day shift and it does not look back an additional day.

 
Data
        FALSE = 0
False = 0
HOUR_SWING = 8
TRUE = 1
True = 1
false = 0
true = 1