stampa orario orizzontale insegnanti

Started by Drago, October 01, 2023, 08:43:43 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Drago

Buongiorno...
grazie per avermi accettato nel forum
mi sto cimentando per la prima volta a creare l'orario con fet
dopo due gg si stravolgimento per capire le basi del programma sono riuscito a creare un orario con tutti i vincoli assegnati etc etc
adesso vorrei stampare quanto in foto come faccio?
Grazie

Liviu Lalescu

Buongiorno,

Siete benevenuto sul' forum!

Scusi l'inglese: You need the teachers' time horizontal timetable. Either go to Print (Stampa) from the FET menu, or use this option from the HTML results on the disk (open ~/fet-results/file_index.html).

Drago

Hi Liviu
thank you for answering
From the fet menu I see the image I have attached but I can't print it, I don't have any print button
from the index.htm file I don't see what is shown in the image but I see the teachers' timetable by class

Liviu Lalescu

Quote from: Drago on October 01, 2023, 01:39:22 PMHi Liviu
thank you for answering
From the fet menu I see the image I have attached but I can't print it, I don't have any print button
from the index.htm file I don't see what is shown in the image but I see the teachers' timetable by class

You are welcome, Drago! :)

Go to Timetable > Print, and choose Teachers > Time horizontal.

From the index.html, choose Teachers > Time horizontal.

I hope these will work.

Drago

Go to Timetable > Print, and choose Teachers > Time horizontal.
i get


From the index.html, choose Teachers > Time horizontal

i get

Drago

I want this but I don't have buttons to print it from fet, I display it and stop

Liviu Lalescu

Sorry, it seems it is not that easy as I thought.

1) From the FET interface, Timetable > Print, you might try Teachers > Time horizontal by day. OR: Time horizontal, but with paper size A0. Click Colors before.

2) Select Settings > Timetable HTML level 7 (colors). Generate, then choose index.html > Teachers' time horizontal.

Please let me know.

If you don't manage, we could make a remote desktop to help you.

Drago

solution 1) doesn't work
solution 2) doesn't work


Liviu Lalescu

#8
Why do you say that solution (2) does not work? I see your attached file orario3_teachers_time_horizontal.html is OK. Maybe you want colors? Then select in Settings > HTML level = 7 (colors), and copy the orario3_stylesheet.css next to this html file.

If you want to show only the students, you can make, by modifying the mentioned CSS file, hide the subject and the activity tags and the teachers from each cell. Ask me if you want this and I'll search exactly how (Volker knows best).

Drago

Hi Liviu, maybe it's me who can't explain myself.
After generating the time go to tab
time>teachers>horizontal time
on the right, uncheck the subjects. I want to print what remains if possible, everything here

Liviu Lalescu

#10
Could you please send me your .fet file? Send the _data_and_timetable.fet one, the solution. I will try to modify the CSS stylesheet file and teach you how to do that.

Edit: It seems you need to add this:

span.subject {
 display:none;
}

span.activitytag {
 display:none;
}

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

(add "display:none;")

Drago

Hi Liviu
If I understand correctly, the file I need to send you is the one I'm attaching
I still ask you every time I generate the time do I have to modify the style sheet?

Liviu Lalescu

#12
Hi, Drago,

Please see the attached files (I also kept the old CSS).

Unfortunately, yes, you need to change after each generation (but if you keep the same data, you can just keep the modified CSS as a backup and overwrite it).

Liviu Lalescu

Oh, and please put the HTML and the CSS above in the same directory while opening the HTML with the browser.

Drago

I didn't understand how to make it work, can you be more specific?
I have to copy the css file to \fet-results\timetables\arancio3-single
then generate the fetus time?