This script is used to generate the template HTML files that are used for Weekly and Daily reports. It will also create a new directory to store the templates in.
Enter directory name to store templates:
The name entered will be used to create a new directory in the current directory that will store the newly generated templates.
If the name given already exists in the current directory, an error is raised and the script will exit.
Enter team name:
To get the week used in the templates, the script will ask whether the current or next week should be used:
Select week to generate templates for:
1: <Month> <Day>, <Year> - <Month> <Day>, <Year> # current week
2: <Month> <Day>, <Year> - <Month> <Day>, <Year> # following week
The corresponding month name, day, and year will be printed for each date. To pick a week enter the number next to desired week
Select week to generate templates for:
1: November 7, 2022 - November 11, 2022
2: November 14, 2022 - November 18, 2022
-
If user enters 1, the templates will be generated for November 7, 2022 through November 11, 2022
-
If user enters 2, the templates will be generated for November 14, 2022 through November 18, 2022