Add one report per job. Currently, job .txt reports are generated per day, per job, which is more verbose than needed.
Kris suggested generation a .txt for the first day of submission and the last day of processing. Starting date and dates are captured in the reports, so a single file should capture the time submitted and finished in one file.
### Tasks
- [ ] Drop the datetime from the reports
- [ ] Run pytest to confirm ok
- [ ] Deploy
Add one report per job. Currently, job .txt reports are generated per day, per job, which is more verbose than needed. Kris suggested generation a .txt for the first day of submission and the last day of processing. Starting date and dates are captured in the reports, so a single file should capture the time submitted and finished in one file.