FET Forum

FET Development => Custom FET for Particular Needs => Topic started by: hassanalizadeh on April 13, 2017, 10:29:51 PM

Title: Custom version for Iran
Post by: hassanalizadeh on April 13, 2017, 10:29:51 PM
Hi, custom version with following changes is needed:
1) All lists change to gridview (subject, teacher, activity ,...)
2) subject table : subject(subjectId, subjectName,  field)   //field is for categorize
3) Teacher table: Teacher (teacherId, TeacherName)
4) Activity table : activity(activityId, subjectId, teacherId, day, startingTime, duration, classroom)
5) All above changes for csv-xml-html exported file (needed for importing to our enrollment web-based application)
6) All form have maximize button
7) Print dialog have maximize button
8) timetable save as PDF  file for printing in another computer
9) timetable could be changed manually in gridview with conflict alarm

Thanks a lot.
Title: Re: Custom version for Iran
Post by: Volker Dirr on April 13, 2017, 11:58:39 PM
What do you mean with 1). Can you please give an example.

2) - 5) I am too busy at the moment. I can't code that now.

6) - 7) i think we can add this into the TODO

8 ) You need to use Linux or install a pdf printer if you are a windows user. You can "print" (save) into a pdf file with such a printer driver.

9) You can use TiTiTo if you need that feature.
Title: Re: Custom version for Iran
Post by: hassanalizadeh on April 21, 2017, 10:34:05 PM
Thanks for your answer.
Example:
Activity table:
-----------------------------------------------------------------------------------
activity_code  |   teacher   |    students_group  |   starting_time    |    duration
----------------------------------------------------------------------------------
4356               |  Ali           |      t1_A                 |        5                  |       3
6784               |   Reza       |     t3_B                 |       8                   |       4
...
----------------------------------------------------------------------------------

subject  table:
-------------------------------------------------------------
subject_code     |     subject_name           |             field
-------------------------------------------------------------
  4584                |       OS                           |      Software
  5632                |       Art1                         |      Graphics
...
-------------------------------------------------------------

Our users like view data in tabular no in text format.
Thanks.
Title: Re: Custom version for Iran
Post by: Volker Dirr on April 21, 2017, 10:42:33 PM
If you import the csv files with LibreOffice Calc or with Excel, than you can see it in a table and not as text file.