# Export the approved hours and newly created jobs into flat text
# files
#
# You might want to set this to the timesheet administrator
#MAILTO=timesheet-admin

5 4 * * Mon-Fri www-data	[ -f /etc/onshore-timesheet.conf -a -x /usr/sbin/timesheet-export-hours ] && ( /usr/sbin/timesheet-export-hours ; /usr/sbin/timesheet-export-jobs )
