Hi, I would like to produce a timetable which shows only the subject, teacher and location. It must not show the year, subgroup etc.
2 variants.
1. FET -> Settings -> Timetables -> Categories written to disk
There you can deselect all unneeded tables.
2. FET -> Timetable -> Print
Here you can print only the needed tables.
Volker, I think Masawara means to hide the students in all timetables. This can be done using the CSS file (Volker, please tell us the exact changes) or I could create a custom version.
ah. ok. Hiding years with a css file will be easy. see http://www.timetabling.de/manual/FET-manual.en.html#id_45
Hiding subgroups is similar possible, but will be much work (because i guess there are much more subgroups then years).
in that case you should add only groups to activities, no subgroups. So you might create that groups yourself.
i think it will be easier to understand if i can see fet file from you and if you tell me a bit more detailed where/why you want to hide it.
ah... maybe i misunderstood your request.
if you want to hide all all students, then if is of course possible.
please check the link i already attached.
you can hide all students by
tr.studentsset, div.studentsset {
display:none;
}
Thank you all for your help. Unfortunately, I think I did my usual and did not make it clear what I was talking about.
When you print a timetable, there are some elements you get the option to customize. When you print a group timetable, it already has the group name in the heading. Is it possible that the group name not be repeated on each activity displayed in the timetable?
When you print a staff timetable, is it possible not to include the teacher's name on every entry in the timetable?
I hope This makes my question clearer.
I now have another problem. Is it possible to print the word 'break' or 'lunch' for all groups and teachers and rooms without having the the group, teacher etc also displayed?
hmmm... I fear i don't understand you request or you didn't understood my answers.
Maybe do a screen shot and open it with a paint software, then modify it manualy (so just strike with a color the name you don't want to see) and attach the screen shot here.
Okay, good Idea.
I have attached an image with comments in red.
I think I get it, Set the text colour for year group to white in css to remove it from the display.
My second question is on the diagram.
I see some misunderstandings here.
You are referring to the Timetable View dialogs, which while we are referring to the timetables written to the disk as HTML.
If you want to modify the HTML look, to remove the students set, modify the CSS as Volker said (add "display:none;" for students).
If you want to have a Lunch title in that part of the timetable (both in Timetable View and in HTML timetables), you could add for each students set and for each teacher dummy activities with fixed time (I think the easiest is a split activity for each teacher/students set, and for subject Lunch a preferred starting times constraint). But it is quite a big work, with only visual benefits.
If you want the easiest solution, I could try to make a custom version just for you (if you have the exact Lunch activities at 4th slot each day and a constraint break in that interval, I could modify from -X- to Lunch). Also, hiding students might be done in Timetable View dialogs and in the chosen timetables HTML, again in this custom version.