I would love to have possibility to add note to activity, say simple text around 200 characters. Which can contain information as delayed starting time, biweekly info or anything else.
This note should be exported as last field in csv and displayed in programme tables and optionally in generated HTML.
Cheers
M, 3 year user of FET software
I wrote this in the TODO.
Thanks
There are also suggestions to add notes to constraints and make constraints active/inactive with a check box. But I don't know if and when I'll be able to implement these.
Reviving an old topic: I did these requests (a snapshot for the moment), please see http://lalescu.ro/liviu/fet/forum/index.php?topic=1040.msg6029
Thank You very much.
I would love to have, this field also exported in timetable.csv as last field.
There is a problem if you add new lines in the comment.
the csv file will not be very fine in that case.
that is why i don't like that solution. maybe we should simply delete new lines from the comment if they are exported. i am not sure at the moment.
so far you can use the attached version, but i think it will not be officialy released this way because of the newline problem.
It is done (by Volker, replacing new line characters with spaces); it will be added in the next FET version (but it will take a while until it will be released, I think).
Quote from: Volker Dirr on January 23, 2012, 06:42:23 PM
so far you can use the attached version, but i think it will not be officialy released this way because of the newline problem.
Attached version makes broken CSV, line 1149 should look like:
tosExport<<protectCSV(act->comments)<<textquote;
Anyway thanks :-)
The attached is the official, after corrections. Please check it.
Good to know, because I have managed this by tagging the tags, I mean I introduce tags like this:
<N>Note</N>
<T>Tag</T>
<L>Language</L>
Then in the web interface I have php script that shows them depending on the label. This will simplify the task for users, even though I will have to change the php code.