Who does what when? extract from completed FET timetable

Started by Mr Robo, February 01, 2012, 04:58:08 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Mr Robo

Hi

I want to develop a query function on our school intranet that will enable teachers and admins to locate where a student should be at any time.

I need to get info from the FET timetable that gives (ideally in CSV format so I cannot import it into mysql):

Group/Sub-Group, Day, Lesson, Subject, Teacher(s), Room

Can anyone suggest a way I can do this fairly easily? Is there some existing code I can hack?

Thanks

Nick

Volker Dirr

check fet->file->export
then open the timetable.csv in the fet results folder.

Mr Robo