Hello,
Is there a way to modify the stylesheet to not print an entire hour for all timetables (students, teachers, rooms, etc.)? Example: I have hour1, 2, 3, 4, 5. I want the timetables not to display hour 3. I can't figure it out.
If not, is there an easy (!) way to delete an hour in the middle of my day after I have all activities locked from a successfully generated timetable?
Thanks!
I too had the same requirement and wanted to hide a break at 3rd period. But unfortunately, Liviu said there is no way to hide an hour while printing.
So, I tried the below trick
Delete the rows corresponding to the unwanted periods in html ;). (use ctrl+H and replace the row with nothing). It looks fine
Ah thanks for the idea. I've never really worked with html. What exactly do I have to replace? I typically use the "days horizontal" timetables.
in that case it is easy: you need to search a whole line. lines starts with <tr> and ends with </tr>. Just delete that (including the tr).
why do you enter breaks / whole hours if you don't need them?
an other variant might be to import the data into TiTiTo. Set the break/3rd hour/hour you want to hide/... as "supervision" hour. then you can export/print the timetable with "hidden" supervision hour.
Quote from: Volker Dirr on June 13, 2019, 11:08:44 AM
in that case it is easy: you need to search a whole line. lines starts with <tr> and ends with </tr>. Just delete that (including the tr).
Ah, OK. So for teachers' timetables I have to delete the line multiple times - easy enough with replace all in notepad++.
Quote from: Volker Dirr on June 13, 2019, 11:08:44 AM
why do you enter breaks / whole hours if you don't need them?
When I started designing the timetable, we thought we were going to use one hour in the middle of the day for a separate initiative (a special sort of break), but now we are not. I want to remove it from the timetables before I distribute to teachers so there is no confusion about the status of the new initiative.