myreport(1)                                           myreport(1)


NAME
       myreport  -  generate quarterly time report for a specific
       user.


SYNOPSIS
       myreport [ quarter [year] ]


DESCRIPTION
       myreport is a simple batch program to generate a quarterly
       time  report  for  a  specific user. Each user must have a
       copy of this program in his own subdirectory,  adapted  to
       his own situation.

       When  the  year  is  not specified on the commandline, the
       current year is assumed.

       The report is written to the file yyyy-d.rep,  where  yyyy
       is the year and d is the number of the quarter.


   Example myreport.bat batch program
       @echo off
       Rem
       Rem myreport.bat - create time registration report for me.
       Rem

       if "%1" == "" goto Help

       c:\mks\bin\sh c:/bin/trreport.ksh "naam=M.J. Moene" afdeling=EA vakgroep=Biofysica %1 %2
       goto End

       :Help
       echo %0  Version 1.0  Make quarterly time report.
       echo Usage: %0 quarter [year]

       :End

       Rem
       Rem End of file
       Rem


   Making your own copy
       Copy  the example version of myreport.bat from the instal-
       lation directory (c:\bin)  to  your  own  timeregistration
       subdirectory  (...\-tr).  Adapt  the  line  containing the
       fields `naam=...', `afdeling=...'  and  `vakgroep=...'  to
       your own situation.


FILES
       yyyy-d.rep     this file contains the actual report.



14 Mar 1995Elektronische Afdeling, Huygens Laboratorium         1





myreport(1)                                           myreport(1)


SEE ALSO
       prreport(1) and trreport(1).


EXAMPLE
       myreport 1


AUTHOR
       M.J. Moene















































14 Mar 1995Elektronische Afdeling, Huygens Laboratorium         2