FET Forum

FET Support (English) => Get Help => Topic started by: TAHIR on May 28, 2024, 02:37:29 PM

Title: Two framework timetable
Post by: TAHIR on May 28, 2024, 02:37:29 PM
A timetable have two framework. In one frame work duration of lecture is 45 min and other framework duration of lecture is 40 min with break time 20 min.
How can we adjust this timetable except 5 min fet hour trick.
Title: Re: Two framework timetable
Post by: TAHIR on May 29, 2024, 05:27:57 AM
😟😟
Title: Re: Two framework timetable
Post by: Volker Dirr on May 29, 2024, 09:45:56 AM
see answer 2:
https://lalescu.ro/liviu/fet/forum/index.php?topic=398.msg2209
Title: Re: Two framework timetable
Post by: TAHIR on May 29, 2024, 03:02:34 PM
Thank you
But in 5 min fet hour Length of timetable become too long. Then to print all fet hours in single page font size reduced too much .
Title: Re: Two framework timetable
Post by: Volker Dirr on May 29, 2024, 04:26:50 PM
On paper you are right.
You might sent it by mail. On screen it is not too bad.

hmm... We might hide the hour names at all.
or we might print the hour names only if the start and end time is used.
So in worst case all times. In best case around 4*hours per day.
It is a bit complicated to print only the needed start and end times, but
I think it is possible to code it. Sadly not very easy and it must be coded for a lot of timetables. So sadly a longer coding task.

maybe a good item for the TODO list.
Title: Re: Two framework timetable
Post by: TAHIR on May 29, 2024, 04:47:43 PM
Ok thank you . I got one clue from your ans . 😊
Title: Re: Two framework timetable
Post by: TAHIR on May 29, 2024, 05:10:53 PM
How we hide hours name between start and end time?
Title: Re: Two framework timetable
Post by: Volker Dirr on May 29, 2024, 05:25:26 PM
Depending on if the hours are on the x-axis or the y-axis.
Open the .css-file from the results folder and search for this:
th.xAxis {

}

th.yAxis {

}

Then add the hide command for example like this (if hours are on the y-axis):
th.xAxis {

}

th.yAxis {
  display: none;
}
Title: Re: Two framework timetable
Post by: TAHIR on May 29, 2024, 05:47:42 PM
Thank you
Title: Re: Two framework timetable
Post by: Liviu Lalescu on May 29, 2024, 08:49:24 PM
Added in the TODO.