FET Forum

FET Support (English) => Programming Help => Topic started by: Mr Robo on February 01, 2012, 04:58:08 AM

Title: Who does what when? extract from completed FET timetable
Post by: Mr Robo on February 01, 2012, 04:58:08 AM
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
Title: Re: Who does what when? extract from completed FET timetable
Post by: Volker Dirr on February 01, 2012, 07:19:49 PM
check fet->file->export
then open the timetable.csv in the fet results folder.
Title: Re: Who does what when? extract from completed FET timetable
Post by: Mr Robo on February 01, 2012, 08:38:27 PM
Wow! exactly what i was looking for!

thank you