TEACHERS NAMES & CODES

Started by Cyrus Ireri, February 15, 2024, 05:29:34 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Cyrus Ireri

Is it possible to have teachers names and code be added on fet whereby the name will appear on the Teacher's timetables while codes will be on Student's timetables?It can be of help more so while dealing with a large number of teachers and you wish to issue printed timetables

Liviu Lalescu

I added this in the TODO. Unfortunately, it is now complicated, since it was not thought of at from the beginning.

Cyrus Ireri


Liviu Lalescu

I think only in Activity planning.

You have a Settings item to hide the teachers in the timetables.

Cyrus Ireri

Quote from: Liviu Lalescu on February 15, 2024, 06:07:40 AMI added this in the TODO. Unfortunately, it is now complicated, since it was not thought of at from the beginning.

I look forward to that time when this will be a reality.It will really help

Liviu Lalescu

#5
I am sorry, but it would be a titanic task.

I might be interested if properly sustained financially.

But can't you use teachers' codes (short names) everywhere?

Vangelis Karafillidis

Quote from: Cyrus Ireri on February 15, 2024, 05:29:34 AMIs it possible to have teachers names and code be added on fet whereby the name will appear on the Teacher's timetables while codes will be on Student's timetables?It can be of help more so while dealing with a large number of teachers and you wish to issue printed timetables
If I understand correctly your problem:
It seems that you need a way to replace the teachers names in the students' timetables. You can use sed for this task. With sed you can replace the teachers names with their respective "codes", using the html files from the fet-results folder. Sed can work in batch mode for making these replacements.
https://www.gnu.org/software/sed/manual/sed.html
https://gnuwin32.sourceforge.net/packages/sed.htm
After modifying the html file(s) with sed, you can edit the html file with LibreOffice Writer (for example, you could use other similar applications as well), and print the timetables.

Vangelis

Cyrus Ireri

Thats too much.Lets just continue mastering teachers code

Cyrus Ireri

Quote from: Liviu Lalescu on April 04, 2024, 11:12:14 AMI am sorry, but it would be a titanic task.

I might be interested if properly sustained financially.

But can't you use teachers' codes (short names) everywhere?

I would love to hear more on the part of finances since this is a major aspect i would really really love to see and use.

Cyrus Ireri

Sample class and teachers timetables generated with asc with teachers name appearing on teacher's timetable but codes on the class timetables.This one thing makes it an outstanding aspect

Cyrus Ireri

Quote from: Cyrus Ireri on June 09, 2024, 07:48:12 PMSample class and teachers timetables generated with asc with teachers name appearing on teacher's timetable but codes on the class timetables.This one thing makes it an outstanding aspect

Plus writing the names of breaks and lunch

Volker Dirr

Replacing the names should be possible with css.
So like here:
https://stackoverflow.com/questions/7896402/how-can-i-replace-text-with-css

Naming the breaks will be difficult, since FET breaks are more flexible and can change the hour. So it will be impossible to span them.

BTW: Those hours are not allowed in Germany, since the students can't swap a room in 0s. We always need time to swap the room. If we do it like that, we will get trouble, since they will complain that the teachers work less.

Cyrus Ireri

There is nothing that can be done on fet itself without going through other routes

Cyrus Ireri

You mentioned something to do with finances

Volker Dirr

You mean implemented into the FET interface.
Yes, that must be coded. Sadly a boring task. I implement features that I need myself or that make fun if i code them. But I don't have time to code other stuff. Sadly I must work to earn money, so in fact I also haven't unlimited time to code.
But yes, every time if there are guys donating this project, then it will be much easier for Liviu (or me) to code new stuff. Well, our dream is that there are enough donations that we could code the whole day. But sadly that is currently impossible, since most guys don't help or donate. I must sadly earn my money with an other job. That is also why you must pay for software like asc and that is why that tools are maybe a bit better in some points than fet. People pay money to the asc coders and so the coders can always code. They are not coding only in spare time for fun.