FET Forum

FET Tools => TiTiTo - Tiny Timetabling Tool => Topic started by: yahi on September 19, 2017, 10:30:44 PM

Title: HELP NEEDED
Post by: yahi on September 19, 2017, 10:30:44 PM
DEAR VOLKER
i tried  to  use  your  titito that i found quite and aklmost very interesting but i have some  annnoying  questions  of  a  lazy bigginer :)
1/- when i want to print  using  titito it does not save the  changes i made  example i want  a table where ther  is only groups  with neither  teachers  nor  subjects and at the end i get  tables with both  subjets  and  teachers  how can i do to have only the groups .
thanks a lot for answer 
the  file is  enclosed for explanation
Title: Re: HELP NEEDED
Post by: Volker Dirr on September 20, 2017, 06:06:56 PM
hmmm... i am not sure if i understood correct.

i fear there is a misunderstanding.
i guess you changed that for example in TiTiTo->Timetables->Rooms.
And after that you tried to print in TiTiTo->Timetables->Print timetable.
Sadly that 2 dialogs are independent from each other.

Let me think a bit about your suggestion. i am not sure if it isn't better to implement your quest a bit different (by adding that checkboxes directly into "TiTiTo->Timetables->Print timetable". An onther problem is that i also need to do that in "TiTiTo->Timetables->Export timetable")

I am not sure if i understood your request, since you only encircled (randomly?) a few names (but maybe i only misunderstood, since i can't read Arabic).
Title: Re: HELP NEEDED
Post by: yahi on September 20, 2017, 07:46:32 PM
i will be more xplicit this time
1/- i exported the file  as explained and  wanted  to  print using  titito but  when i wanted to print i  find  information that i don't need  to appear  in the teachers  timetables  for example  the  subjects .what i need  is just the  group that's  all .how  can i  do  to get  this  a  time table with only  groups .this is my request  thanks a lot 
Title: Re: HELP NEEDED
Post by: Volker Dirr on September 20, 2017, 08:02:32 PM
You can't do that by the interface at the moment. I am still thinking about how to add your request.

Currently you can do this:
Export the html timetables.

Go into the TiTiTo result folder and open the stylesheet.css file with an editor.

You will see lines like that:
tr.teacher, div.teacher {

}

tr.room, div.room {

}


Please modify that lines into this:
tr.teacher, div.teacher {
  display:none;
}

tr.room, div.room {
  display:none;
}


Than save the file. Open the html file (again) with a webbrowser and print.