FET Forum

FET Support (English) => Get Help on Your Input File => Topic started by: njamasi on November 04, 2013, 12:22:17 PM

Title: can not generate the timetible "Activity with id=1 has no allowed slot - please"
Post by: njamasi on November 04, 2013, 12:22:17 PM
I want the timetable to be as the one on the link http://mwanza.irdp.ac.tz/sites/default/files/Diploma%202_0.pdf
when i want to generate i get the following error "Activity with id=1 has no allowed slot - please" it repeats for all the id's i.e: 5,6,7  etc

Thanks in advance
Title: Re: can not generate the timetible "Activity with id=1 has no allowed slot - please"
Post by: Liviu Lalescu on November 04, 2013, 12:37:38 PM
I think you need to divide the activities, and add split activities, each with duration 1.
Title: Re: can not generate the timetible "Activity with id=1 has no allowed slot - please"
Post by: njamasi on November 04, 2013, 12:51:35 PM
Thanks for a prompt reply. I dont get you well. If you can add some more information i'll be thankful.
My other concern is that can customize it so it can be having my institutes name at the bottom?
Title: Re: can not generate the timetible "Activity with id=1 has no allowed slot - please"
Post by: Liviu Lalescu on November 04, 2013, 01:04:30 PM
Quote from: njamasi on November 04, 2013, 12:51:35 PM
Thanks for a prompt reply. I dont get you well. If you can add some more information i'll be thankful.

Remove your current activities and then, when you add the activities, each component will have duration 1, and increase the "Split" number in the dialog.

Quote
My other concern is that can customize it so it can be having my institutes name at the bottom?

Unfortunately, I think this is not possible (maybe Volker can answer better, though).
Title: Re: can not generate the timetible "Activity with id=1 has no allowed slot - please"
Post by: Volker Dirr on November 04, 2013, 01:55:24 PM
Quote from: njamasi on November 04, 2013, 12:51:35 PM
My other concern is that can customize it so it can be having my institutes name at the bottom?

Open the html file with an editor.
Search all:
<caption>
and replace them by:
<caption align="bottom">
Title: Re: can not generate the timetible "Activity with id=1 has no allowed slot - please"
Post by: Volker Dirr on November 04, 2013, 02:03:22 PM
Quote from: Volker Dirr on November 04, 2013, 01:55:24 PM
Quote from: njamasi on November 04, 2013, 12:51:35 PM
My other concern is that can customize it so it can be having my institutes name at the bottom?

Open the html file with an editor.
Search all:
<caption>
and replace them by:
<caption align="bottom">

Or the better solution:
open the css file.
search:
caption {

}


and add following new line:
caption {
caption-side: bottom;
}

Title: Re: can not generate the timetible "Activity with id=1 has no allowed slot - please"
Post by: njamasi on November 04, 2013, 02:10:37 PM
Thanks a lot guys i'll try that and i'll get back to you i appreciate your time